@charset "utf-8";
body {
  font-family: "Outfit", serif;
  font-size: 17px;
  line-height: 27px;
  color: #515151;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}
.logowrap {
  width: 100%;
  background-color: #fff;
  z-index: 1;
  padding-top: 21px;
  padding-bottom: 21px;
  line-height: normal;
}
.logo-text {
  width: 190px;
  padding-left: 21px;
  border-left: solid 1px #ccc;
  font-size: 15px;
  margin-top: 6px;
  height: 40px;
  font-weight: 500
}
.logo-text strong {
  display: block;
  font-weight: 500
}
.menuwrap {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #10b7af;
  min-height: 55px
}
.sliderwrap {
  width: 100%;
  position: relative;
}
.banner-bg {
  width: 100%;
  min-height: 800px;
  background-image: url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3em;
}
#inner.banner-bg {
  min-height: 200px;
  border-bottom: 1px solid #E3E3E3;
  justify-content: center
}
#inner.banner-bg .banner-text {
  padding-top: 0%;
  padding-left: 0px
}
#inner.banner-bg .banner-text h1 {
  padding-top: 0%;
  text-align: center
}
.banner-text {
  padding-top: 5%;
  padding-left: 2%;
}
.banner-text h1 {
  max-width: 600px;
  font-size: 3vw;
  color: #2f2f2f
}
.banner-text h1 strong {
  color: #10b7af
}
.banner-bottom {
  position: relative;
  top: -70px;
  color: #2f2f2f;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-around;
  padding: 2em;
  border-radius: 11px;
  box-shadow: 0 0 9px 0 #E0E0E0;
  height: 140px
}
.banner-pic {
  margin-left: auto;
  width: 45%;
  margin-right: 5%;
  user-select: none
}
.banner-pic img {
  width: 100%;
  height: auto;
}
.n-wrap {
  width: 100%;
  z-index: 99;
  position: relative;
}
.logo {
  width: 260px;
  margin-right: 30px;
}
.logo img {
  width: 100%;
  height: auto;
}
.banner-wrap {
  width: 100%;
  position: absolute;
  z-index: 9999999999;
  margin-top: 75px;
}
.service-wrap {
  float: left;
  width: 100%;
  padding-bottom: 22px;
  padding-top: 33px;
}
.bb-cells {
  width: auto;
  font-size: 20px;
  min-width: 280px
}

.bb-cells:hover strong{font-size: 33px;}


.bb-cells strong {
  font-size: 27px;
  font-weight: 800;
  display: block;
  color: #10B7AF; transition: all ease 111ms
}
.bb-cells img {
  float: left;
  margin-right: 11px;
}
.s1 {
  min-height: 341px;
  border: solid 1px #dde8e4;
  padding: 2em;
  border-radius: 11px;
  background-image: url(../images/welcome-pic.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-left: 40%;
}
.s1 h2 strong {
  display: block;
  color: #10b7af;
  margin-bottom: 0;
  padding-bottom: 0
}
.s1 h2 {
  margin-bottom: 11px;
  padding-bottom: 0;
  margin-top: 21px;
}
.bglogo {
  background-image: url("../images/outline-logo.jpg");
  background-repeat: no-repeat;
  background-position: 12% 5%;
}
.clinic-bg {
  width: 100%;
  float: left;
  min-height: 700px;
  background-image: url("../images/clinic-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5em;
  padding-bottom: 5em;
  color: #fff;
}
.clinic-bg h2 {
  color: #fff
}
.wrap {
  width: 100%;
  float: left
}
.how-we-work {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  background-color: #3D3D3D;
  border-radius: 21px;
  overflow: hidden;
  background-image: url(../images/consumer-clever-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -100px
}
.fourcol-wrap {
  display: flex;
  flex-wrap: wrap;
  flex: 50%;
  gap: 0px;
}
.cta-wrap {
  background-color: #f43900;
  width: 100%;
  border-radius: 21px;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  background-image: url(../images/cta.jpg);
  background-position: center top;
  color: #FFFFFF;
  gap: 3em;
  font-size: 25px;
  font-weight: 600;
}
.cta-cells {
  flex: 1 1 25%
}
.cta-cells strong {
  font-weight: 700;
  font-size: 60px;
  display: block;
  line-height: normal
}
.cta-cells span {
  font-weight: 700;
  font-size: 30px;
  display: block;
  line-height: normal
}
.cta-cells h4 {
  font-size: 2vw;
  font-weight: 500
}
.cta-cells:nth-child(1) {
  flex: 5%;
}
.cta-cells:nth-child(2) {
  flex: 45%;
}
.cta-cells:nth-child(3) {
  font-size: 15px;
  padding-top: 2em
}
.cta-cells i {
  font-size: 30px;
  margin-right: 15px;
  float: left;
  border: solid 2px #fff;
  border-radius: 50%;
  padding: 9px;
  margin-top: 3px;
}
.capo-2-col-renovation {
  flex: 1 1 40%;
  padding: 3em;
  padding-right: 10%;
  color: #FFFFFF;
  font-size: 35px;
}
.s-cells {
  flex: 1 1 49%;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-left: 3em;
  margin-bottom: 3em;
  color: #FFFFFF;
  background-image: url(../images/gradient-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 9px;
}
.s-cells h4 {
  margin-bottom: 7px;
  padding-bottom: 0;
}
.teambox {
  flex: 1 1 45%;
  border: solid 1px #ccc;
  padding: 2em;
  border-radius: 11px;
  min-width: 222px
}
.teambox img {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
  width: 35%;
  height: auto;
  border-radius: 11px;
}
.teambox h2 {
  font-size: 21px;
  color: #07a59d
}
.teambox:hover {
  border-color: #07a59d
}
.gradient-bg {
  background-image: url("../images/gradient-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
}
.gheyi-wrap {
  width: 100%;
  border: 1px solid #D4DDDA;
  border-radius: 11px;
  padding: 5em;
  background-color: #fff;
}
.gheyi-wrap img {
  float: right;
  margin-left: 55px;
  margin-top: -60px;
  width: 30%;
  height: auto
}
.gheyi-wrap h5 {
  color: #10b7af;
  font-size: 40px;
  margin-bottom: 11px;
}
.gheyi-wrap h6 {
  font-size: 24px;
  color: #000;
  display: block;
  margin-bottom: 21px;
}
.gheyi-wrap strong {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 500
}
.testibox {
  flex: 1 1 45%;
  border: solid 1px #0cada5;
  padding: 4em;
  padding-top: 5em;
  border-radius: 11px;
  min-width: 222px;
  background-image: url(../images/quote.jpg);
  background-repeat: no-repeat;
  background-position: 3em 21px;
  transition: ease all 111ms
}
.testibox h2 {
  font-size: 21px;
  color: #07a59d;
  display: block;
  margin-bottom: 31px;
}
.testibox:hover h2 {
  color: #333333
}
.testibox:hover {
  border: 1px solid #DBDBDB;
  transform: translateY(-5px);
  box-shadow: 0 11px 11px 0 #D4D4D4;
}
.galwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-bottom: 31px;
}
.galbox {
  flex: 1 1 45%;
  padding: 1em;
  background-color: #C7C7C7;
  position: relative;
  border-radius: 11px;
  min-width: 222px;
}
.galbox img {
  width: 100%;
  height: auto
}
.galbox-name {
  position: absolute;
  background-color: #fff;
  padding: 1em;
  color: #000;
  width: 90px
}
.galbox:nth-child(2) .galbox-name {
  background-color: #0cada5
}
.inner-wrap {
  width: 100%;
  border: 1px solid #D4DDDA;
  border-radius: 11px;
  padding: 5em;
  background-color: #fff;
}

.inner-wrap strong{margin-top: 11px; display: block}

.inner-wrap table {width: 100%; border: 0;}
.inner-wrap table td{width: 50%; border: 0; padding: 11px;}

.inner-wrap table td img{width: 100%; height: auto}


.inner-wrap img {
  float: right;
  margin-left: 55px;
  margin-bottom: 55px;
  border-radius: 11px;
}
.inner-wrap h2 {
  font-size: 33px;
  color: #323232;
  margin-bottom: 20px;
}
.inner-wrap h3 {
  font-size: 30px;
  color: #10b7af;
  margin-top: 11px;
  margin-bottom: 11px;
}
.inner-wrap h4 {
  font-size: 25px
}
.inner-wrap h6 {
  margin-top: 11px;
}
.certificates {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #FFFFFF;
  margin-top: 55px;
  border-radius: 11px;
  border: 1px solid #D4DDDA;
  padding: 2em;
}
.certificates img {
  width: 16.5%;
  height: auto;
}
.titlewrap {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  float: left;
  margin-top: 50px;
  width: 100%
}
.freewrap {
  width: 100%
}
.quote {
  background-image: url(../images/quote.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 75px;
  padding-bottom: 75px;
}
.topcontact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2)
}
.address {
  flex: 1 1 20%
}
.phone {
  width: auto;
  margin-left: auto;
  min-width: 260px;
  margin-top: 6px;
}
.phone i, .email i {
  color: #10b7af;
  margin-right: 7px;
  margin-top: 4px;
  font-size: 30px;
  float: left;
}
.phone strong, .email strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #020000;
}
.email {
  margin-top: 4px;
  margin-left: 21px;
}
.phone, .email {
  font-size: 12px;
}
.topcontact i {
  color: #37b4ec;
  margin-right: 9px;
  line-height: 30px;
}
.book {
  width: 220px;
  margin-left: auto;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 8px;
}
.book a {
  color: #fff;
  display: block;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-top: 3%;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase
}
.book a:hover {
  color: #FF9E00;
}
.free {
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.free2 {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 50px;
  justify-content: space-between;
  gap: 2em;
}
.social-wrap-top {
  width: 100px;
  height: 63%;
  position: absolute;
  right: -5px;
  border-right: solid 5px #5fc0eb;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7)
}
.banner-social {
  width: 30px;
  margin-left: 32%;
}
.banner-social i:hover {
  background-color: #01162b;
  color: #fff;
  transform: rotate(360deg)
}
.banner-social i {
  border-radius: 50%;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 35px;
  background-color: #139AD5;
  color: #fff;
  display: block;
  margin-bottom: 18px;
  text-align: center;
  margin-top: 18px;
  transition: all ease 211ms;
}
.parentflex {
  display: flex;
  flex-wrap: wrap
}
.fourcol {
  flex: 1 1 23%;
}
.threecol {
  flex: 1 1 40%;
  min-width: 222px;
  position: relative;
  
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 11px;
  background: linear-gradient(128deg, rgba(247, 247, 243, 1) 30%, rgba(238, 253, 253, 1) 100%);
  transition: all ease 222ms;
}
.threecol:after {
  position: absolute;
  content: '\eaa0';
  width: 30px;
  height: 25px;
  right: 21px;
  bottom: 21px;
  font-family: icofont;
  color: #fff;
  background-color: #ed8f2a;
  text-align: center;
  border-radius: 50%;
  line-height: normal;
  padding-top: 5px;
  transition: all ease 111ms
}
.threecol:hover:after {
  background-color: #0ca69f;
  transform: rotate(45deg)
}
.threecol:hover {
  box-shadow: 0 7px 11px 0 #D6D6D6;
  transform: translateY(-5px);
}
.threecol a:hover {
  color: #000
}
.threecol-pic {
  width: 40%;
}
.threecol-pic img {
  width: 100%;
  height: auto;
  float: left
}
.threecol-text {
  width: 60%;
  padding: 2em;
  float: left;
  line-height: 22px;
}
.threecol:hover h3 {
  color: #10b7af
}
.gap {
  gap: 2em;
}
.threecol h3 {
  font-size: 25px;
  margin-bottom: 11px;
  font-weight: 700;
  color: #3e3e3e;
}
.blogbox {
  flex: 1 1 33%;
  border-radius: 7px;
  padding: 1.5em;
  background-color: #fff;
  padding-bottom: 4em;
  transition: all ease 333ms;
}
.blogbox a {
  color: #262525
}
.blogbox a:hover {
  color: #262525
}
.blogbox h2 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 11px;
  padding-bottom: 0px;
  line-height: normal;
  font-weight: 600
}
.blogbox:hover h2 {
  color: #0cada5
}
.blogbox:hover {
  transform: translateY(-9px)
}
.blogbox strong {
  display: block;
  color: #7629C1;
  margin-bottom: 11px;
  font-size: 22px;
}
.blogbox img {
  width: 100%;
  margin-bottom: 21px;
  border-radius: 5px;
  height: 240px;
  object-fit: cover
}
.dermal-fillers {
    width: 100%;
    border: solid 1px #e0cda0;
    border-radius: 11px;
    min-height: 381px;
    margin-top: 2em;
    background-image: url("../images/dermal-fillers.jpg"), url("../images/df-bg.jpg");
    background-repeat: no-repeat;
    background-position: right top, left top;
    background-color: #FFFFFF;
    background-size: contain cover;
    padding: 4em;
    padding-right: 45%;
    float: left;
}
.dermal-fillers h2 {
  font-size:36px;
  
  margin-bottom: 11px;
  padding-bottom: 0;
  max-width: 400px; color:#4e3424
}
.threecol2 {
  flex: 1 1 30%;
  border: 2px solid #76C1F4;
  padding: 2em;
  padding-top: 3em;
  padding-bottom: 4em;
  min-width: 222px;
  position: relative;
  z-index: 1;
  overflow: hidden
}
.threecol2 img {
  width: 100%;
  height: auto;
  margin-bottom: 21px;
  outline: solid 1px #fff;
  outline-offset: -11px;
}
.threecol2 strong {
  font-size: 21px;
  color: #023983;
  margin-bottom: 17px;
  display: block;
  position: relative
}
.threecol2 strong:after {
  position: absolute;
  content: '';
  bottom: 40%;
  height: 2px;
  width: 60px;
  background-color: #06BEF7;
  margin-left: 11px;
}
.twocol {
  flex: 1 1 50%;
}
.policy {
  flex: 1 1 50%;
}
.policy img {
  width: 100%;
  height: auto
}
.twocol.welcomepic {}
.twocol.welcomepic img {
  width: 100%;
  height: auto;
  max-width: 834px;
}
.twocol.ndpic img {
  width: 100%;
  height: auto;
  max-width: 622px;
}
.bigtext {
  font-size: 23px;
  line-height: 33px
}
.bg-design {
  background-image: url("../images/left-bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
.bgcolor {
  background-color: #f0edec;
  padding-bottom: 120px;
  color: #2A2A2A;
}
.contactwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.contactcell {
  flex: 1 1 40%;
  box-shadow: 0 0 7px -2px #D1D1D1;
  padding: 3em; border-radius:7px;
    transition: ease 111ms all;
    min-width: 222px;
}


.contactcell:hover{transform: translateY(-5px); box-shadow: 0 3px 7px -2px #D1D1D1;}



.split {
  column-count: 2;
  column-gap: 21px;
}
.input1 {
  font-size: 15px;
  width: 100%;
  padding-top: 2%;
  padding-right: 1%;
  padding-bottom: 2%;
  padding-left: 33px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #075B99;
  margin-top: 7px;
  margin-bottom: 7px;
  border: 1px solid #77b1e5;
}
.input1 {
  font-size: 15px;
  width: 100%;
  padding-top: 3%;
  padding-right: 1%;
  padding-bottom: 3%;
  padding-left: 23px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #075B99;
  margin-top: 7px;
  margin-bottom: 7px;
  border: 1px solid #0cada5; border-radius: 5px;
}
.padmain {
  padding-left: 12%;
  padding-right: 12%;
}
.pad-top-bottom {
  padding-top: 110px;
  padding-bottom: 110px
}
.pad-top {
  padding-top: 75px
}
.pad-right {
  padding: 50px
}
.pad-top-big {
  padding-top: 155px;
}
.big-text {
  font-size: 20px;
  line-height: 33px;
}
.pad-bottom {
  padding-bottom: 120px
}
.margin-top {
  margin-top: 5%
}
.margin-bottom {
  margin-bottom: 33px
}
.neg-margin-top {
  margin-top: -55px
}
.align-center {
  text-align: center
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal
}
h1 {
  font-size: 2.5vw;
  margin-bottom: 35px;
  padding-bottom: 15px;
  line-height: normal;
  padding-top: 33px;
}
h2 {
  font-size: 2.4vw;
  color: #2f2f2f;
  margin-bottom: 11px;
}
h2 strong {
  color: #10b7af; font-weight: 700
}
h3 {
  font-size: 45px
}
h3 strong {
  color: #10b7af; font-weight: 500;
}
h4 {
  font-size: 27px
}
h5 {
  font-size: 25px
}
h6 {
  font-size: 20px
}
.subtitle {
  font-size: 30px;
  color: #474747;
  position: relative;
  line-height: normal;
  padding: 0px;
  display: block;
}
.subtitle:after {
  width: 100px;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 20px;
}
/*.subtitle:before {
  position: absolute;
  background-color: #ccc;
  bottom: 50%;
  height: 2px;
  width: 100px;
  content: '';
  margin-left: -120px;
}*/
.subtitle2 {
  font-size: 45px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  line-height: normal;
  padding: 0px;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 55px;
  margin-left: 0px;
}
.subtitle2:after {
  width: 100px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 20px;
}
.subtitle2:before {
  position: absolute;
  background-color: #fff;
  bottom: 50%;
  height: 2px;
  width: 100px;
  content: '';
  margin-left: -120px;
}
.subtitle3 {
  
 font-size: 21px; margin-bottom: 11px; font-weight: 600 
}

.subtitle3 i{color:#10b7af}

.linkwrap {
  gap: 0.5em;
  width: 100%;
  float: left;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
  justify-content: center
}
.linkwrap strong {
  display: block;
  font-size: 21px;
  line-height: 5px;
  color: #FFA600;
}
a {
  color: #191919;
  text-decoration: none;
  transition: all ease-out 222ms;
}
a:hover {
  color: #FF9600;
}
a.aa.brdr-color {
  border-color: #c38142
}
a.aa.brdr-color::after {
  background-color: #c38142
}
a.aa.brdr-color::before {
  background-color: #c38142
}
a.aa.brdr-color:hover {
  border-color: #c38142
}
a.aa.white {
  border-color: #fff;
  margin-top: 30px;
  border-width: 3px;
  font-size: 18px;
  width: 260px;
}
a.aa.white::after {
  background-color: #000
}
a.aa.white::before {
  background-color: #c38142
}
a.aa.white:hover {
  border-color: #c38142
}
a.aa {
  color: #262626;
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
  overflow: hidden;
  width: 250px;
  padding-left: 25px;
  border-radius: 50px;
  border: solid 2px #10b7af;
  display: block;
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase
}
a.aa:after {
  position: absolute;
  content: '\eaa0';
  font-family: icofont;
  right: 3px;
  top: 2px;
  background-color: #10b7af;
  color: #fff;
  border-radius: 50%;
  padding: 11px;
  transition: all 222ms ease;
}
a.aa:hover {
  color: #FFFFFF;
  z-index: 1;
  border-color: #10b7af;
}
a.aa::before {
  position: absolute;
  content: '';
  background-color: #10b7af;
  height: 55px;
  width: 1px;
  right: -1px;
  top: 0px;
  transition: all 222ms ease-in;
}
a.aa:hover::before {
  width: 100%;
  z-index: -1;
  left: 0px;
}
a.aa:hover::after {
  background-color: #fff;
  color: #2f2f2f;
  transform: rotate(45deg)
}
a.cd {
  background-color: #052649;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  padding-top: 12px;
  padding-right: 51px;
  padding-bottom: 12px;
  padding-left: 33px;
  border-radius: 25px;
}
a.cd i {}
a.cd:hover {
  background-color: #21a7f4;
  color: #FFFFFF;
}
a.k {
  color: #FFFFFF;
  text-align: center;
  width: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: all 211ms ease;
  background-color: #c2c130;
  margin-top: 21px;
  float: left;
  padding-right: 21px;
  padding-left: 21px;
  font-size: 14px;
  border-radius: 3px;
}
a.k:hover {
  color: #FFFFFF;
  background-color: #097a66;
}
.btn {
    font-size: 15px;
    background-color: #2D2D2D;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    float: right;
    padding-top: 11px;
    padding-right: 21px;
    padding-bottom: 11px;
    padding-left: 21px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 3px;
    border-radius: 5px;
}
.btn:hover {
  background-color: #0cada5;
}
.fix-logo {
  width: 50px;
  position: absolute;
  left: -100px;
  top: 8px;
  opacity: 0
}
.n-wrap.fixed .fix-logo {
  display: inherit;
  left: 21px;
  transition: all ease 411ms;
  opacity: 1
}
.n-wrap.fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  box-shadow: 0 11px 31px -11px #3b384b;
  padding-top: 2px;
  padding-bottom: 2px;
  height: auto;
  padding-left: 12%; z-index: 9999
}
.n-wrap.fixed.menuwrap {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: auto;
}
.n-wrap.fixed .callus {
  margin-top: 12px;
  color: #FFFFFF;
  font-weight: normal;
}
.n-wrap.fixed .book a {
  padding-top: 0px;
  margin-top: 0px;
}
.n-wrap.fixed .logo {
  margin-top: 5px;
}
.n-wrap.fixed .logo img {
  width: 100px;
}
.whatsapp {
  position: absolute;
  z-index: 9999;
  bottom: 5%;
  right: 1.5%;
}
.whatsapp i {
  font-size: 25px;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 9px;
  color: #00CC66;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.whatsapp:hover i {
  color: #FFFFFF;
  background-color: #00CC66;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 180, 236, 0.7);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(55, 180, 236, 0);
  }
}
#bullet h4 {
  color: #0e6496;
  margin-top: 11px;
  margin-bottom: 11px;
}
#bullet h3 {
  color: #0e6496;
  margin-top: 11px;
  margin-bottom: 11px;
}
#bullet strong {
  color: #0e6496
}
.bullet {}
.bullet ul {
  padding-top: 3%;
  padding-bottom: 3%;
}
.bullet ul li {
  list-style-position: outside;
  list-style-type: none;
  padding-left: 45px;
  background-image: url(../images/yellowarrow.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-bottom: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D6D6;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 11px;
  color: #3A3A3A;
}

big{font-size: 16px; padding-bottom:11px;}

.bullet ul li big {font-size: 18px}


#bullet ul li:last-child {
  border-bottom-style: none;
}
.googlemap {
  width: 97.5%;
  margin-top: 55px;
  float: left;
  border: solid 3px #b5e7e0;
  border-radius: 11px;
}
.social {
  width: 200px;
}
.social i {
  font-size: 15px;
}
.social a i {
  padding: 9px;
  transition: all ease 0.3s;
  margin-top: 0;
  margin-right: 9px;
  margin-bottom: 0;
  font-size: 21px;
  color: #FFFFFF;
  border: solid 1px #fff;
  border-radius: 50%
}
.social a:hover i {
  transform: rotate(360deg);
  color: #000000;
}
#back-top {
  position: fixed;
  bottom: 1px;
  right: 1px;
  float: right;
}
#back-top a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  line-height: normal;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #4B4B4B;
  width: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
  font-size: 21px;
  border-radius: 3px 3px 0 0;
}
#back-top a:hover {
  background-color: #000
}
.footer {
  float: left;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 55px;
  background-color: #01a199;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  background-image: url(../images/footer.jpg);
  background-size: cover;
}
.footerlogo {
  flex: 10%;
  margin-right: 5%
}
.footerlogo img {
  width: 100%;
  height: auto
}
.footercells {
  flex: 1 1 20%;
  font-size: 15px;
  font-weight: 300;
  min-width: 222px
}
.footercells strong {
  font-size: 12px;
  font-weight: 300;
  line-height: normal
}
.footercells:nth-child(3) {
  line-height: normal;
}
.footercells:nth-child(4) {
  line-height: 30px;
}
.footercells a {
  color: #fff
}
.footercells i {
  float: left;
  margin-right: 9px;
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 11px;
  border: solid 2px #fff;
  padding: 5px;
  border-radius: 50%
}
.credit {
  float: left;
  width: 100%;
  margin-top: 42px;
  font-size: 14px;
  display: flex;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  flex-wrap: wrap;
  justify-content: space-around;
  letter-spacing: 1px;
  line-height: normal;
  padding-top: 28px;
}
.credit a {
  color: #fff
}
.credit a:hover {
  color: #000
}
.c1 {
  flex: 1 1 25%;
  min-width: 222px;
}
.c1:last-child {
  text-align: right;
}
/*zoom mode 125 */
@media (min-width: 767px) and (max-width:1600px) {
  .banner-text h1 {
    max-width: 460px;
  }
  .banner-pic {
    width: 40%;
  }
  .banner-bg {
    padding-top: 2%;
  }
  .banner-bottom {
    top: -110px;
  }
  .threecol-text {
    line-height: normal;
    font-size: 15px;
  }
}
/*zoom mode 125 end*/
@media(max-width:1600px) {
  .padmain {
    padding-left: 7%;
    padding-right: 7%
  }
}
@media(max-width:1380px) {
  .padmain {
    padding-left: 5%;
    padding-right: 5%
  }
}
@media(max-width:1025px) {
  .banner-text h1 {
    font-size: 5vw;
  }
  .sliderwrap {
    height: 50vh
  }
  .bb-cells {
    font-size: 20px;
  }
  .bb-cells strong {
    font-size: 20px;
  }
  .how-we-work {
    margin-top: 5%;
  }
  .threecol {
    flex: 1 1 40%;
  }
  .cta-cells, .cta-cells:nth-child(1), .cta-cells:nth-child(2) {
    flex: 1 1 100%;
    text-align: center
  }
  .cta-cells h4 {
    font-size: 5vw
  }
  .cta-cells:nth-child(3) {
    flex: 0 0 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: left
  }
  .cta-wrap {
    gap: 21px
  }
  .menuwrap {
    min-height: 3px;
    padding-top: 0;
    padding-bottom: 0
  }
  #inner.banner-bg {
    min-height: auto;
  }
  .banner-bottom {
    height: auto;
    top: -55px
  }
}
@media(max-width:840px) {
  .book {
    display: none
  }
  .logo-text {
    display: none
  }
  .logowrap {
    padding-right: 150px;
  }
  .free {
    border: none
  }
  .free2 {
    padding-top: 21px
  }
  .bb-cells {
    font-size: 21px;
    flex: 1 1 45%;
  }
  .sliderwrap {
    height: auto
  }
  .twocol {
    flex: 100%
  }
  .pad-top {
    padding-top: 0px;
  }
  .twocol.welcomepic {
    order: 1
  }
  .twocol {
    order: 2
  }
  .capo-2-col-renovation {
    flex: 1 1 100%;
    padding: 3em;
    padding-right: 0%;
    border-bottom: solid 2px #fff;
  }
  .s-cells:nth-child(1), .s-cells:nth-child(3) {
    border-left: none
  }
  .titlewrap {
    margin-bottom: 55px;
  }
  h2 {
    font-size: 55px
  }
  .threecol {
    flex: 100%;
  }
  .cta-cells:nth-child(3) {
    flex: 0 0 60%;
  }
  .n-wrap.fixed {
    padding-top: 21px;
    padding-bottom: 21px;
    height: 55px;
  }
  .banner-pic {
    margin-left: 0px;
    width: 100%;
    margin-right: 0%;
  }
  .banner-text h1 {
    max-width: 100%;
    text-align: center;
    font-size: 6vw;
    margin-bottom: 11px
  }
  .s1 {
    padding: 2em;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    padding-top: 370px;
    float: left;
  }
  .dermal-fillers {
    padding: 2.5em;
    padding-top: 360px;
    background-size: auto
  }
}
@media(max-width:540px) {
  .inner-wrap {
    padding: 1em;
    margin-top: 3em;
  }
  .inner-wrap img {
    float: none;
    margin-left: 0px;
    margin-bottom: 25px;
    width: 100%;
    height: auto
  }
  .c1 {
    margin-bottom: 11px;
  }
  .c1:last-child {
    text-align: left
  }
    
    .split{column-count: 1} 
    .contactcell{padding: 1em;}
    
  .footer {
    gap: 1em;
  }
  .footercells {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding-bottom: 11px;
  }
  .footer-cells {
    flex: 100%;
  }
  .social {
    margin-right: auto;
    margin-left: auto;
    left: auto;
  }
  .credit {
    margin-top: 0px;
  }
  h2 {
    font-size: 35px
  }
  .titlewrap {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .padmain {
    padding-left: 4%;
    padding-right: 4%;
  }
  .pad-top-big {
    padding-top: 20px;
  }
  a.aa {
    text-align: left;
    margin-left: 16%;
    margin-top: 0px;
  }
  .capo-2-col-renovation {
    padding: 1.5em;
    padding-top: 3em;
    border-bottom: solid 2px #fff;
  }
  .s-cells {
    flex: 100%;
    border-left: none
  }
  .free2 {
    border: none;
    gap: 15px;
  }
  .banner-text h1 {
    font-size: 8vw;
    padding-top: 0;
    margin-bottom: 11px
  }
  .banner-text {
    text-align: center;
    padding-top: 0;
    justify-content: center;
  }
  .banner-bottom {
    gap: 1em;
  }
  .bb-cells {
    flex: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 400
  }
  .bb-cells:last-child {
    border: none
  }
  .sliderwrap {
    height: auto
  }
  .logo {
    flex: 100%;
    margin-right: 0px;
  }
  .logo img {
    width: 250px;
  }
  .logowrap {
    padding-right: 2%;
  }
  .phone {
    display: none
  }
  .s1 {
    padding: 2em;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    padding-top: 370px;
    float: left;
  }
  .threecol-text {
    width: 100%;
    padding: 2em;
  }
  .threecol-pic {
    width: 100%;
  }
  .dermal-fillers {
    padding: 2.5em;
    padding-top: 260px;
    background-size: contain
  }
  .linkwrap {
    display: inline-block
  }
  .brdr-color {
    margin-bottom: 11px;
  }
  .pad-right {
    padding-right: 0; padding-left: 0;
    text-align: center
  }
  .gheyi-wrap {
    padding: 2em;
    padding-bottom: 130px;
  }
  .gheyi-wrap img {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 21px;
  }
  .gheyi-wrap a.aa {
    margin-left: 0px
  }
  .certificates img {
    width: 45%;
    border: solid 1px #ccc
  }
  .certificates {
    gap: 1em;
    padding: 1em;
  }
  .gradient-bg {
    background-image: none
  }
  .footerlogo {
    flex: 100%;
    padding-left: 10%;
    padding-right: 10%
  }
}
@media screen and (max-width:932px) and (orientation: landscape) {
  .sliderwrap {
    height: auto
  }
  .book {
    display: none
  }
  .free {
    border-bottom: none
  }
  .banner-text h1 {
    font-size: 4vw;
    max-width: 600px;
  }
  .banner-text {
    width: 45%
  }
  .banner-bottom {
    margin-top: -131px;
    height: 250px
  }
  .free2 {
    padding-top: 11px;
  }
  .bb-cells {
    flex: 1 1 20%;
    font-size: 16px;
  }
  .threecol {
    flex: 100%;
  }
}
@media(max-width:360px) {
    
  a.aa {
        
        margin-left:11%;
        
    }  
    
    
    
}