/* ========== CSS INDEXING START HERE ========== 
1.Basic
2.Variables
3.Common Css
4.Header
5.Body
6.Footer
8.Responsive
========== CSS INDEXING END HERE ========== */


/* ------- START FONTS HERE --------- */

@font-face {
  font-family: 'Gotham';
  src: url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Gotham-Book.woff2') format('woff2'),
    url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Gotham-Bold.woff2') format('woff2'),
    url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Gotham-Medium.woff2') format('woff2'),
    url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Majorant-Md';
  src: url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Majorant-Md/Majorant-Md.woff2') format('woff2'),
    url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Majorant-Md/Majorant-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Majorant-Rg';
  src: url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Majorant-Md/Majorant-Rg.woff2') format('woff2'),
    url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Majorant-Md/Majorant-Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-display: swap;
  src: url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/PlayfairDisplay/PlayfairDisplay-Rg.woff2') format('woff2'),
    url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/PlayfairDisplay/PlayfairDisplay-Rg.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Montserrat/Montserrat-Lg.woff2') format('woff2'),
    url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Montserrat/Montserrat-Lg.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Montserrat/Montserrat-Rg.woff2') format('woff2'),
    url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Montserrat/Montserrat-Rg.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Montserrat/Montserrat-Md.woff2') format('woff2'),
    url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Montserrat/Montserrat-Md.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Belleza';
  font-style: normal;
  font-display: swap;
  src: url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Belleza/Belleza-Rg.woff2') format('woff2'),
    url('https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/font/Belleza/Belleza-Rg.woff') format('woff');
  font-weight: 400;
}

/* ------- END FONTS HERE --------- */

/* ----------------- Varibles Font & Color ----------------- */
:root {
  --Playfair: 'Playfair Display', serif;
  --Montserrat: 'Montserrat', sans-serif;
  --Gotham:'Gotham';
  --white: #ffffff;
  --black: #000000;
  --primary-color:#764f3e;
  --secondary-color:#332f31;
  --cream-color:#f3ece6;
  
  --h1: normal 54px/46px var(--Playfair);
  --h2: normal normal 50px/68px var(--Playfair);
  --h3: normal normal 32px/36px var(--Playfair);
  --h4: normal normal 28px/32px var(--Playfair);
  --h5: normal normal 24px/28px var(--Playfair);
  --p: normal  18px/23px var(--Gotham);
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
:focus,
:active {
  outline: none !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  outline: none;
  scroll-behavior: smooth;
}
body {
  color: var(--black);
  font-family: var(--Montserrat);
  font-weight: 500;
  line-height: 1;
  font-size: 15px;
  background: var(--white);
}
img {
  max-width: 100%;
  display: block;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}


/* ------------ FONTS ------------*/
h1,
.h1 {
  font: var(--h1);
}
h2,
.h2 {
  font: var(--h2);
}
h3,
.h3 {
  font: var(--h3);
}
h4,
.h4 {
  font: var(--h4);
}
h5,
.h5 {
  font: var(--h5);
}
.p,
p {
  font: var(--p);
}
/* -------------- Common Css -------------- */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.no-wrap {
  flex-wrap: nowrap;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.row-reverse{
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.direction-column {
  flex-direction: column;
  -ms-flex-direction: column;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.no-scroll{
  overflow: hidden;
}
.container {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px; 
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  background: var(--primary-color);
  text-transform: uppercase;
  text-align: center;
  padding: 17px 40px;
  letter-spacing: -1px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
.hero_banner .hero_content_wp form .hs_submit .actions .hs-button:hover{
  background-color: #826356;
}

/************ Header Css Start Here  ************/
.header-wp {
  position: sticky;
  top: 0;
  z-index: 99;
}
.header {
  filter: drop-shadow(0 0 7px rgba(34,30,31,0.41));
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  position: sticky;
  top: 0;
  z-index: 99;
}

.header_wp {
  padding: 20px 0;
}
.announcement_text p,
.mob_announcement_text p{
  font-size: 15px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  text-align: right;
  margin-right: 26px;
}
.header_left {
  width: 20%;
}
.header_right {
  width: 80%;
}
.logo svg{
  width: 100%;
  height: 100%;
  display: block;
}
.header_right_inner{
  justify-content: flex-end;
}
/* announcement-bar css start here  */
.announcement-bar {
  background: var(--primary-color);
  padding: 15px 0;
}

.announcement-bar .anc-inner p {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.announcement-bar .anc-inner p a{
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.announcement-bar .anc-inner svg{  
  width: 18px;
  height: 18px;
  margin-right: 8px; 
}
.hero_banner .hero_content_wp form fieldset .hs-main-font-element span {
  font-size: 10px !important;
  background-color: transparent !important;
}

/* announcement-bar css end here  */
/************ Header Css end Here  ************/
/************ wrapper css start here  ************/

/*  hero_banner */
.hero_banner {
  /* padding: 60px 0 0 0; */
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.hero_banner_inner {
  max-width: calc((100% - 1250px) / 2 + 1230px);
  justify-content: space-between;
}
.hero_banner_img {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.hero_imgaes {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
  &.show-mobile {
    display: none;
  }
}
.hero_banner_content {
  padding: 60px 0 0 0 !IMPORTANT;
}
.hero_imgaes img {
  position: absolute;
  top: 0;
  left: -55px !important;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero_banner_content {
  padding: 60px 0 0 0;
  width: 50%;
  padding: 50px 0 140px ;
  max-width: 680px;
}
.hero_label p,
.hero_benner_offer_wp p{
  font-weight: bold;
  text-transform: uppercase;
}

.hero_label .divider-separator_wp {
  padding-bottom: 25px;
}
.hero_content_wp .section_title .hero_title {
  margin-bottom: 37px;
}
.hero_benner_offer_wp .btn{
  margin-bottom: 38px;
}
.above_button_text{
  color: #fff;
  padding-bottom: 20px;
}
.diamond_label {
  position: absolute;
  bottom: -60px;
  /*bottom: -700px;*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diamond_label_wp{
  width: 190px;
  height: 100%;
}
.mobilebtn {
  display : none; 
}
.hero-offer-icon-wp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
  margin-left: 50px;
}

.hero-offer-icon-wp svg {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.hero_benner_offer_wp .offer-option span {
  text-align: center;
  font-size: 20px;
  font-family: var(--Gotham);
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.text-center.hero_description {
  margin-bottom: 30px;
}
.forever_young_bbl .section_title .hero_title {
  margin-bottom: 20px;
}
.forever_young_bbl .divider-separator_wp {
  padding: 20px 0;
}
.forever_young_bbl .hero_banner_content {
  /* padding: 10px 0 140px; */
  padding: 10px 0 0px;
}
.forever_young_bbl .hero_imgaes img { 
  object-fit: inherit;
}
.free_neck_or_chest .hero_imgaes img {
  object-position: right !important;
}

.forever_young_bbl.forever_young .hero_imgaes img {
/*     object-fit: scale-down; */
  object-position: bottom center;
}
.forever_young .hero_imgaes img {
  object-fit: cover;
}
/* hero banner form css start here  */

.hero_banner .hero_content_wp form fieldset {
  max-width: 100%;
}
.hero_banner .hero_content_wp form fieldset label span {
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 45px;
  color: #000000;
  font-family: var(--Gotham);
}
.hero_banner .hero_content_wp form fieldset .input input {
  width: 100%;
  border: 0;
  outline: none;
  padding: 14px 15px;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  font-family: var(--Gotham);
  letter-spacing: 0;
  font-weight: normal;
} 

/* hero banner form css end here  */
.hero_banner .hero_content_wp form fieldset{
  max-width: 100%;
  margin-bottom: 18px;
}
.hero_banner .hero_content_wp form fieldset label {
  margin-bottom: 10px;
  display: block;
} 
.hero_banner .hero_content_wp form fieldset label span {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  font-family: var(--Gotham);
  letter-spacing: 0;
  font-weight: normal;
}

.hero_banner .hero_content_wp form fieldset .input input,
.hero_banner .hero_content_wp form fieldset .input select {
  width: 100%;
  border: 0;
  outline: none;
  padding: 14px 15px;
  border-radius: 0;
  color: var(--black);
}

.hero_banner .hero_content_wp form .hs_submit .actions {
  text-align: center;
  margin: 30px 0 ; 
}

.hero_banner .hero_content_wp form .hs_submit .actions .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  background: var(--primary-color);
  text-transform: uppercase;
  text-align: center;
  padding: 17px 72px;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
}

.hero_banner .hero_content_wp form fieldset .inputs-list .hs-form-booleancheckbox label {
  display: flex;
  margin: 12px 0 0 0 ;
}

.hero_banner .hero_content_wp form fieldset .inputs-list .hs-form-booleancheckbox label input {
  margin-right: 10px;
  border-radius: 0 !important;
  outline: none;
  box-shadow: none;
  border: 0 !important;
  flex-shrink: 0;
  padding: 0;
  appearance: none;
  width: 17px;
  height: 17px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.hero_banner .hero_content_wp form fieldset .inputs-list .hs-form-booleancheckbox label input:checked:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  left: 6px;
  top: 3px;
}
.hero_banner .hero_content_wp form fieldset .input select {
  background-image: url(https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/triangle.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.hero_banner .hero_content_wp form fieldset .hs-error-msg,
.hs_error_rollup .hs-error-msgs{
  color: red;
  font-size: 13px;
  margin: 10px 0 0 0;
  font-family: var(--Gotham);
}
.hero_banner .hero_content_wp form .hs_error_rollup {
  display: none;
}

@media only screen and (max-width: 991px) and (min-width: 820px)  {
  .hero_banner .hero_content_wp form fieldset .inputs-list .hs-form-booleancheckbox span {
    line-height: 1.2;
    font-size: 13px;
  }
  .hero_imgaes img {
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1580px) {
  .hero_imgaes img {
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .forever_young_bbl .hero_banner_content, .botox_page .hero_banner_content, .morpheus .hero_banner_content{
    width: 35% !important;
  }
}

@media only screen and (max-width: 575px) {
  .hero_banner .hero_content_wp form fieldset .inputs-list .hs-form-booleancheckbox span {
    line-height: 1.2;
    font-size: 12px;
  }
  .hero_banner .hero_content_wp form fieldset .inputs-list .hs-form-booleancheckbox label input{
    width: 15px !important; 
    margin-right: 7px;
    height: 15px;
  }
  .hero_imgaes {    
    img {
      position: absolute;
      top: 0;
      left: 0 !important;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
    }
  }
}
@media only screen and (max-width: 480px) {
  .hero_banner .hero_content_wp form fieldset .input input, .hero_banner .hero_content_wp form fieldset .input select{
    width: 100% !important;
  }
  .hero_banner .hero_content_wp form fieldset .hs-form-field {
    margin-bottom: 20px;
  }
  .hero_banner .hero_content_wp form fieldset {
    margin: 0;
  }
  .hero_banner_content{
    padding: 10px !important;
  }
}
@media only screen and (max-width: 375px) {
  .hero_banner .hero_content_wp form fieldset .input{
    margin: 0 !important;
  }
}
/* hero_banner */

/************ Review section css start here ************/
.review{
  padding: 87px 0 47px 0;
}
.review_content .reviews p,
.review_content .reviews .hs_cos_wrapper {
  font-size: 23px;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 18px;
}
.review_content .review_icon img{
  margin: 0 auto 17px ;
}
.review_content .review_name p,
.review_content .review_name {
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 1;
  color: #5a5e5d;
  margin-bottom: 22px;
}
.review_pagination_wp {
  position: relative;
  text-align: center;
}
.review_pagination_wp .review-pagination {
  position: relative;
  bottom: unset !important;
}
.review_pagination_wp .swiper-pagination-bullet,
.outstanding_pagination .swiper-pagination-bullet{
  background-color:var(--black) ;
  border: 0;
  opacity: 0.9;
}
.review_pagination_wp .swiper-pagination-bullet.swiper-pagination-bullet-active,
.outstanding_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: var(--primary-color);
}
.Aliso_viejo .review_pagination_wp .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e6e2dd;
}
.Aliso_viejo .review_pagination_wp .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e6e2dd;
}
.Aliso_viejo .review_pagination_wp .swiper-pagination-bullet {
  background-color: #645f58;
}
.review_slider .swiper-button-next:after,
.review_slider .swiper-button-prev:after{
  display: none;
}
.review_slider .swiper-button-next{
  right: 5%;
}
.review_slider .swiper-button-prev{
  left:5%;
}
.review_content .reviews .hs_cos_wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  line-height: 1.2;
}

/************ Review section css start here ************/


/************ our services section css start here ************/
.our_services {
  padding: 91px 0 67px 0;
  background: var(--secondary-color);
}
.our_services_row {
  position: relative;
} 
.our_services_left {
  width: 50%;
  padding: 0 15px;
}
.our_services_right {
  width: 50%;
  padding: 30px 15px 0;
}
.our_services_img {
  position: relative;
  padding-bottom: 109%;
}
.our_services_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.our_services_wp .section_title .our_services_title {
  color: var(--white);
  margin-bottom: 56px;
  line-height: 62px;
}
.our_services_wp .our_services_item {
  font-size: 23px;
  line-height: 27px;
  color: var(--white);
  font-weight: 300;
}
.our_services_item .check_icon{
  margin-right: 20px;
  flex-shrink: 0;
}
.our_services_wp .our_services_item:not(:last-child){
  margin-bottom: 20px;
}
.our_services_list {
  margin-bottom: 20px;
}
.our_services_offer_wp .btn {
  margin-bottom: 29px;
}
.our_services_offer_wp p {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
.dots_wp {
  padding-top: 35px;
}
.dots{
  width: 7px;
  height: 7px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: var(--black);
}
.dots.active{
  background-color: var(--primary-color);
}
.our_services_item span {
  flex: 1;
}
section.our_services.forever_young_bbl .our_services_title {
  font-size: 45px;
}
/************ our services section css start here ************/


/************  laser section css start here   ************/
.fave-laser{
  background: #f4f1eb;
  padding: 50px 0 0 0;
}
.fave-laser_row {
  margin: 0 -20px; 
}

.fave-laser-left {
  width: 47%;
  padding: 0 4% 0 15px;
}
.fave-laser-img{
  position: relative;
  padding-bottom: 100%;
}
.fave-laser-img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; 
  height: 100%;
  display: block;
  object-fit: cover;  
}

.fave-laser-right {
  width: 53%;
  padding: 0 15px;
}
.quote-label-wp .quote-label {  
  width: 80px;
  height: 80px;
  border-radius: 41px;
  background-color: var(--primary-color);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-label-wp .quote-label svg{
  width: 100%;
  display: block;
} 

.fave-laser-wp .fave-section-title {
  padding-bottom: 20px;
}

/*************  laser section css start here  ************/

/*************  laser-style1 section css start here  ************/
.fave-laser-style1 {
  background: #f4f1eb;
  padding: 50px 0;
}
.fave-section-description p {
  font-family: var(--Playfair);
}
.fave-laser-style1 .fave-laser-left {
  position: relative;
}
.section_title.section_title_descripation .our_services_title {
  margin-bottom: 30px;
}
.section_title.section_title_descripation p {
  color: var(--white);
  margin-bottom: 30px;
}
/*************  laser-style1 section css end here  ************/

/************ experienced css start here  ************/
.experienced {
  padding: 70px 0  60px 0;
}
.experienced_row {
  margin: 0 -20px;
}
.experienced_left {
  width: 50%;
  padding: 0 15px;
}
.experienced_right {
  width: 50%;
  padding: 0 0 0 5%;
}
.experienced_img{
  position: relative;
  padding-bottom: 107%;
}
.experienced_img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.experienced_info .divider-separator_wp .divider-separator {
  margin: 0;
}
.experienced_desc {
  margin-bottom: 47px;
}
.experienced_offer_wp .btn{
  margin-bottom: 25px;
}
.experienced_offer_wp p{
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 19px;
  font-weight: 500;
}
/************ experienced css end here  ************/

/************ Outstanding results section css start here  ************/
.outstanding_results{
  padding: 99px 0 53px 0;
  background: var(--cream-color);
}
.outstanding_section_title h2{
  margin-bottom: 65px;
}
.outstanding_results_title_dec h2 {   
  margin-bottom: 20px;
}
.outstanding_results_title_dec  p {
  margin-bottom: 20px;
}
.ost_results_img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.outstanding_offer_btn {
  margin: 0 0 26px 0;
}
.outstanding_offer {
  margin: 26px 0 0 0;
}
.outstanding_offer p{   
  font-size: 16px;
  line-height: 19px;
}
.outstanding_pagination { 
  position: relative;
  margin: 33px 0 35px;
}
.outstanding_pagination .swiper-pagination {
  position: relative;
  bottom: unset !important;
}
.outstanding_results  .swiper-button-next:after,
.outstanding_results  .swiper-button-prev:after{
  display: none;
}
.outstanding_slider_wp {
  position: relative;
}
.outstanding_slider {
  max-width: 906px;
  width: 100%;
  margin: 0 auto;
}
/************ Outstanding results section css end here  ************  /

/******* Exclusive offer section css start here *******/
.exclusive_offer{
  padding: 100px 0;
}
.exclusive_offer_wp .exclusive_title {
  max-width: 699px;
  width: 100%;
  margin: 0 auto 50px;
}
.exclusive_label  p{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.divider-separator_wp {
  padding: 30px 0;
}
.divider-separator {
  width: 95px;
  display: block;
  border-top: 2px solid var(--primary-color);
  margin: 0 auto;
}
/******* Exclusive offer section css start here *******/

/************ Instagram gallery section css start here  ************/
.instagram_gallery,
.image_gallery {
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.image_gallery_grid {
  margin: 0 -3px;
}
.gallery_col {
  width: 25%;
  padding: 0 3px;
}
.gallery_img {
  position: relative;
  padding-bottom: 100%;
}
.gallery_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/************ Instagram gallery section css end here  ************/
/************ wrapper css end here  ************/
/************  Footer css start here ************/
.footer{
  background-color: var(--secondary-color);
  font-family: var(--Gotham);
}
.footer_row {
  margin: 0 -20px;
}
.ft_logo {
  display: block;
}
.ft-col{
  width: 25%;
  padding: 0 20px;
}
.ft-col5 .ft-col{
  width: 20%;
  padding: 0 20px;
}
.ft-col h4 {
  /* font-size: 26px; */
  font-size: 20px;
  line-height: 1;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 20px;
  font-family: var(--Gotham);
}
.ft-col p:not(:last-child){
  margin-bottom: 10px;
}
.ft-col h5{
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: var(--Gotham);
}
.ft-col p,
.ft-col a{
  font-size: 14px;
  line-height: 1.2;
  color: var(--white);
}
.footer_top {
  padding: 70px 0;
}
.footer_top {
  padding: 70px 0;
  border-bottom: 1px solid #FFFFFF21;
}
.footer_bottom {
  padding: 15px 0;
}
.footer_bottom p{
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
/************  Footer css end here ************ /
/* 24-04-2023 css start here */
.hero_benner_offer_wp p{ 
  font-size: 22px;
  text-transform: capitalize;
  color:#000000;
}

.hero_benner_offer_wp p a{   
  color:#000000 !important;
}

.hero_benner_required {
  font-size: 14px;
  font-family: var(--Gotham);
  font-weight: 400;
  display: block;
  text-align:center;
  margin: 10px 0; 
}
section.experienced h2 {
  line-height: 1.2;
}
.botox_page .hero_banner_img .hero_imgaes img{
  object-fit: cover;
}
/* 24-04-2023 css end here */

/* 09-11-2023 css start here  */
.filter_page .hero_banner{
  padding:0;
}
.filter_page .hero_banner .hero_banner_content {
  padding: 110px 20px 120px;
}
.filter_page .our_services .our_services_wp > p {
  color: var(--white);
  margin-bottom: 30px;  
}
/* 09-11-2023 css start here  */

/* 22-11-2023 css start here  */
.filter_page_holiday .our_services_offer_wp p, .filter_page_holiday .experienced_offer_wp p, .filter_page_holiday 
.outstanding_offer_wp .outstanding_offer p {
  font-weight: normal;
  font-size: 14px;
}
.filter_page_holiday .btn { 
  font-weight: 300;
}
.botox_holiday .offer-option {
  display: none;
}
.botox_holiday .experienced_right {
  padding: 0 0 0 4%;
}
/* 22-11-2023 css end here  */ 
.Aliso_viejo .review {
  background: #312c28;
}
.Aliso_viejo .review_content .reviews .hs_cos_wrapper,
.Aliso_viejo .review_content.text-center .review_name {
  color: #e6e2dd !important;
}
.Aliso_viejo fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  float: left;
}
.Aliso_viejo .hs_firstname.hs-firstname {
  margin-bottom: 18px;
}
.Aliso_viejo .hs_submit.hs-submit input.hs-button {
  width: 100%;
}
.Aliso_viejo .hero_content_wp .section_title .hero_title {
  font-size: 55px;
}  
.Aliso_viejo .hero_benner_required {
  font-size: 18px;
}  
.Aliso_viejo .review_slider .swiper-button-next,.Aliso_viejo .review_slider .swiper-button-prev {
  background-image: url(https://23255068.fs1.hubspotusercontent-na1.net/hubfs/23255068/right-lightbrown.png);
}
.Aliso_viejo form.hs-form-private {
  max-width: 90%;
  margin: 0px auto;
}
.Aliso_viejo form.hs-form-private .input {
  margin: 0px !important;
}

/*Fix Landingpage*/

.hero_imgaes {
   &.show-tablet {
      display: none;
   }
}

.mobilebtn-ac{
  display:none;
}

 #hero_title_form_m{
    display:none;
 }

/************ Responsive css start here  ************/

@media only screen and (max-width: 1680px) and (min-width: 1440px)  {
  .botox_holiday .hero_content_wp .section_title .hero_title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 991px)  {
  .botox_page .hero_imgaes img {
    left: -70px;
  }
  .botox_page .hero_banner_content {
    padding: 30px 0 100px;
  }
  .botox_page .hero_banner {
    padding: 30px 0 0 0;
  }
  .botox_holiday .hero_content_wp .section_title .hero_title {
    font-size: 40px;
  }
}  
@media only screen and (min-width: 1440px) {
  .exclusive_offer_wp .exclusive_title {
    max-width: 780px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .exclusive_offer_wp .exclusive_title h2{
    font-size: 61px;
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 851px)  {
  .diamond_label {
    position: absolute;
    bottom: -60px;    
    width: auto;
    left: 40%;
  }
  .diamond_label_wp {
    width: 170px;
    height: 100%;
  }
}
@media only screen and (max-width: 1580px) and (min-width: 1380px)  {
  .forever_young_bbl .hero_banner_content, .botox_page .hero_banner_content, .morpheus .hero_banner_content{
    width: 38%;
  }
  .hero_imgaes img {
    position: absolute;
    top: 0;
    left: -25px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 992px)  {
  .hero_content_wp .section_title .hero_title{
    font-size: 37px;
    line-height: 1.3;
  }
  .hero_label p, .hero_benner_offer_wp p,
  .Aliso_viejo .hero_label.text-center p {
    font-size: 16px !important;
  }
  .hero_label .divider-separator_wp{
    padding: 20px 0;
  }
  /* 24-08-2023 css start here */
  .forever_young_bbl .hero_content_wp .section_title .hero_title {
    font-size: 29px;
    line-height: 1.3;
  } 
}
@media only screen and (max-width: 1366px) {
  .hero_banner_content {
    padding: 50px 20px 140px;
  }
}
@media only screen and (min-width: 114px)  { 
  .fave-laser-wp .fave-section-title .fave-laser-title {
    font-size: 45px;
    letter-spacing: -2px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 1140px) {
  :root {
    --h2: normal normal 37px/1.2 var(--Playfair);
  }
  .our_services_wp .section_title .our_services_title{
    line-height: 1.2;
  }
  .quote-label-wp .quote-label{
    width: 70px;
    height: 70px;
  }
  .quote-label-wp .quote-label svg{
    max-width: 40px;
  }
  .footer_row{
    margin: 0 -10px;
  }
  .ft-col{
    padding: 0 10px;
  }
  .ft_logo svg{
    max-width: 200px;
    width: 100%;
    display: block;
  }
  .our_services_img {
    position: relative;
    padding-bottom: 125%;
  }
  .filter_page .hero_banner .hero_imgaes img {
    object-position: right;
  }
}
@media only screen and (max-width: 1024px) and (min-width:850px){
  .forever_young_bbl .hero_benner_offer_wp p  {
    font-size:16px;
    line-height: 1.1;
  }
  .hero_benner_offer_wp .offer-option span{
    font-size:16px;
    margin-bottom: 10px;
  }
  .forever_young_bbl .hero-offer-icon-wp svg{
    width: 17px;
    height: 17px;
    margin-right: 10px;
  }
  .forever_young_bbl .hero-offer-icon-wp{
    margin-bottom:10px
  }
  .hero_imgaes img {
    position: absolute;
    top: 0;
    left: -80px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .hero_benner_offer_wp .btn{
    margin-bottom: 25px
  }
  .hero_content_wp .section_title .hero_title{
    margin-bottom: 30px;
  }
  .review_slider .swiper-button-next{
    right: 0;
  }
  .review_slider .swiper-button-prev{
    left:0;
  }
  .our_services_img {
    position: relative;
    padding-bottom: 130%;
  }
  .our_services_wp .section_title .our_services_title{
    line-height: 1.2;
  }
  .outstanding_results{
    padding: 60px 0 50px 0;
  }
  .outstanding_section_title h2{
    margin-bottom: 50px;
  }
  .our_services{
    padding: 70px 0 60px;
  }
  .exclusive_offer {
    padding: 80px 0;
  }
 /* 24-08-2023 css start here */
  .forever_young_bbl .hero_content_wp .section_title .hero_title{
    margin-bottom: 20px;
  }
  .forever_young_bbl .hero_description p{
    font-size:16px;
  }
  .forever_young_bbl .hero_banner_content{
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 991px) {
  .outstanding_slider_btn .swiper-button-next {
    right: 7.5%;
  }
  .outstanding_slider_btn .swiper-button-prev {
    left: 7.5%;
  }  
  .fave-section-description p {
    font-size: 24px;
    line-height: 40px;
  }
}


@media only screen and (max-width: 991px) {
  :root {
    --h2: normal normal 30px/1.2 var(--Playfair);
  } 
  /* header css start here */
  .logo svg,
  .logo img,
  .header_left img{
    max-width: 150px !important;
  }
  .header_left{
    width: 50%;
  }
  .header_right{ 
    width: 50%;
  }
  .header_right .announcement_text {
    display: none;
  }
  .hero_banner_content{
    padding: 50px 20px 120px;
  }
  .btn{
    padding: 17px 30px;
  }
  .hero_banner .hero_content_wp form .hs_submit .actions .hs-button{
    padding: 17px 50px;
  }
  .review_content .reviews p, 
  .review_content .reviews .hs_cos_wrapper {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .review_content .review_name p,
  .review_content .review_name{
    font-size: 14px;
  }
  .review{
    padding: 70px 0 40px 0;
  }
  /* review section css end here  */

  /* exclusive_offer css start here */
  .exclusive_offer{
    padding: 70px 0;
  }
  .experienced_row,
  .our_services_row{
    margin: 0;
  }
  /* exclusive_offer css end here */
  .our_services_img {
    position: relative;
    padding-bottom: 115%;
  }
  /* footer css start here */
  .ft-col p, .ft-col a{
    font-size: 15px;
  }
  .ft-col h4{
    font-size: 20px;
    margin-bottom: 15px;
    font-family: var(--Gotham);
  }
  /* footer css end here */
  /* fave-laser css start here */
  .fave-laser_row{
    margin:0; 
  }
  .quote-label-wp .quote-label{
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .quote-label-wp .quote-label svg{
    max-width: 30px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
  .our_services_wp .section_title .our_services_title{
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .our_services_wp .our_services_item{
    font-size: 18px;
    line-height: 1.2;
  }
  .our_services_item .check_icon{
    margin-right: 15px;
  }
  .our_services_item .check_icon img {
    width: 20px;
  }
  .outstanding_results{
    padding: 70px 0 50px 0;
  }
  .outstanding_section_title h2{
    margin-bottom: 40px;
  }
  .experienced_row{
    align-items: flex-start;
  }
  .hero_banner{
    padding-top: 70px;
  }
  .hero_label .divider-separator_wp{ 
    padding: 20px 0;
  }
  /*   09-11-2023 css start here  */
  .filter_page .hero_banner .hero_banner_content {
    padding: 100px 20px 120px; 
  }
}

@media only screen and (min-width: 851px){ 
  .forever_young_bbl .hero_imgaes img,.forever_young.forever_young_bbl .hero_imgaes img{
    object-fit: cover; 
    /* object-position: right; */
  }
  .botox_page .hero_banner_img .hero_imgaes img,
  .morpheus .hero_imgaes img{ 
    object-fit: cover;
    object-position: right top;
  }
  .forever_young_bbl .hero_banner_img,
  .morpheus .hero_banner_img {
    align-items: unset;
    width: 60%;
  }
  .forever_young_bbl .hero_banner_content,
  .botox_page .hero_banner_content,
  .morpheus .hero_banner_content{
    /* width: 45%; */
    width: 41%;
    margin-left: -5%;
  }
  .botox_page .hero_banner_img { 
    align-items: unset;
    width: 55%;
  }
  /* 09-11-2023 css start here */
  .filter_page .hero_banner .hero_imgaes {
    padding-bottom: 116%;
    height: 100%;
  } 
}



@media only screen and (max-width: 850px){
  .hero_banner_img,
  .hero_banner_content{
    width: 100%;
    max-width: 100%;
  }
  .hero_banner{ 
    padding: 50px 0 0 0;
  }
  .hero_banner_inner{
    flex-direction: column-reverse;
  }
  .hero_banner_content{
    /*padding: 0 20px 40px !important;*/
    padding: 0 20px 150px !important;
  }
  .hero_imgaes{
    padding-bottom: 100%;
  }
  .hero_label p, .hero_benner_offer_wp p{
    max-width: 100%;
  }
  /*  24-08-2023 css start here   */
  .forever_young_bbl .hero_banner_content {  
    padding: 10px 20px 40px;
  }
  /* 09-11-2023 css start here  */
  .filter_page .hero_banner .hero_banner_content {
    padding: 50px 20px 40px;
  }
  .filter_page .hero_banner .hero_imgaes img {
    object-position: top;
  } 
  .filter_page .hero_banner .hero_imgaes {
    padding-bottom: 140%;
  }      
 
  .hero_imgaes {
    &.hide-tablet {
        display: none;
    }
    &.show-tablet {
      display: block;
      margin-bottom: 40px;
    }   
  }
  
  .desktopbtn{
    display:none;
  }
  
  .mobilebtn-ac{
    display:block;
   }
   
  #hero_title_form_m{
    display:block;
  }
    
}

@media only screen and (min-width: 768px){
  .fave-laser-style1 .fave-laser-left {
    width: 40%;
  } 
  .fave-laser-style1 .fave-laser-right { 
    width: 60%;
  }  
  
}


@media only screen and (max-width: 767px) {
  :root {
    --h1: normal 47px/46px var(--Playfair);
    --h3: normal normal 28px/1.3 var(--Playfair);
    --h4: normal normal 22px/1 var(--Playfair);
    --h5: normal normal 20px/1 var(--Playfair);
    --p: normal 16px/23px var(--Montserrat);
  }
  .btn, .hero_banner .hero_content_wp form .hs_submit .actions .hs-button{
    font-size: 14px;
  }
  .announcement_text{
    width: 100%;
  }
  .announcement_text p{
    margin: 0 0 15px 0;
    text-align: center;
    line-height: 1.2;
  }
  .hero_banner .hero_content_wp form fieldset .input input, .hero_banner .hero_content_wp form fieldset .input select{
    padding: 12px 15px;
  }
  .outstanding_results{
    padding: 60px 0 40px 0;
  }
  .outstanding_section_title h2{
    margin-bottom: 40px;
  }
  .gallery_col {
    width: 50%;
    padding-bottom: 6px;
  }
  /* instagram_gallery section css start here  */
  .fave-laser-img {
    padding-bottom: 70%;
    width: 70%;
    margin: 0px auto;
  }
  /* our services section css start here */
  .our_services{
    padding: 60px 0 ;
  }
  .our_services_row{
    flex-direction: column-reverse;
  }
  .our_services_left{
    width: 100%;
    padding: 0;
  }
  .our_services_right{
    position: relative;
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .our_services_wp .our_services_item{
    font-size: 20px;
    line-height: 1.2;
  }
  .experienced{
    padding: 60px 0 ;
  }
  .experienced_right,
  .experienced_left{
    width: 100%;
    padding: 0;
  }
  .experienced_left{
    margin-bottom: 30px;
  }
  .dots_wp{
    padding: 25px 0;
  }
  .divider-separator_wp{
    padding: 20px 0;
  }
  .our_services_wp .section_title .our_services_title{
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .experienced_desc{
    margin-bottom: 30px;
  }
  /* experienced section css end here */
  .our_services_img{
    padding-bottom: 100%;
  }

  /* footer css start here */
  .footer_top{
    padding: 60px 0;
  }
  .ft-col,
  .ft-col5 .ft-col {
    width: 50%;
    padding-bottom: 20px;
  }
  .ft-col p, .ft-col a{
    font-size: 15px !important;
  }
  .ft-col h4 {
    font-size: 22px;
  }
  .desktopbtn {
    display : none; 
  }    
  .mobilebtn {
    display : block; 
  }
  /*.offer_wp .desktopbtn {
    display: block !important;
  }*/
  .offer_wp a.btn.mobilebtn {
    display: none !important;
  }
  .fave-laser-left,
  .fave-laser-right{ 
    width: 100%;
    padding: 0; 
  }
  .fave-laser-wp .fave-section-title{
    padding: 0; 
  }
  .fave-laser-left{
    margin-bottom: 30px;
  }
  .fave-laser{
    padding:50px 0;
  }
  
  /*   fave-laser css end here  */
  .fave-laser-style1 .fave-laser-left {
    width: 80%;
    margin: 0 auto 30px;
  }
  .fave-section-description p {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  } 
  .section_title.section_title_descripation p,
  .filter_page .our_services .our_services_wp > p{
    color: var(--white);
    margin-bottom: 20px;
  }
  .Aliso_viejo form.hs-form-private {
    max-width: 100%;
    margin: 0px auto;
  }
}


@media only screen and (max-width: 640px) {
  /* our services css start here  */
  .our_services_wp .our_services_item{
    font-size: 16px;
  }
  .our_services_item .check_icon img{ 
    width: 18px;
  }

  .hero-offer-icon-wp svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .announcement-bar .anc-inner svg{
    width: 17px;
    height: 17px; 
  }
  .hero_benner_offer_wp p,
  .announcement-bar .anc-inner p a,
  .announcement-bar .anc-inner p {
    font-size: 18px; 
  }
  .Aliso_viejo .hero_content_wp .section_title .hero_title {
    font-size: 46px;
  }  
  .Aliso_viejo .hero_label.text-center p {
    font-size: 18px !important;
  } 
  .Aliso_viejo .hero_benner_required {
    font-size: 16px;
  } 
  
  .hero_imgaes {
    &.show-mobile {
      display: block;
      /*margin-bottom: 60px;*/
      margin-bottom: 20px;
      /*margin-top: 50px;*/
      margin-top: 30px;        
    }
    &.hide-mobile {
        display: none;
    }
  }
  
  .btn, .hero_banner .hero_content_wp form .hs_submit .actions .hs-button{
    width:100%;
  }
  
}


@media only screen and (max-width: 575px) {
  :root {
    --h1: normal 37px/36px var(--Playfair);
    --h2: normal normal 28px/1.2 var(--Playfair);
    --h3: normal normal 22px/1.2 var(--Playfair);
  }
  /* hero_banner css start here */
  .hero_banner{
    padding-top: 50px;
  }
  .diamond_label_wp{
    /*width: 140px;*/
    width: 170px;
  }
  .our_services,
  .experienced ,
  .exclusive_offer{
    padding: 40px 0;
  }
  .outstanding_results{
    padding: 40px 0;
  }
  .our_services_item .check_icon{
    margin-right: 15px;
  }
  .our_services_wp .our_services_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .outstanding_pagination{
    margin: 20px 0;
  }
  .exclusive_offer_wp .exclusive_title{
    margin: 0 auto 30px;
  }
  .footer_top{
    padding: 40px 0;
  }
  .ft_logo img{
    max-width: 220px;
    width: 100%;
    margin-bottom: 10px;
  }
  .ft-col,
  .ft-col5 .ft-col {
    width: 100%;
  }
  .Aliso_viejo .review .container {
    padding: 0 10px;
  }
  .Aliso_viejo .review_slider .swiper-button-next{
    right: -5px;
  }
  .Aliso_viejo .review_slider .swiper-button-prev {
    left: -5px;
  }
  
  #hs_cos_wrapper_module_16817232699525_ > h4:nth-child(4){
    display:none;
  }
  
  #hs_cos_wrapper_module_16817232699525_ > h4:nth-child(5){
    margin-top:25px;
  }
}


@media only screen and (max-width: 475px) {
  .btn, .hero_banner .hero_content_wp form .hs_submit .actions .hs-button {
    font-size: 13px;
    padding: 15px 20px;
  }
  .footer_bottom_inner{
    text-align: center;
  }
  .footer_bottom_inner .fb-left,
  .footer_bottom_inner .fb-right{
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .diamond_label_wp{
    /*width: 120px;*/
    width: 170px;
  }
  .offer_wp .btn.mobilebtn-ac {
    /*padding: 15px;
    font-size: 10px;*/    
    font-size: 13px;
    /*padding: 15px 20px;*/
    padding: 15px 46px;
  }
  .logo svg, .logo img {
    max-width: 120px !important;
  }
  .header_wp {
    padding: 15px 0;
  }
  .fave-laser-style1 .fave-laser-left {
    width: 100% !important;
    margin: 0 auto 30px;
  }
  .filter_page_holiday .our_services_offer_wp p br:first-child {
    display: none;
  }   
   .hero-offer-icon-wp {
        margin-left: 0px;
   }  
 
}
@media only screen and (max-width: 375px) {
  .offer_wp .btn {
    padding: 15px;
    font-size: 11px;
  }
  .hero_benner_offer_wp p, .announcement-bar .anc-inner p a, .announcement-bar .anc-inner p {
    font-size: 16px;
  } 
  .hero_benner_offer_wp .offer-option span{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .hero-offer-icon-wp{
    margin-bottom: 10px;
  }
  .hero_benner_required{ 
    font-size: 14px; 
  }
  .logo svg, .logo img, .header_left img {
    max-width: 130px !important;
  } 
  .filter_page_holiday .our_services_offer_wp p, .filter_page_holiday .experienced_offer_wp p, .filter_page_holiday .outstanding_offer_wp .outstanding_offer p{
    font-size: 12px; 
  }  
 
}

@media only screen and (max-width: 320px) {
    .hero_benner_offer_wp p, .announcement-bar .anc-inner p a, .announcement-bar .anc-inner p {
        font-size: 13px;
    }

}

@media only screen and (max-width: 300px) {
    .hero_benner_offer_wp p, .announcement-bar .anc-inner p a, .announcement-bar .anc-inner p {
        font-size: 10px;
    }  
}


/************ Responsive css End here  ************/



.hide-desktop{
  display:none;
}


