:root {
  --dark-orange: #5777a2;
  --orchid: #d05dba;
  --light-sea-green: #ffdfd3;
  --peru: #b3865d;
  --steel-blue: #abc2e2;
  --midnight-blue: #2f2047;
  --d05dba: #f1953a;
  --light-salmon: #f6a181;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.menu-button {
  margin-left: auto;
}

.link-block {
  display: none;
}

.navigation-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.navigation-link.w--current {
  color: #e04d09;
}

.navigation-link.dropdown {
  color: #000;
  font-family: Yusei Magic, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.navigation-link.dropdown:hover {
  border-bottom-width: 0;
}

.div-block-175 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: -2%;
  left: 45%;
  transform: rotate(45deg);
}

.text-block-17, .text-block-16 {
  display: none;
}

.nav-link-3 {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0;
  font-family: Yusei Magic, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.cont-div {
  width: 75%;
}

.link-block-4 {
  color: #152981;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
}

.link-block-4:hover {
  color: #348de6;
}

.icon-10 {
  color: #000;
  margin-right: 0;
  font-family: Yusei Magic, sans-serif;
  font-size: 17px;
}

.dropdown-4 {
  margin-left: 0;
  margin-right: 10px;
}

.image-26 {
  width: 163px;
  height: 164.469px;
  display: block;
}

.text-block-63 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-202 {
  width: 30%;
  justify-content: flex-start;
  display: flex;
}

.div-block-203 {
  width: 30%;
  justify-content: flex-end;
  display: flex;
}

.nav-menu {
  width: 100%;
  max-width: 1300px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-toggle-3 {
  margin-right: 10px;
  padding: 0 10px 0 0;
}

.dropdown-toggle-3.w--open {
  margin-right: 10px;
}

.link-10 {
  display: none;
}

.img-div {
  width: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-170 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.dropdown-list-4 {
  background-color: #777373;
}

.dropdown-list-4.w--open {
  width: 250px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 10px;
  display: flex;
  left: -82px;
}

.brand {
  margin-left: auto;
  margin-right: auto;
}

.brand.w--current {
  width: 30%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  left: auto;
  right: 32px;
}

.navbar-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px 10px;
  display: flex;
}

.button-11 {
  width: 200px;
  height: 50px;
  color: #f1953a;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg-wrapper-b11 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-bg-b11 {
  width: 0;
  height: 50px;
  background-image: linear-gradient(rgba(208, 93, 186, .15), rgba(87, 119, 162, .18));
  position: absolute;
  left: 0;
}

.text-b11 {
  z-index: 1;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}

.top-line-b11 {
  width: 200px;
  height: 2px;
  background-color: var(--dark-orange);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.left-line-b11 {
  width: 2px;
  height: 50px;
  background-color: var(--orchid);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bottom-line-b11 {
  width: 200px;
  height: 2px;
  background-color: var(--dark-orange);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-line-b11 {
  width: 2px;
  height: 50px;
  background-color: var(--orchid);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-205 {
  height: 3px;
  background-image: linear-gradient(to right, var(--orchid), #6175a4 73%, var(--dark-orange));
}

.div-block-205._98 {
  background-image: linear-gradient(to right, var(--dark-orange), #6175a4 27%, var(--orchid));
}

.link-block-44 {
  color: #333;
  text-decoration: none;
}

.text-block-12 {
  width: 35px;
  height: 35px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.text-block-12:hover {
  color: #062343;
  background-color: #d7af2c;
  border-color: rgba(0, 0, 0, 0);
}

.text-block-12.size {
  width: 45px;
  height: 45px;
  border-color: var(--light-sea-green);
  color: #4771aa;
  background-color: #fff;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 26px;
}

.text-block-12.size:hover {
  color: var(--peru);
  border-color: #949494;
}

.text-block-12.size._03 {
  width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 44px;
}

.top-bar-container {
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.div-block-319 {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: auto;
  padding: 10px;
  display: flex;
}

.div-block-319.width {
  width: auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}

.call-box {
  display: flex;
}

.text-block-15193 {
  color: var(--light-sea-green);
  transform-style: preserve-3d;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-318 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-318:hover {
  color: #48d5e2;
  text-align: left;
}

.div-block-318._02 {
  margin-right: 10px;
}

.text-block-15194 {
  color: var(--light-sea-green);
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.content-div-and-information {
  display: flex;
}

.link-146 {
  color: #000;
  letter-spacing: 2px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.email-bok {
  margin-right: 20px;
  display: flex;
}

.container {
  max-width: 1300px;
}

.top-bar {
  background-color: #abc2e2;
}

.section {
  height: 80vh;
  background-image: url('../images/silkpeel-dermalinfusion.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.hide {
  display: none;
}

.link-2 {
  width: 550px;
  opacity: 1;
  color: #815f99;
  text-align: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: #111;
  border-bottom-width: 3px;
  border-bottom-color: #f3c781;
}

.link-13 {
  opacity: 1;
  color: #5687b6;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding-bottom: 20px;
  font-size: 88px;
  font-weight: 300;
  line-height: 80px;
  text-decoration: none;
}

.link-13:hover {
  color: #030135;
  border-bottom-width: 3px;
  border-bottom-color: #f3c781;
}

.heading-container {
  display: none;
}

.div-block-196 {
  max-width: 1300px;
  background-color: #fbf8f7;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-8 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-weight: 400;
  display: flex;
}

.heading-section {
  max-width: 1300px;
  background-image: url('../images/5fe2c18133cc0f6c89373eb3_grooms-bg-1.png'), url('../images/5fe2c18133cc0f6c89373eb3_grooms-bg-1.png');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin: 60px auto;
  padding-left: 50px;
  padding-right: 50px;
}

.link-12 {
  opacity: 1;
  color: #5687b6;
  text-align: center;
  border-width: 1px 1px 3px;
  border-color: #000 #000 rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-right-style: none;
  padding-bottom: 20px;
  font-size: 78px;
  font-weight: 300;
  line-height: 80px;
  text-decoration: none;
}

.link-12:hover {
  color: #030135;
  border-bottom-width: 3px;
  border-bottom-color: #f3c781;
}

.div-block-195 {
  width: 24%;
  background-color: #fff;
  background-image: none;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 50px;
  border: 1px solid #fbf8f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 0 20px 1px #ebe9e9;
}

.div-block-195:hover {
  box-shadow: none;
}

.text-block-5 {
  color: #e44d4d;
  border-style: none;
  border-color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 400;
  display: flex;
}

.button-5 {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #ffdfd3;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Yusei Magic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-5:hover {
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.link-11 {
  opacity: 1;
  color: #5687b6;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding-bottom: 20px;
  font-size: 78px;
  font-weight: 300;
  line-height: 80px;
  text-decoration: none;
}

.link-11:hover {
  color: #030135;
  border-bottom-width: 3px;
  border-bottom-color: #f3c781;
}

.text-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 400;
  display: flex;
}

.text-block-6 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
}

.about {
  background-color: #fbf8f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-8 {
  color: #595a59;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.container-divs {
  max-width: 1200px;
}

.paragraph-9 {
  color: #595a59;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.left-side {
  width: 45%;
}

.text-block-18 {
  color: #013e79;
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.div-block-2 {
  margin-top: 60px;
}

.main-div-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.button-8 {
  color: #013e79;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #f3c781;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.button-8:hover {
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.button-8.hide {
  display: none;
}

.heading-9 {
  opacity: 1;
  color: #030135;
  font-family: Yusei Magic, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 50px;
}

.right-side-2 {
  width: 50%;
}

.button-9 {
  color: #2f2047;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #f3c781;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.button-9:hover {
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.heading-7388 {
  color: #243590;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.heading-7388._1 {
  margin-top: 0;
  line-height: 31px;
}

.div-block-313486 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 60px;
  display: flex;
}

.bold-text-536 {
  font-family: Yusei Magic, sans-serif;
  font-weight: 600;
}

.first-services {
  height: 370px;
  background-color: #fff;
  border-bottom: 2px solid #a9d7e7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 0 20px rgba(169, 215, 231, .28);
}

.image-32681 {
  width: 50px;
}

.image-32680 {
  width: 55px;
}

.content-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-divb {
  width: 100px;
  height: 100px;
  background-color: rgba(169, 215, 231, .51);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.link-block-155 {
  width: 30%;
  text-decoration: none;
  display: none;
}

.paragraph-2208 {
  max-width: 280px;
  color: #333;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.line-div {
  width: 80px;
  height: 2px;
  background-color: #002868;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.link-block-160 {
  width: 30%;
  text-decoration: none;
}

.link-block-160._1 {
  margin-top: 40px;
  display: none;
}

.link-block-156 {
  width: 30%;
  text-decoration: none;
  display: none;
}

.div-block-314103 {
  width: 100%;
  height: 370px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.div-block-314104 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.div-block-314104._5 {
  background-image: none;
  background-size: auto;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-314104._3 {
  background-image: none;
  padding-bottom: 10px;
}

.div-block-314104._2 {
  width: 100%;
  height: auto;
  background-image: none;
  background-size: auto;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
}

.div-block-314104._1 {
  height: auto;
  background-image: none;
  border: 1px #000;
  padding-bottom: 10px;
}

.div-block-314104._4 {
  background-image: none;
  background-size: auto;
  padding-bottom: 10px;
}

.link-block-158 {
  width: 30%;
  text-decoration: none;
}

.link-block-158._1 {
  margin-top: 40px;
  display: none;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  line-height: 51px;
}

.div-block-314102 {
  width: 30%;
  height: 415px;
  border-radius: 10px;
  position: relative;
}

.div-block-314102._1 {
  margin-top: 0;
}

.link-block-159 {
  width: 30%;
  text-decoration: none;
}

.link-block-159._1 {
  margin-top: 40px;
  display: none;
}

.link-block-170 {
  width: 100%;
  background-color: #d8b28e;
  border: 1px #b92024;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-section {
  background-image: linear-gradient(rgba(87, 119, 162, .16), rgba(87, 119, 162, .16)), url('../images/64675b91d9310cf21eb3b120_pattern-1.png');
  background-position: 0 0, 50%;
  border-radius: 100px;
  margin-top: 40px;
  padding: 60px 20px 20px;
}

.service-section.hide {
  display: none;
}

.link-block-157 {
  width: 30%;
  text-decoration: none;
  display: none;
}

.image-32679 {
  width: 50px;
  position: relative;
}

.image-32823 {
  width: 100%;
  filter: saturate(121%);
  border-radius: 10px 10px 0 0;
}

.text-block-16062 {
  color: #02269b;
  text-align: left;
  font-family: Yusei Magic, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.white-image {
  width: 45px;
  display: none;
  position: relative;
}

.bold-text-534 {
  color: #375680;
  font-weight: 700;
}

.image-32682 {
  width: 50px;
}

.services-container {
  max-width: 1300px;
}

.body {
  background-color: rgba(208, 93, 186, 0);
}

.container-2 {
  max-width: 1300px;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 130px;
}

.div-block-314105 {
  display: flex;
}

.div-block-314106 {
  width: 50%;
}

.div-block-314107 {
  z-index: 1;
  width: 60%;
  border: 1px dotted var(--orchid);
  background-image: url('../images/Best-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  position: relative;
  left: 38px;
}

.paragraph-2209 {
  width: 636px;
  color: #595a59;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-2210 {
  color: #595a59;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.right {
  z-index: 1;
  width: 40%;
  border: 2px solid var(--dark-orange);
  background-color: #fcf4fa;
  border-radius: 20px;
  position: relative;
  top: 78px;
  left: -41px;
}

.text-block-16063 {
  color: #000;
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.div-block-314108 {
  background-image: url('../images/banner1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
  left: 31px;
}

.heading-7389 {
  opacity: 1;
  color: #000;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
}

.button-10 {
  color: #2f2047;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #f3c781;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.button-10:hover {
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.div-block-312731 {
  z-index: 1;
  width: 30%;
  height: 300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 20px rgba(146, 146, 146, .2);
}

.text-block-15626 {
  width: 50px;
  color: #e74e18;
  font-size: 40px;
  line-height: 50px;
}

.text-block-15626._1 {
  color: var(--dark-orange);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 50px;
}

.div-block-312732 {
  z-index: -1;
  width: 0%;
  height: 0%;
  background-image: linear-gradient(124deg, rgba(208, 93, 186, .27) 24%, var(--dark-orange));
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.paragraph-2211 {
  color: #000;
  margin-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  line-height: 25px;
}

.heading-7233 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.div-block-312759 {
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.bold-text-345 {
  font-family: Yusei Magic, sans-serif;
  font-weight: 400;
}

.sub-title-bar {
  width: 35px;
  height: 3px;
  background-color: #00cde5;
  background-image: linear-gradient(to right, var(--orchid), var(--dark-orange));
  margin-left: 10px;
}

.why-image-el {
  z-index: 3;
  width: 40%;
  height: 50%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(208, 93, 186, .17), rgba(179, 134, 93, .32));
  border-radius: 70px;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: auto;
  right: 59%;
}

.why-image-el.small {
  width: 100px;
  height: 100px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(94, 204, 211, .3);
  border-radius: 30px;
  display: none;
  bottom: 26%;
  right: 53%;
}

.heading-37 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Yusei Magic, sans-serif;
  font-weight: 500;
}

.paragraph-19 {
  max-width: 650px;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-19._10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 26px;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  background-image: none;
  border: 2px solid #f26028;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 18px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  text-decoration: none;
}

.button:hover {
  color: #0c1946;
  background-color: #fff;
}

.button.red {
  color: #f26028;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 2px solid #f26028;
  font-family: Montserrat, sans-serif;
}

.button.red:hover {
  color: #000;
  border-color: #000;
}

.text-div {
  width: 50%;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  position: relative;
}

.text-span-22 {
  color: var(--dark-orange);
}

.about-detail-section {
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-detail-section.hide {
  display: none;
}

.div-block-317 {
  width: 340px;
  height: 340px;
  border: 5px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 2.5%;
  bottom: auto;
  left: 2.5%;
  right: 0%;
}

.grid-image {
  z-index: 2;
  height: 390px;
  border-radius: 40px;
  position: relative;
}

.about-div {
  background-color: #fff;
  background-image: url('../images/60dc2206f348365eda9a149d_circle-stripe-light-blue_160dc2206f348365eda9a149d_circle-stripe-light-blue.png'), url('../images/60d6b4442c81c031e9eff9c5_dot-pattern.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 100px;
  justify-content: space-between;
  padding: 20px 18px 30px;
  display: flex;
  position: relative;
}

.container-503 {
  max-width: 1200px;
}

.div-block-324 {
  width: 200px;
  height: 200px;
  max-width: 1200px;
  color: #bcddf4;
  background-color: #fff;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 38%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-image-bg {
  background-color: rgba(87, 119, 162, .46);
  border-radius: 40px;
  position: absolute;
  top: -40px;
  bottom: 40px;
  left: -40px;
  right: 40px;
}

.image--about {
  z-index: 10;
  width: 48%;
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
  top: 7%;
  bottom: 0%;
  left: 7%;
  right: auto;
}

.grid-image-wrapper {
  position: relative;
}

.div-block-316 {
  z-index: -20;
  width: 360px;
  height: 360px;
  background-color: #bcddf4;
  border: 5px solid #16215c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text-338 {
  color: #fff;
  font-size: 25px;
  line-height: 32px;
}

.heading-7213 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}

.question-section {
  height: 35vh;
  background-image: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.question-section.hm {
  background-image: linear-gradient(rgba(0, 0, 0, .78), rgba(0, 0, 0, .78)), url('../images/vd_9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 220px;
}

.question-section.hm.as {
  background-image: linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .74)), url('../images/organicskincareproductsblogphoto.jpg');
  background-attachment: scroll, fixed;
  margin-top: 0;
}

.div-block-31790 {
  width: 70%;
  height: 40vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.button-11 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  background-image: none;
  border: 2px solid #f26028;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 18px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  text-decoration: none;
}

.button-11:hover {
  color: #0c1946;
  background-color: #fff;
}

.button-11._0258 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-312812 {
  justify-content: space-between;
  display: flex;
}

.div-block-312673 {
  margin-left: 20px;
}

.container-1280 {
  max-width: 1300px;
}

.div-block-312672 {
  width: 100%;
  height: 100%;
  background-color: var(--dark-orange);
  border-top-left-radius: 40px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bold-text-336 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.div-block-312670 {
  width: 500px;
  height: 100px;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-148 {
  color: #fff;
  text-decoration: none;
}

.text-block-15614 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.text-block-15614._1 {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.image-171 {
  width: 20px;
  height: 20px;
}

.submit-button-2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.submit-button-2.link-block-8 {
  background-size: 25px;
}

.change-color {
  color: #636e8e;
  text-align: left;
  font-family: Exo, sans-serif;
}

.div-block-942 {
  display: flex;
}

.link-block-42 {
  color: #fff;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link-block-42.zero-margin {
  margin-bottom: 5px;
}

.div-block-932 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-158 {
  color: #000;
  text-align: left;
  margin-bottom: 3px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  line-height: 25px;
}

.heading-16 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.social-icon-links {
  padding: 15px;
}

.div-block-941 {
  flex-direction: column;
  margin-bottom: 20px;
  margin-right: 40px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.list-3 {
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-3.hide {
  display: none;
}

.link-block-171 {
  line-height: 36px;
  text-decoration: none;
}

.div-block-938 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wraper {
  width: 100%;
  border-bottom: 1px rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.ft-links {
  width: 70px;
  color: #333;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ft-links._40 {
  width: 100px;
}

.ft-links._45 {
  width: 50px;
}

.ft-links._80 {
  width: 50px;
  font-family: Exo, sans-serif;
}

.footer-wrapper {
  width: 100%;
  border-top: 4px solid var(--dark-orange);
  background-color: #fff;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  position: relative;
}

.logo-warpper {
  width: 30%;
  max-width: 350px;
}

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

.div-block-935 {
  width: 35%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-161 {
  color: rgba(0, 0, 0, .75);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
}

.list-9 {
  text-align: left;
  padding-left: 0;
}

.text-field-2 {
  width: 510px;
  height: 80px;
  margin-bottom: 0;
  padding-left: 30px;
}

.form {
  display: flex;
  position: relative;
}

.paragraph-18 {
  color: #636e8e;
  font-family: Bitter, serif;
  font-size: 16px;
}

.paragraph-18.copy {
  margin-bottom: 0;
  display: block;
}

.link-block-45 {
  background-color: #384a8c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.div-block-933 {
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-933.hide {
  display: none;
}

.heading-34 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.copyright-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-502 {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.wrapper-ft {
  width: 100%;
  max-width: 1200px;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  display: none;
  position: relative;
}

.div-block-940 {
  margin-left: -15px;
  margin-right: -15px;
}

.line-small {
  width: 100%;
  height: 4px;
  background-color: #addcec;
  margin-top: 4px;
}

.text-block-159 {
  display: none;
}

.content-ft {
  max-width: 600px;
}

.div-block-931 {
  margin-top: -2px;
}

.text-block-160 {
  color: #000;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.text-block-160._2 {
  max-width: 130px;
  color: #fff;
  text-align: left;
  border-bottom: 1px #686868;
  margin-bottom: 20px;
  font-family: Yusei Magic, sans-serif;
  font-size: 20px;
}

.text-block-160._2._3 {
  max-width: 90px;
  margin-bottom: 20px;
}

.text-block-160._2._22 {
  margin-bottom: 20px;
}

.level3-change-color {
  color: #1b2871;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.footer-v-1 {
  color: #fff;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.link-block-46 {
  letter-spacing: .4px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 32px;
}

.link-block-46._2 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.bold-text-38 {
  color: #000;
  letter-spacing: 1px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div-block-934 {
  width: 60px;
  height: 95px;
  align-items: center;
  display: flex;
  position: absolute;
  top: -100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subscribe-section {
  height: 200px;
  background-color: #ff5316;
  justify-content: space-between;
  align-items: center;
  margin-top: -140px;
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
}

.link-block-wrapper {
  width: 40%;
  flex-direction: column;
  display: flex;
}

.link-block-43 {
  color: #9aa3b2;
  text-decoration: none;
}

.header-links {
  color: #1f2c73;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.icons-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item-28 {
  color: #d0d3d8;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.quick-links-block {
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.d-103-card-wrapper {
  width: 30%;
  height: auto;
  border: 2px solid var(--orchid);
  color: #fff;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-103-shape-placeholder {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  margin-bottom: 20px;
}

.d-103-option-text {
  color: #000;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.d-103-right-side {
  width: 50%;
  height: 120%;
  transform-origin: 0 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(87, 119, 162, .68), rgba(208, 93, 186, .62));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 100%;
  right: 0%;
  transform: rotate(-10deg);
}

.d-103-arrow {
  width: 20px;
  filter: invert();
  margin-top: 50px;
  margin-left: 5px;
  transform: rotate(10deg);
}

.button-8 {
  width: 170px;
  height: 50px;
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.text-button-b8 {
  z-index: 1;
  letter-spacing: 0;
  position: relative;
}

.bg-mask-b8 {
  width: 0;
  height: 200px;
  background-color: #333;
  background-image: linear-gradient(rgba(208, 93, 186, .21), rgba(87, 119, 162, .19));
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(37deg);
}

.grid-button-8 {
  width: 200px;
  height: 50px;
  cursor: pointer;
  background-color: #1c6623;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  font-size: 2rem;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.grid-button-8:active {
  filter: blur(2px) invert();
}

.button-211172 {
  height: 50px;
  background-color: var(--dark-orange);
  cursor: pointer;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 60px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-211172.hair {
  margin-top: 20px;
}

.button-text-2 {
  z-index: 10;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-family: Yusei Magic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.background-circle-button-2 {
  z-index: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(208, 93, 186, .58);
  border-radius: 10000px;
  position: absolute;
  top: auto;
  right: 5px;
}

.background-circle-button-small {
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10000px;
  position: absolute;
  top: auto;
  right: 25px;
}

.fontawesome-container-button {
  z-index: 3;
  width: auto;
  height: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  right: 15px;
}

.image-32294 {
  filter: brightness(400%);
}

.confirmed-state {
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #49dc80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: -100%;
  right: 0;
}

.fontawesome-button-check {
  opacity: 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

.div-block-313833 {
  position: absolute;
  top: auto;
  bottom: 43%;
  right: -28%;
}

.procsscontainer {
  max-width: 1300px;
}

.mainprocess {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-313832 {
  width: 50px;
  height: 50px;
  background-color: var(--dark-orange);
  border: 5px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: Vollkorn, serif;
  display: flex;
  position: absolute;
  bottom: 210px;
  left: 212px;
  box-shadow: 0 6px 20px 1px rgba(63, 61, 61, .2);
}

.div-block-313832.cc3 {
  background-color: var(--dark-orange);
  bottom: 210px;
  left: 212px;
}

.div-block-313832.cc1 {
  background-color: var(--light-sea-green);
  bottom: 210px;
  left: 212px;
}

.borderdiv {
  width: 330px;
  height: 330px;
  border-top: 5px solid #ffdfd3;
  border-bottom: 5px solid #ffdfd3;
  border-left: 5px solid #ffdfd3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.borderdiv._2 {
  border-top-color: #5777a2;
  border-bottom-color: #5777a2;
  border-left-color: #5777a2;
}

.borderdiv.rs {
  width: 330px;
  height: 330px;
  margin-right: 0;
}

.borderdiv._1 {
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.cardsdiv {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-16001 {
  color: #f4f4f4;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-16001._2 {
  color: #000;
}

.paragraph-2213 {
  color: #333;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.heading-7468 {
  color: var(--dark-orange);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.heading-7468.cc1 {
  color: #ddaf85;
}

.heading-7468.cc2 {
  color: var(--dark-orange);
}

.h1-main {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.h1-main.center {
  text-align: center;
  letter-spacing: 1px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.h1-main.mt-20 {
  margin-top: 20px;
  font-family: Yusei Magic, sans-serif;
}

.h1-main.mb-20 {
  margin-bottom: 20px;
}

.h1-main.mb-20:hover {
  color: #008fbf;
}

.h1-main.white {
  color: #fff;
}

.h1-main.white.center.mt-20.mb-10 {
  color: #2c2c2c;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-family: Tiffany Laurence, sans-serif;
}

.div-block-313831 {
  width: 280px;
  height: 280px;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -5px #b4b4b4;
}

.div-block-313831._410 {
  background-image: url('../images/MAHESH-LOGO.png');
  background-position: 50%;
  background-size: cover;
}

.processsection {
  padding: 80px 20px 60px;
}

.div-block-312898 {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.div-block-312899 {
  width: 48%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-1281 {
  max-width: 1300px;
}

.image-32643 {
  width: 550px;
  border-top: 30px solid #ffc2ab;
  border-left: 30px solid #ffc2ab;
  border-radius: 100px;
}

.header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-wrap.left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.header-wrap.left.center {
  width: 50%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.header-wrap.left.center._2 {
  width: 65%;
  flex-direction: column;
}

.div-block-312905 {
  width: 7px;
  height: 7px;
  background-color: var(--dark-orange);
  border-radius: 50px;
}

.features-section {
  padding: 60px 20px 40px;
  position: relative;
}

.p-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8em;
}

.p-text.p-25 {
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
}

.p-text.p-25.center {
  text-align: center;
  padding-top: 0;
  font-size: 18px;
  line-height: 26px;
}

.div-block-312901 {
  width: 53px;
  height: 315px;
  border-top: 2px solid var(--steel-blue);
  border-bottom: 2px solid var(--steel-blue);
  border-left: 2px solid var(--steel-blue);
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  position: absolute;
  top: 41px;
  left: -49px;
}

.paragraph-2 {
  text-align: justify;
  padding-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-312900 {
  width: 48%;
  position: relative;
}

.div-block-312902 {
  width: 100%;
  height: 231px;
  background-color: #f0f0f0;
  border-radius: 21px;
  margin-top: 20px;
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-7235 {
  margin-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-312904 {
  width: 21px;
  height: 21px;
  border: 2px solid rgba(179, 134, 93, .64);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-312903 {
  width: 100%;
  align-items: center;
  display: flex;
}

.div-block-313992 {
  width: 60%;
}

.image-32795 {
  width: 100%;
}

.div-block-313991 {
  width: 120px;
  height: 120px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.real-paragraph-18 {
  color: rgba(62, 74, 89, .85);
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.real-paragraph-18.border {
  color: #333;
  border-left: 3px solid #02269b;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-7473 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 40px;
}

.text-span-134 {
  color: #002868;
}

.heading-7472 {
  color: #002868;
  text-align: center;
  margin-top: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.heading-7472.hide {
  display: none;
}

.section-124 {
  background-image: linear-gradient(rgba(255, 255, 255, .57), rgba(255, 255, 255, .57)), none;
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
  padding: 20px 20px 40px;
}

.div-block-313993 {
  width: 300px;
  height: 300px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 20px 5px rgba(0, 0, 0, .2);
}

.container-163 {
  max-width: 1300px;
}

.div-block-313990 {
  width: 75%;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-313990.reverse {
  flex-direction: row-reverse;
  margin-top: 40px;
}

.d-102-bottom-wrapper {
  z-index: 2;
  width: 200px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
}

.d-102-top-right-slant-two {
  width: 100px;
  height: 75px;
  background-color: #fff;
  display: none;
  position: absolute;
  top: -40%;
  bottom: auto;
  left: auto;
  right: -35%;
  transform: skew(-20deg);
}

.button-4 {
  color: #fff;
  background-color: #41faa4;
  background-image: linear-gradient(43deg, #16a3fe, #41faa4 100%, #fff);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 13px 10px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-4:hover {
  background-image: linear-gradient(50deg, #f7f7f7, #41faa4 6%, #41faa4 6%, #1db2ef 78%, #1badf4 83%, #16a3fe 93%, #1db2ef);
}

.button-4.w--current:hover {
  background-image: linear-gradient(50deg, #f7f7f7, #41faa4 6%, #41faa4 6%, #3cf0ae 16%, #1db2ef 78%, #1badf4 83%, #16a3fe 93%, #1db2ef);
}

.button-4.get-in-toch-team {
  width: 150px;
}

.button-4.get-in-toch-team.button-211172 {
  display: none;
}

.first-three-cards {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.d-102-slant-one-text {
  color: #575c6b;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  transform: skew(20deg);
}

.paragraph-2135 {
  font-size: 18px;
  line-height: 31px;
}

.image-137 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.heading-7474 {
  text-align: center;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-color: #606a81;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.heading-7474._2 {
  z-index: 1;
  direction: ltr;
  text-align: left;
  text-transform: uppercase;
  background-image: none;
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 2.9rem;
  line-height: 50px;
  position: relative;
}

.heading-7474._2.left-heading {
  text-align: center;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
}

.text-block-15126 {
  color: #fff;
  text-align: center;
  margin-top: 52px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 18px;
}

.team-wrapper-2 {
  width: 100%;
  flex-flow: column-reverse;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-168 {
  letter-spacing: 1px;
  flex: 0 auto;
  margin-right: 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.d-102-top-right-slant-one {
  width: 100px;
  height: 75px;
  opacity: .8;
  background-color: #ffaff9;
  display: none;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: auto;
  right: -30%;
  transform: skew(-20deg);
}

.browser-dot {
  width: 10px;
  height: 10px;
  background-color: #fc615d;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.d-102-outer-circle {
  width: 180px;
  height: 180px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -7%;
  left: -1%;
}

.linewhite-2 {
  opacity: 0;
  display: block;
  position: absolute;
  right: 13px;
}

.linewhite-2.left1 {
  right: 17px;
}

.linewhite-2.left1.team1 {
  right: 25px;
}

.top-tile {
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.top-tile.center {
  width: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: block;
}

.top-tile.center.w {
  width: 100%;
  text-align: center;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.d-102-icon-link-block-2 {
  width: 30px;
  height: 30px;
  color: #333;
  background-color: #dd4b39;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.d-102-icon-link-block-2:hover {
  color: #4d16dd;
}

.d-102-inner-circle {
  width: 150px;
  height: 150px;
  background-color: var(--steel-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 10px;
  display: flex;
  position: absolute;
  top: -3%;
  left: 0%;
}

.d-102-slant-one {
  width: 200px;
  height: 60px;
  background-color: var(--light-sea-green);
  border-bottom: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: skew(-20deg);
}

.d-102-top-slant {
  width: 20px;
  height: 20px;
  opacity: .8;
  background-color: #ff47f9;
  display: none;
  position: absolute;
  top: -32%;
  bottom: auto;
  left: 35%;
  right: 0%;
  transform: skew(-20deg);
}

.button-211173 {
  width: 220px;
  background-color: #7045ec;
  border: 1px solid #7045ec;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-211173:hover {
  color: #b6b6b6;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b6b6b6;
}

.button-211173.get-in-toch {
  width: 180px;
  text-transform: none;
  background-color: #7045ec;
  border-color: #fff;
}

.button-211173.get-in-toch:hover {
  color: #7045ec;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7045ec;
}

.d-102-slant-two {
  width: 200px;
  height: 50px;
  opacity: 1;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: skew(-20deg);
}

.d-102-circle-wrapper {
  width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: auto;
  right: -20%;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.d-102-icon-link-block-3 {
  width: 30px;
  height: 30px;
  color: #333;
  background-color: #1da1f2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.d-102-icon-link-block-3:hover {
  color: #4d16dd;
}

.d-102-icon-link-block-1 {
  width: 30px;
  height: 30px;
  color: #333;
  background-color: #3b5998;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.d-102-icon-link-block-1:hover {
  color: #4d16dd;
}

.second-three-cards {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.browser-top-2 {
  height: 30px;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  padding-left: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.d-102-right-slant {
  width: 60px;
  height: 50px;
  opacity: 1;
  background-color: #4d16dd;
  display: none;
  position: absolute;
  top: 45%;
  bottom: 0%;
  left: auto;
  right: -40%;
  transform: skew(-20deg);
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: auto;
}

.d-102-social-media-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
  margin-right: 30px;
  display: none;
  position: relative;
}

.arrow {
  margin-bottom: 0;
}

.div-block-30239 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-21 {
  margin-left: 10px;
}

.browser-demo-3 {
  width: 750px;
  height: 400px;
  background-color: #1a1a1a;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-102-card-wrapper {
  width: 350px;
  height: 350px;
  cursor: pointer;
  background-color: #999;
  background-image: none;
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  align-items: flex-end;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-102-card-wrapper.two {
  width: 280px;
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
  margin-left: 0;
  margin-right: 10px;
}

.d-102-card-wrapper.two.m {
  background-image: none;
}

.d-102-card-wrapper.joban {
  width: 280px;
  background-image: none;
  background-position: 50% 0;
  margin-left: 0;
  margin-right: 0;
}

.d-102-card-wrapper.joban.p {
  width: 350px;
  background-image: url('../images/a52518ae-4b9e-4712-98df-cc1fd42a30b0-1.jpg');
  background-position: 100%;
  margin-right: 20px;
}

.d-102-card-wrapper.three {
  width: 280px;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.d-102-card-wrapper.three.bg-image {
  background-color: #af8c8c;
  background-image: none;
  background-position: 50% 0;
  margin-left: 0;
  margin-right: 0;
}

.d-102-card-wrapper.hide {
  display: none;
}

.d-102-card-wrapper.parm {
  width: 280px;
  background-image: none;
  background-position: 50% 0;
  margin-left: 0;
  margin-right: 0;
}

.d-102-card-wrapper.parm.p {
  width: 350px;
  background-image: url('../images/DSC_66770-1.JPG');
  margin-right: 20px;
}

.d-102-card-wrapper.parm.sehaj {
  width: 350px;
  background-image: url('../images/DSC_66501-1-1.JPG');
  background-position: 100% 0;
}

.d-102-card-wrapper.parm.gurpreet {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
}

.button-211174 {
  color: #fff;
  background-color: #41faa4;
  background-image: linear-gradient(43deg, #16a3fe, #41faa4 100%, #fff);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 13px 10px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-211174:hover {
  background-image: linear-gradient(50deg, #f7f7f7, #41faa4 6%, #41faa4 6%, #1db2ef 78%, #1badf4 83%, #16a3fe 93%, #1db2ef);
}

.button-211174.w--current:hover {
  background-image: linear-gradient(50deg, #f7f7f7, #41faa4 6%, #41faa4 6%, #3cf0ae 16%, #1db2ef 78%, #1badf4 83%, #16a3fe 93%, #1db2ef);
}

.button-211174.get-in-toch-team {
  width: 150px;
}

.button-211174.get-in-toch-team.button-211172 {
  display: none;
}

.heading-7119 {
  color: #452c48;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-2214 {
  width: 815px;
  font-size: 16px;
  line-height: 24px;
}

.image-32825 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.heading-7475 {
  text-align: center;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-color: #606a81;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.heading-7475._2 {
  z-index: 1;
  direction: ltr;
  text-align: left;
  text-transform: uppercase;
  background-image: none;
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 2.9rem;
  line-height: 50px;
  position: relative;
}

.heading-7475._2.left-heading {
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
}

.text-block-16064 {
  color: #fff;
  text-align: center;
  margin-top: 52px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 18px;
}

.text-block-16065 {
  letter-spacing: 1px;
  flex: 0 auto;
  margin-right: 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.button-211175 {
  width: 220px;
  background-color: #7045ec;
  border: 1px solid #7045ec;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-211175:hover {
  color: #b6b6b6;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b6b6b6;
}

.button-211175.get-in-toch {
  width: 180px;
  text-transform: none;
  background-color: #7045ec;
  border-color: #fff;
}

.button-211175.get-in-toch:hover {
  color: #7045ec;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7045ec;
}

.team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 0;
  display: flex;
}

.map-heading {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-3 {
  width: 20%;
  height: 2px;
  background-color: #e04d09;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.divider-3.short {
  width: 10%;
}

.div-block-314110 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-313537 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-313503 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.smile-bredcrumb-section {
  height: 35vh;
  background-image: linear-gradient(to right, rgba(87, 119, 162, .49) 35%, #fde2d8), linear-gradient(rgba(87, 119, 162, .54), rgba(87, 119, 162, .54)), url('../images/DSC_6547-min.JPG');
  background-position: 0 0, 0 0, 50% 14%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  position: relative;
}

.link-168 {
  color: #000;
  font-family: Yusei Magic, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.div-block-313547 {
  display: none;
}

.bold-text-382 {
  color: #000;
  font-family: Yusei Magic, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-15907 {
  color: #000;
  margin-left: 10px;
  font-family: Yusei Magic, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.link-169 {
  color: #147699;
  text-transform: capitalize;
  margin-left: 10px;
  font-family: Yusei Magic, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.div-block-313510 {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.heading-7390 {
  color: #fff;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 40px;
  line-height: 50px;
}

.bold-text-503 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.slide-19 {
  padding-top: 0;
  overflow: auto;
}

.image-32321 {
  border-radius: 100%;
}

.icon-20 {
  color: var(--dark-orange);
}

.content-wrap {
  margin-left: 20px;
  margin-right: 20px;
}

.heading-212 {
  color: #000;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 51px;
}

.paragraph-90 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-content {
  width: 85%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-312616 {
  width: 50%;
  height: auto;
  background-image: url('../images/plazm-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-div-2 {
  text-align: center;
  margin-bottom: 0;
  overflow: auto;
}

.slide-nav-20 {
  display: none;
}

.img-div-2 {
  width: 80px;
  height: auto;
  margin-bottom: 0;
}

.right-arrow-22 {
  top: -25px;
}

.paragraph-91 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.testimonial-img-wrap {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.testimonial-slider {
  height: 22vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
}

.div-block-312617 {
  width: 50%;
  background-color: rgba(208, 93, 186, .1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.testimonial-img {
  width: 90px;
  height: 90px;
  border: 1px solid #147699;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

.slide-content {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-arrow-22 {
  top: -25px;
}

.button-211176 {
  width: 210px;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  background-color: #243590;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 25px;
  display: flex;
}

.button-211176:hover {
  text-decoration: none;
}

.button-211176.t1.show {
  display: flex;
}

.button-211176.t1.show.hide1 {
  background-color: #02269b;
}

.button-211176.t1.show.hide1.size {
  width: 190px;
  height: 50px;
}

.button-211176.t1.show.hide1.marginadd {
  margin-right: 80px;
}

.button-211176.t1.show.hide1.marginadd.size {
  margin-right: 40px;
}

.testimonial {
  height: 50vh;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.div-block-314179 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.header-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-313491 {
  height: 327.016px;
  flex-direction: row;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: 120px;
}

.heading-7240 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 23px;
  line-height: 33px;
}

.plate-container {
  width: 100vw;
  height: 80vh;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: -62.3vw;
}

.dish-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Yusei Magic, sans-serif;
  font-size: 50px;
  line-height: 58px;
}

.main-content {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 149px;
  left: 60px;
}

.ventures-container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-link {
  z-index: 10;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin: 70vh 0 0;
  display: flex;
  bottom: 0;
  left: 60px;
  overflow: visible;
}

.arrow-link.right {
  height: 49px;
  border-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: auto;
  top: -88px;
  left: 124px;
}

.lazy-susan {
  z-index: 2;
  width: 110vw;
  height: 72vw;
  background-color: #fff;
  border-radius: 50%;
  display: none;
  position: fixed;
  top: -100px;
  right: -57.2vw;
  box-shadow: 16px 179px 300px -25px rgba(0, 0, 0, .07);
}

.plate {
  width: 400px;
  height: 400px;
  background-color: #fff;
  background-image: linear-gradient(rgba(87, 119, 162, .72), rgba(208, 93, 186, .49));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 50px 1px rgba(0, 0, 0, .1);
}

.slide-overflow {
  overflow: hidden;
}

.mask {
  z-index: 3;
  width: 100%;
}

.style-circle {
  z-index: 2;
  width: 195px;
  height: 195px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 115px;
  left: 53px;
  box-shadow: 0 22px 120px -25px rgba(0, 0, 0, .15);
}

.book-now {
  z-index: 5;
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 25px;
  padding: 9px 22px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  position: absolute;
  bottom: 153px;
  left: 108px;
}

.total-slides {
  z-index: 12;
  position: absolute;
  top: 223px;
  left: 200px;
}

.arrow-2 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(208, 93, 186, .41), var(--dark-orange));
  color: #383838;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 20px;
  transition: color .2s;
  display: flex;
  position: static;
  box-shadow: 0 15px 50px -20px rgba(0, 0, 0, .69);
}

.arrow-2:hover {
  color: #333;
}

.paragraph-2215 {
  max-width: 50vw;
  color: #6d6d6d;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.slider {
  z-index: 10;
  width: 100%;
  height: 80vh;
  background-color: #fff;
}

.image-2 {
  width: 85%;
}

.slide-line {
  z-index: 12;
  width: 60px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 232px;
  left: 131px;
}

.slide-number {
  display: inline-block;
}

.image-32826 {
  width: 400px;
  border-radius: 100%;
}

.image-32827, .image-32828 {
  border-radius: 100%;
}

.container-1282 {
  max-width: 1300px;
}

.div-block-314180 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-7476 {
  color: #1f1f1f;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ff2d60, #3166ad 66%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 120px;
  line-height: 128px;
}

.body-2 {
  background-image: url('../images/26_april_5.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #000;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 22px;
  font-weight: 500;
  position: static;
}

.nav-link-2:hover {
  background-image: none;
}

.nav-link-2.w--current {
  color: #77b0ff;
}

.nav-link-2.hide {
  display: none;
}

.link-block-172 {
  color: #333;
  text-decoration: none;
}

.link-block-172._83 {
  display: none;
}

.div-block-31039 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text-3 {
  z-index: 10;
  color: #000;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  position: relative;
}

.button-211149 {
  width: 172px;
  height: 50px;
  background-color: var(--steel-blue);
  cursor: pointer;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-211149.hide {
  background-color: var(--steel-blue);
}

.button-211149.hide._0-3265 {
  margin-left: 0;
}

.text-block-16066 {
  width: 35px;
  height: 35px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.text-block-16066:hover {
  color: #062343;
  background-color: #d7af2c;
  border-color: rgba(0, 0, 0, 0);
}

.text-block-16066.size {
  width: 35px;
  height: 35px;
  color: #000;
  background-color: #abc2e2;
  border-color: #000;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
}

.div-block-31040 {
  width: 100%;
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.menu-button-2 {
  position: static;
}

.div-block-314181 {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: auto;
  padding: 10px;
  display: flex;
}

.div-block-314181.width {
  width: 15%;
  justify-content: flex-end;
  margin-top: 0;
}

.navbar {
  width: 100%;
  background-color: #fff;
  border-bottom: 3px solid #ffdfd3;
  position: fixed;
}

.text-block-16067 {
  color: var(--dark-orange);
  transform-style: preserve-3d;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-9 {
  width: 70%;
  padding-top: 0;
}

.div-block-314182 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314182:hover {
  color: #48d5e2;
  text-align: left;
}

.div-block-314182._02 {
  margin-right: 10px;
}

.link-block-26 {
  text-decoration: none;
}

.link-block-26.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16068 {
  color: var(--dark-orange);
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.background-circle-button {
  z-index: 0;
  width: 40px;
  height: 40px;
  background-color: var(--light-sea-green);
  border-radius: 10000px;
  position: absolute;
  top: auto;
  right: 5px;
}

.nav-link-7 {
  color: #000;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  position: static;
}

.nav-link-7:hover {
  background-image: none;
}

.nav-link-7.w--current {
  color: #002147;
}

.call-and-emial {
  max-width: 1300px;
}

.link-170 {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.top--bar-section {
  background-color: #ffdfd3;
}

.nav-menu-2 {
  width: 70%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.fontawesome-button {
  color: #000;
  cursor: pointer;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.brand-2 {
  width: 15%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-right: auto;
  display: block;
  position: static;
}

.brand-2:hover {
  background-image: none;
}

.left-arrow-38 {
  height: 50px;
}

.slide-nav-17 {
  display: none;
}

.slide-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/Salon-1920-×-950px-1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-img._1 {
  background-image: url('../images/banner.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-img._1._2 {
  background-image: linear-gradient(to bottom, null, null), none;
}

.slide-img._1._2._3 {
  background-image: url('../images/Transforming-Beauty-Spa-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-img._1._2._3.home {
  background-image: url('../images/Hair-Transplant-Treatment.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-img._1._2._3.intercom {
  background-image: linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)), url('../images/63de02d6d2a0eb7002d3ebe9_h4-video-intercom-nik.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bold-text-380 {
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.slider-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-313447 {
  z-index: 1;
  width: 1000px;
  height: 300px;
  background-color: rgba(171, 194, 226, .43);
  position: absolute;
  top: 20%;
  bottom: auto;
  left: -52%;
  right: auto;
  transform: rotate(121deg);
}

.slide-txt-wrap {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-content-2 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.heading-7189 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(255, 223, 211, .62);
  border-radius: 10px;
  margin-top: 140px;
  margin-bottom: 0;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 46px;
  text-decoration: underline;
}

.div-block-313449 {
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 521px;
  margin-right: auto;
  padding-left: 140px;
  display: flex;
}

.div-block-313449.e {
  margin-top: 521px;
}

.div-block-313451 {
  z-index: 1;
  width: 300px;
  height: 400px;
  background-color: var(--steel-blue);
  position: absolute;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -15%;
  transform: rotate(46deg);
}

.div-block-313450 {
  z-index: -1;
  width: 640px;
  height: 250px;
  background-color: rgba(210, 16, 24, .51);
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -32%;
  right: auto;
  transform: rotate(-60deg);
}

.paragraph-2199 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.paragraph-2200 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-313448 {
  z-index: 1;
  width: 750px;
  height: 300px;
  background-color: rgba(171, 194, 226, .37);
  position: absolute;
  top: 10%;
  bottom: auto;
  left: -32%;
  right: auto;
  transform: rotate(120deg);
}

.right-arrow-34 {
  height: 50px;
}

.heading-7188 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(171, 194, 226, .58);
  border-radius: 10px;
  margin-top: 140px;
  margin-bottom: 0;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 46px;
  text-decoration: underline;
}

.icon-21, .icon-22 {
  color: #000;
}

.container-1283 {
  max-width: 1300px;
}

.div-block-314183 {
  width: 100%;
  display: flex;
}

.div-block-314184 {
  width: 60%;
}

.div-block-314185 {
  width: 48%;
  height: 537px;
  background-image: url('../images/COLLAGE-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: relative;
  top: 28px;
  left: -27px;
}

.section-125 {
  background-color: #f4f8ff;
  background-image: url('../images/shape-img1.webp'), url('../images/shape-img1.webp');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 60px 20px 140px;
  overflow: hidden;
}

.container-1284 {
  max-width: 1300px;
}

.container-1285 {
  max-width: 1300px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.ba-wrap {
  width: 820px;
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.move-icon {
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0%, -50%);
}

.tri-a {
  width: 10px;
  height: 20px;
  border-right: 10px solid #fff;
}

.before-wrap {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img {
  width: 800px;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.after-wrap {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.after-img-wrap {
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-314187 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314188 {
  width: 50%;
  position: absolute;
  top: -137px;
}

.container-1286, .container-1287 {
  max-width: 1300px;
}

.services3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.services3.hide {
  display: none;
}

.after-before {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.div-block-314189 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-314190 {
  width: 23%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.div-block-314190:hover {
  background-color: #fcefea;
  border: 1px #ff936b;
  border-radius: 20px;
  box-shadow: 0 2px 20px 12px #dbdbdb;
}

.heading-7477 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.heading-7477:hover {
  color: #f8b49a;
}

.paragraph-2216, .paragraph-2217, .paragraph-2218, .paragraph-2219 {
  text-align: center;
}

.image-right {
  z-index: 0;
  width: 100%;
  position: absolute;
}

.handle-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.before {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.handle {
  width: auto;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.circle-wrapper {
  width: 40px;
  height: 40px;
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/cd-arrows-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50%;
  position: absolute;
}

.image-left {
  z-index: 1;
  position: absolute;
}

.handle-wrapper {
  width: 1200px;
  height: 675px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.handle-bar {
  z-index: 10;
  width: 1px;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.after {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.beer-slider {
  width: 100%;
  max-width: 1100px;
  border-radius: 0;
  overflow: hidden;
}

.image-32829 {
  width: 186px;
  height: 192.047px;
}

.image-32830, .image-32831, .image-32832 {
  width: 186px;
}

.icon-8 {
  color: #000;
}

.div-block-314123 {
  width: 50%;
}

.div-block-314122 {
  width: 100%;
  display: flex;
}

.heading-7480 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  line-height: 88px;
}

.container-1296 {
  max-width: 1300px;
  margin-top: 140px;
}

.icon-7 {
  color: #000;
}

.slider-23 {
  width: 100%;
  height: 100%;
}

.slide-nav-6 {
  z-index: 99999;
}

.main-div-3 {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-section-3 {
  z-index: 1;
  height: 82vh;
  background-image: none;
  background-position: 0 0;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.slide-1 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.slide-1._2 {
  background-image: url('../images/DSC_6587-min.JPG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slide-1._2._3 {
  background-image: url('../images/DSC_6646-min.JPG');
}

.div-block-314124 {
  width: 50%;
}

.ba-wrap-2 {
  width: 800px;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.before-wrap-2 {
  border: 4px solid var(--steel-blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.after-wrap-2 {
  border: 4px solid #f1c296;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-314191 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-314192 {
  margin-right: 20px;
}

.div-block-314193 {
  margin-left: 20px;
}

.heading-7481, .heading-7482 {
  color: var(--dark-orange);
  letter-spacing: 2px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
}

.div-block-314194 {
  width: 400px;
  height: 264px;
  background-image: linear-gradient(rgba(255, 255, 255, .71), rgba(255, 255, 255, .71)), url('../images/shape-5.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.slide-20 {
  width: 100%;
}

.author-subheading {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.hidden-slide-nav {
  display: none;
}

.testimonial-card-02 {
  width: 50%;
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-card-02._2 {
  bottom: -138px;
}

.right-arrow-slider {
  width: 70px;
  height: 30px;
  border-radius: 20px;
  margin-top: 3px;
  font-size: 17px;
  transition: all .2s;
  top: 294px;
  right: 581px;
}

.right-arrow-slider:hover {
  opacity: .8;
}

.testimonial-author-02 {
  border-bottom: 1px #dbdbdb;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-314195 {
  width: 100%;
}

.div-block {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-slider {
  width: 70px;
  height: 30px;
  border-radius: 20px;
  padding: 10px;
  font-size: 17px;
  transition: all .2s;
  top: 266px;
  left: 396px;
}

.left-arrow-slider:hover {
  opacity: .8;
}

.testimonial-image-2 {
  width: 55%;
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.testimonial-image-2._3 {
  width: 35%;
  height: auto;
  background-image: none;
}

.slider-24 {
  height: 356px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 53px;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.testimonial-info-inner-2 {
  width: 100%;
  border-color: #dbdbdb #dbdbdb #dbdbdb #3b2ae5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonials-02-div {
  width: 100%;
  max-width: 1100px;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-info-02 {
  width: 63%;
  background-image: linear-gradient(rgba(255, 255, 255, .81), rgba(255, 255, 255, .81)), url('../images/black_quotes_vector_icons212.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonials-section-02 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.testimonial-text-02 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.icon-23, .icon-24 {
  color: var(--peru);
  font-size: 30px;
}

.div-block-314196 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.heading-7483 {
  color: #000;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
}

.div-block-314197 {
  position: absolute;
  top: -41.4219px;
}

.div-block-314197._32 {
  top: -38.4219px;
}

.div-block-314197.process {
  top: -48.4219px;
  bottom: 50.25px;
  left: 589px;
}

.div-block-314197.are {
  top: -25.4219px;
  left: 69px;
}

.div-block-314197.feature {
  top: -33.4219px;
  left: 98px;
}

.div-block-314197.tm {
  top: -35.4219px;
}

.paragraph-2220 {
  width: 744px;
  text-align: center;
}

.image-32833 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-314198 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.heading-7484 {
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
}

.paragraph-2221 {
  width: 815px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.div-block-314199 {
  background-color: var(--light-sea-green);
  padding-top: 15px;
  padding-bottom: 15px;
}

.container-1297 {
  max-width: 1300px;
}

.div-block-314200 {
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.div-block-314201 {
  width: 30%;
  height: 361px;
  background-color: #fff;
  border: 4px solid #f1c296;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teams {
  background-image: linear-gradient(rgba(255, 255, 255, .76), rgba(255, 255, 255, .76)), url('../images/horizontal-banner-cosmetic-product-with-jade-roller-gua-sha_23-2149446529.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 60px 20px 80px;
  overflow: hidden;
}

.heading-7485 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 32px;
}

.paragraph-2222 {
  text-align: center;
  font-size: 15px;
  line-height: 23px;
}

.heading-7486 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
}

.paragraph-2223 {
  width: 815px;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.image-32834, .image-32835, .image-32836 {
  width: 120px;
}

.container-1298 {
  max-width: 1300px;
}

._4serve {
  padding: 80px 20px;
  overflow: hidden;
}

.div-block-314202 {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.div-block-314203 {
  width: 100%;
  display: flex;
}

.div-block-314204 {
  width: 30%;
  background-color: var(--steel-blue);
  background-image: url('../images/v701-tang-01b-floral25-min.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314204._23 {
  background-color: var(--light-sea-green);
  background-image: url('../images/v701-tang-01b-floral25-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-314205 {
  width: 70%;
}

.heading-7487 {
  text-align: center;
  letter-spacing: 5px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 60px;
  font-style: italic;
}

.div-block-314206 {
  width: 23%;
  position: relative;
}

.div-block-314207 {
  height: 186px;
  position: absolute;
  top: auto;
  bottom: 42%;
  left: 0%;
  right: 0%;
}

.div-block-314207:hover {
  background-image: linear-gradient(to bottom, transparent, var(--steel-blue));
}

.div-block-314207._25:hover {
  background-image: linear-gradient(to bottom, transparent, var(--light-sea-green));
}

.div-block-314207._25._251.hide, .div-block-314207._25.hide, .div-block-314207._26.hide, .div-block-314207.hide {
  display: flex;
}

.image-32837, .image-32838, .image-32839, .image-32840 {
  width: 205.906px;
  height: 260.078px;
}

.div-block-314208 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-57 {
  width: 100%;
  max-width: 1200px;
  background-color: #1b1b1b;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.button-211177 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  background-image: none;
  border: 2px solid #f26028;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 18px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  text-decoration: none;
}

.button-211177:hover {
  color: #0c1946;
  background-color: #fff;
}

.button-211177._210 {
  color: #dbb052;
  background-color: #1b1b1b;
  border-color: #c59a3c;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.button-211177._210:hover {
  color: #000;
  background-color: #dbb052;
  border-color: #000;
}

.text-block-13 {
  color: gray;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.text-block-13._1 {
  width: 100%;
  color: #dbb052;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 63px;
}

.div-block-52 {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.div-block-37 {
  width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-15400 {
  color: #dbb052;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-314209 {
  width: 90%;
  border: 3px dotted var(--peru);
  background-image: linear-gradient(rgba(255, 255, 255, .78), rgba(255, 255, 255, .78)), url('../images/Types-of-Dermal-Fillers78.jpg');
  background-position: 0 0, 50% 21%;
  background-size: auto, cover;
  border-radius: 200px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.button-211178 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  background-image: none;
  border: 2px solid #f26028;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 18px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  text-decoration: none;
}

.button-211178:hover {
  color: #0c1946;
  background-color: #fff;
}

.button-211178._210 {
  color: #dbb052;
  background-color: #1b1b1b;
  border-color: #c59a3c;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.button-211178._210:hover {
  color: #000;
  background-color: #dbb052;
  border-color: #000;
}

.text-block-16069 {
  color: gray;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.text-block-16069._1 {
  width: 100%;
  color: var(--dark-orange);
  text-align: center;
  margin-bottom: 0;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 63px;
}

.div-block-314210 {
  margin-top: 30px;
  padding-bottom: 20px;
  display: block;
}

.div-block-314211 {
  width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-36 {
  width: 100%;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-36._6524 {
  padding-bottom: 20px;
}

.div-block-36._6524._12 {
  padding-bottom: 60px;
}

.text-block-16070 {
  color: var(--dark-orange);
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.space {
  height: 165px;
}

.bold-text-537 {
  font-family: Tiffany Laurence, sans-serif;
  font-weight: 400;
}

.bold-text-538 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-7488 {
  color: #000;
  letter-spacing: 1px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.vacations-tab-link {
  width: 100%;
  height: 80px;
  color: #516381;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  padding: 0 0 20px;
  font-size: 12px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vacations-tab-link.w--current {
  height: 80px;
  color: #081c3a;
  background-color: rgba(255, 255, 255, 0);
}

.vacations-tab-menu {
  width: 100%;
  height: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #e6e6f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 72px;
}

.speaker-image-cover-2 {
  z-index: 10;
  height: 101%;
  opacity: .8;
  background-image: radial-gradient(circle at 100% 0, rgba(8, 28, 58, .8) 31%, rgba(50, 114, 122, .8));
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.membership-circle {
  z-index: 20;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -21px;
  left: auto;
  right: auto;
}

.text-block-15252 {
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 26px;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 20px;
  padding-top: 15px;
}

.content__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.featured-prod-slider__wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(0, .25fr) minmax(auto, 1463px) minmax(0, .25fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.featured-products__wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.speaker-slide-content {
  z-index: 100;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.membership-outline-circle {
  background-color: #fff;
  border: 2px solid #e6e6f3;
  border-radius: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-indicator {
  width: 100%;
  height: 2px;
  background-color: #e6e6f3;
  border-radius: 100px;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.membership-plans-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100px;
  padding: 0 0 40px;
  display: grid;
  position: relative;
}

.featured__arrow {
  width: 60px;
  height: 60px;
  background-color: gray;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 5vw;
}

.featured__arrow.left {
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.product__name {
  z-index: 10;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.membership-dot {
  z-index: 10;
  width: 12px;
  height: 12px;
  background-color: #e6e6f3;
  border-radius: 100px;
  position: relative;
}

.speaker-image {
  width: 101%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-image.lombard {
  width: 101%;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.speaker-image.lombard.me, .speaker-image.lombard.ece, .speaker-image.lombard.diploma-me, .speaker-image.lombard.image-tech, .speaker-image.lombard.mba, .speaker-image.lombard.bca, .speaker-image.lombard.mca, .speaker-image.lombard.diploma-cse, .speaker-image.lombard.bcom, .speaker-image.lombard.medi-lab, .speaker-image.lombard.ot, .speaker-image.lombard.cse, .speaker-image.lombard.bba, .speaker-image.lombard.ce, .speaker-image.lombard.diploma-ce {
  background-image: none;
}

.button-211164 {
  width: 180px;
  height: 40px;
  text-align: center;
  background-image: linear-gradient(135deg, #081c3a 40%, #32727a);
  border: 1px solid #32727a;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  box-shadow: 0 8px 20px rgba(51, 51, 51, .1);
}

.button-211164:hover {
  color: #fff;
  background-color: #3a3b3c;
  border-color: rgba(0, 0, 0, 0);
  transform: translate(0, -1.5px);
}

.button-211164.slider {
  background-color: #32727a;
  background-image: linear-gradient(135deg, #081c3a 40%, #32727a);
  border-color: #32727a;
  border-radius: 30px;
}

.slide-nav-31 {
  display: none;
}

.text-block-15253 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.vacations-tabs-wrapper {
  padding: 0;
  position: relative;
}

.view__all {
  color: #081c3a;
}

.popular-vacations {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 20px 0;
  overflow: hidden;
  box-shadow: 0 12px 60px -8px rgba(53, 64, 117, .07);
}

.text-block-15254 {
  font-size: 24px;
  line-height: 30px;
}

.featured__slider-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.slide-image {
  width: 100%;
  height: 35vh;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-slide__mask {
  width: 33.33%;
  overflow: visible;
}

.text-2 {
  max-width: 65ch;
  color: gray;
  font-size: 1em;
}

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

.section-126 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-126.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.vacations-tabs {
  z-index: 30;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vacations-tabs-content {
  width: 100%;
  overflow: visible;
}

.location-indicator-fill {
  width: 25%;
  height: 100%;
  background-color: #081c3a;
  border-radius: 100px;
}

.clip-text {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.clip-text.bestseller-product {
  justify-content: center;
  margin-bottom: 10px;
}

.div-block-313828 {
  height: 60px;
  background-color: #ff4749;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-313828:hover {
  background-color: #0299e5;
}

.div-block-313828.bcc {
  z-index: 11;
  width: 80%;
  margin-left: 25px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0%;
  right: 0%;
}

.div-block-313810 {
  width: 100%;
  height: 360px;
  background-color: var(--steel-blue);
  border: 1px dotted #000;
  border-radius: 100px 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-top: 10px;
  display: flex;
}

.studydiv {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-15987 {
  color: var(--light-sea-green);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.div-block-313809 {
  border: 1px dotted #000;
  border-radius: 10px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bold-text-436 {
  font-weight: 600;
}

.div-block-313813 {
  width: 200px;
  height: 200px;
}

.div-block-313827 {
  margin-right: 0;
}

.div-block-313825 {
  width: 25%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-link-tab-1-8 {
  width: 300px;
  height: 61px;
  color: #fff;
  background-color: #02269b;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.tab-link-tab-1-8.w--current {
  width: 300px;
  height: 61px;
  color: #fff;
  background-color: #243590;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link-tab-1-8.first1.w--current {
  background-color: #b92024;
}

.tab-link-tab-1-8._1 {
  background-color: #02269b;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-313814 {
  width: 35%;
  padding-top: 45px;
}

.sub1divstudt {
  width: 100%;
  flex-direction: column;
}

.link-block-146 {
  width: 250px;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.link-block-146._789 {
  margin-top: 20px;
}

.link-213 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.link-213._1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.tab-pane-tab-1-3 {
  width: 100%;
}

.div-block-313826 {
  padding-top: 30px;
  display: flex;
}

.text-block-15985 {
  color: #333;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-313820 {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-32739 {
  width: 100%;
  border-radius: 10px;
}

.tabs-content-3 {
  width: 91%;
}

.text-block-15984 {
  color: #000;
  letter-spacing: 2px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-2294 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-2293 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-2293._333 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.div-block-313817 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-313817._36 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.heading-7437 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.studycontainer {
  max-width: 1300px;
}

.image-32743._1 {
  filter: invert();
}

.div-block-313821 {
  width: 100%;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-block-15986 {
  color: #fffcfc;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-314212 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.div-block-313819 {
  width: 100%;
}

.div-block-313815 {
  width: 50%;
  display: none;
}

.image-32742 {
  width: 100%;
  height: 195px;
  border: 1px dashed #147699;
  border-radius: 100%;
  margin-top: 20px;
}

.div-block-313829 {
  width: 60%;
  flex-direction: column;
  display: flex;
}

.image-32740 {
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-313830 {
  height: auto;
  background-color: #fff;
  border: 1px #243590;
  border-left: 2px solid #02269b;
  border-radius: 10px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding: 0 20px;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.div-block-313830.tp {
  height: auto;
  border-left-style: solid;
  border-left-color: #02269b;
  border-right-color: #0299e5;
  margin-top: 10px;
  padding-top: 0;
}

.bold-text-435 {
  font-weight: 600;
}

.heading-7439 {
  color: #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 51px;
}

.div-block-313816 {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-313818 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-7436 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.heading-7438 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-313812 {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-313812:hover {
  background-color: #b92024;
}

.div-block-313812.c1:hover {
  background-color: #02269b;
}

.div-block-314213 {
  width: 50%;
}

.sb2div {
  width: 100%;
  height: auto;
  position: relative;
}

.image-32793 {
  border-radius: 10px 100px;
}

.stydysection {
  padding: 60px 20px;
  position: relative;
}

.bold-text-431 {
  font-weight: 400;
}

.list-37 {
  color: #243590;
  padding-left: 20px;
}

.list-37._1 {
  margin-bottom: 0;
}

.bold-text-432 {
  font-weight: 600;
}

.div-block-313811 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.tabs {
  width: 85%;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.image-32738 {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.image-32738._1 {
  border-bottom-left-radius: 10px;
}

.image-32738._2 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
}

.div-block-313822 {
  width: 100%;
  padding-top: 20px;
}

.image-32741 {
  width: 100%;
  border-radius: 10px;
}

.div-block-313824 {
  width: 80%;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.div-block-314214 {
  width: 100%;
  position: relative;
}

.text-span-141 {
  color: #d21018;
}

.image-32720 {
  width: 100%;
  height: 450.994px;
  border-radius: 21px;
}

.div-block-313735 {
  margin-top: 50px;
}

.div-block-314215 {
  height: 379px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-313707 {
  background-color: #fff;
  padding-top: 0;
}

.div-block-313714 {
  background-color: #fffefe;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-312895 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-313722 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-15959 {
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-313723 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2-5 {
  width: 200px;
  height: 55px;
  color: #fff;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-2-5.w--current {
  width: 200px;
  background-color: var(--steel-blue);
  color: #000;
  border-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
}

.tab-link-tab-2-5._1 {
  width: 200px;
  background-color: #fff;
  margin-left: 0;
}

.tab-link-tab-2-5._1.w--current {
  background-color: var(--steel-blue);
}

.bold-text-417 {
  color: #000;
  letter-spacing: 2px;
  font-family: Tiffany Laurence, sans-serif;
}

.hide {
  display: none;
}

.bold-text-415 {
  letter-spacing: 2px;
  font-family: Tiffany Laurence, sans-serif;
}

.tab-link-tab-1-5 {
  width: 200px;
  height: 55px;
  color: #fff;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-1-5.w--current {
  width: 200px;
  height: 55px;
  background-color: var(--steel-blue);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.denturelist-1234 {
  padding-left: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-313709 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 80px;
}

.div-block-313713 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-313713.team {
  width: 100%;
  text-align: left;
  align-items: flex-start;
}

.div-block-313717 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-25 {
  padding-top: 30px;
}

.left-arrow-40 {
  color: #8b8b8b;
}

.text-span-148 {
  color: #d21018;
}

.text-block-15956 {
  color: #000;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.heading-7430 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.text-span-99 {
  color: #147699;
}

.text-span-99.c1 {
  color: #000;
}

.heading-7426 {
  color: #002868;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.tab-pane-tab-1 {
  border-radius: 21px;
}

.paragraph-2283 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-2283.p-teeth-discoloration {
  font-family: PT Sans, sans-serif;
}

.tabs-content {
  border-radius: 21px;
  margin-top: 40px;
}

.bold-text-374 {
  color: #7f7f7f;
}

.tab-link-tab-6 {
  width: 220px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-6.w--current {
  background-color: #d21018;
}

.paragraph-2225 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.div-block-313718 {
  width: 85%;
  height: 370px;
  background-color: #fff;
  border-radius: 21px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 25px;
  display: flex;
  position: relative;
  top: 41px;
  left: -40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.div-block-313718.reverse {
  padding-top: 20px;
  left: 42px;
}

.heading-7429 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.heading-7429.c1 {
  width: 100%;
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.text-block-15958 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-313721 {
  width: auto;
  margin-top: 40px;
}

.text-span-151 {
  color: #d21018;
}

.link-block-83 {
  width: 40%;
  height: 100%;
  text-decoration: none;
}

.image-32615 {
  width: 100%;
  height: 155px;
  border-radius: 20px;
}

.image-32615._6 {
  height: 220px;
}

.div-block-313712 {
  width: 100%;
  background-color: #fff;
  border-radius: 21px;
  margin-top: 50px;
  padding: 10px 10px 10px 40px;
}

.div-block-313712._2 {
  margin-top: 0;
  padding-left: 40px;
}

.slider-9 {
  height: 370px;
  background-color: #fff;
}

.slide-nav-18 {
  display: none;
}

.text-block-15957 {
  letter-spacing: 2px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-313705 {
  width: 40%;
}

.heading-7249 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-span-150, .text-span-149 {
  color: #d21018;
}

.text-span-7 {
  color: #d21018;
  font-size: 15px;
}

.div-block-313720 {
  width: 100%;
  display: flex;
}

.div-block-313720.reverse {
  flex-direction: row-reverse;
  margin-top: 10px;
  padding-right: 40px;
}

.slide-24 {
  padding-top: 30px;
}

.tab-link-tab-5 {
  width: 220px;
  height: 55px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.tab-link-tab-5.w--current {
  background-color: #d21018;
}

.tab-link-tab-4 {
  width: 220px;
  height: 55px;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.tab-link-tab-4._1 {
  width: 206px;
  background-color: #fff;
}

.tab-link-tab-4._1.w--current {
  background-color: var(--steel-blue);
}

.heading-7248 {
  color: #d21018;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.heading-7248:hover {
  color: #000;
}

.image-49 {
  margin-bottom: 0;
}

.bold-text-416 {
  letter-spacing: 2px;
  font-family: Tiffany Laurence, sans-serif;
}

.paragraph-2284 {
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-2284.c1 {
  color: #333;
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-312896 {
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.icon-25 {
  color: #8b8b8b;
}

.tabs-menu-2 {
  justify-content: center;
  display: flex;
}

.text-span-147 {
  color: #d21018;
}

.container-1299 {
  max-width: 1300px;
}

.gallery-contrainer {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.div-block-313839 {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-313839._987 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.lightbox-link-2 {
  width: 22%;
}

.image-32841 {
  width: 100%;
  height: 209.953px;
}

.section-127 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-312750 {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-211 {
  padding: 30px 20px 20px;
}

.paragraph-2207 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.icon-wrap-circle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.div-block-312751 {
  width: 40%;
  height: 30vh;
  background-color: #000;
  background-image: linear-gradient(#ffcfbd, #90acd3);
  border: 1px dotted #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  box-shadow: 3px 5px 20px -4px rgba(0, 0, 0, .2);
}

.div-block-314216, .div-block-314217 {
  overflow: hidden;
}

.user-picture-wrapper-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-subwrapper-t1 {
  width: 30%;
  height: 100%;
  flex-direction: column;
  margin: 20px;
}

.left-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-wrapper-t1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quote-t1 {
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  font-style: italic;
}

.slider-t1 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.right-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-2 {
  background-color: #f6f2e8;
  background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95)), url('../images/circular_halftone_texture.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 40px;
}

.slide-nav-t1 {
  font-size: 11px;
}

.slide-wrapper-t1 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.heading-7471 {
  text-align: center;
  font-size: 75px;
  font-weight: 400;
  line-height: 80px;
}

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

.header-img._0-26598 {
  justify-content: center;
  align-items: center;
  margin-bottom: -14px;
  display: flex;
}

.header-img._0-26598._0 {
  margin-bottom: 0;
}

.quote-icon-t1 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.arrow-copy {
  height: 60px;
  transform: rotate(0);
}

.user-picture-t1 {
  border-radius: 100px;
  margin-top: 20px;
  padding: 3px;
  box-shadow: 0 1px 3px #a7a7a7;
}

.arrow-3 {
  height: 60px;
  transform: rotate(0);
}

.user-name-t1 {
  color: #3e88e9;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.div-block-314218 {
  margin-bottom: 40px;
}

.post-content {
  border: 1px solid #ebe6de;
  border-top-width: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
}

.blog-mainwrap-2 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.author-vcard-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.author-vcard-2.hide {
  display: none;
}

.text-block-15498 {
  color: #2886f7;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
}

.entry-title-2 {
  color: #313041;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 34px;
}

.entry-title-2.blogpage {
  font-size: 18px;
  line-height: 26px;
}

.text-block-15609 {
  color: #2886f7;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 18px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
}

.post-thumbnail {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  overflow: hidden;
}

.slide-box {
  width: 350px;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.slide-box.blogpage {
  width: 23%;
  margin-left: 10px;
  margin-right: 10px;
}

.slide-box.blogpage.hide {
  display: none;
}

.slide-box.blogpage._1 {
  width: 30%;
  height: auto;
  margin-left: 30px;
  margin-right: 30px;
}

.slide-box.blogpage._2._3 {
  margin-left: 10px;
  margin-right: 10px;
}

.box-wrap {
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
}

.top-bar-2 {
  z-index: 11;
  width: 100%;
  height: 20px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: -20px;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.top-bar-2.blogpage {
  height: 10px;
  top: -9px;
}

.text-block-15610 {
  color: #757783;
  font-weight: 500;
}

.text-block-15611 {
  color: #2886f7;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
}

.readmore, .metadata {
  display: flex;
}

.metadata.blogpage {
  flex-direction: column;
}

.div-block-312689 {
  width: 50%;
  flex-direction: column;
  margin-left: 20px;
  display: flex;
}

.div-block-312692 {
  width: 4px;
  height: 29px;
  background-color: var(--dark-orange);
  position: relative;
  top: 20px;
}

.image-32842 {
  width: 200px;
  height: 200px;
  border-radius: 10px;
}

.div-block-312695 {
  width: 100%;
  display: flex;
}

.paragraph-215 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}

.link-block-65 {
  color: #333;
  text-decoration: none;
}

.link-block-65.w--current {
  display: block;
}

.div-block-312699 {
  width: 50%;
}

.image {
  width: 70px;
  height: 70px;
  border-radius: 15px;
}

.heading-7298 {
  font-size: 16px;
  line-height: 24px;
}

.heading-273 {
  margin-left: 10px;
  font-size: 30px;
  line-height: 38px;
}

.div-block-312704 {
  width: 25%;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-312704.hide {
  display: none;
}

.div-block-312691 {
  margin-left: 10px;
  display: flex;
}

.div-block-312697 {
  width: 50%;
  background-color: #faf5ee;
  border: 1px solid #c7c7c7;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.div-block-312697.hide {
  display: none;
}

.image-32596 {
  width: 70px;
  height: 70px;
  border-radius: 15px;
}

.image-4 {
  width: 36px;
}

.paragraph-221 {
  font-size: 16px;
  line-height: 24px;
}

.heading-276 {
  font-size: 24px;
}

.div-block-312703 {
  margin-left: 3px;
}

.div-block-312696 {
  width: 100%;
}

.section-98 {
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-7297, .heading-272 {
  font-size: 16px;
  line-height: 24px;
}

._0._5 {
  margin-right: 20px;
}

.heading-7299 {
  font-size: 16px;
  line-height: 24px;
}

.div-block-312687 {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
}

.div-block-312685 {
  justify-content: center;
  display: flex;
}

.image-3 {
  width: 16px;
  height: 16px;
  position: relative;
  top: -3px;
}

.image-3._2 {
  top: -2px;
}

.heading-279 {
  margin-bottom: 0;
  font-size: 19px;
  line-height: 27px;
}

.div-block-312693 {
  display: flex;
}

.div-block-312688 {
  width: 75%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.section-97 {
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-312698 {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-312770 {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
}

.heading-275 {
  font-size: 24px;
}

.div-block-312700 {
  width: 66px;
  height: 2px;
  background-color: var(--dark-orange);
}

.div-block-312686 {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-62 {
  max-width: 1200px;
}

._1._0 {
  margin-right: 20px;
}

.div-block-312792 {
  width: 75%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.heading-277 {
  color: #777;
}

.paragraph-225 {
  margin-top: 10px;
}

.div-block-312701 {
  display: flex;
}

.div-block-312701._1 {
  margin-left: 15px;
}

.div-block-312793, .div-block-312794 {
  width: 75%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.div-block-312702, .div-block-314219 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7489 {
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Tiffany Laurence, sans-serif;
  font-weight: 400;
  display: flex;
}

.container-1300 {
  max-width: 1300px;
}

.div-block-314220 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314220.hesh {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-314221 {
  width: 70%;
  background-color: #e8f2ff;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.div-block-314221.clr1 {
  background-color: #fff3ee;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-314222 {
  width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32843 {
  width: 359px;
  height: 400px;
  border-radius: 100%;
}

.image-32843._2 {
  height: 359px;
}

.image-32843._3 {
  height: 417px;
}

.heading-7490 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.image-155 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.heading-42 {
  color: #16215c;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.heading-42.center {
  color: #000;
  text-align: center;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 50px;
}

.button-211163 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #16215c;
  background-image: none;
  border: 2px solid #16215c;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 18px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  text-decoration: none;
}

.button-211163:hover {
  color: #0c1946;
  background-color: #fff;
}

.button-211163.slim {
  background-color: #f26028;
  border-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

.button-211163.slim:hover {
  color: #000;
  background-color: #fff;
}

.text-block-151 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.ql-content {
  width: 330px;
  height: 250px;
  background-color: #00ce7f;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding: 25px;
  display: flex;
}

.ql-content.blue {
  background-color: #e8f2ff;
}

.ql-content.pink {
  height: 250px;
  background-color: #ffeae2;
}

.text-span-13 {
  color: #f26028;
}

.div-block-261 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-261.flip {
  flex-direction: row-reverse;
}

.div-block-262 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-262.top {
  margin-top: 30px;
}

.ql-img {
  width: 330px;
  height: 250px;
  position: relative;
}

.div-block-263 {
  width: 40px;
  height: 35px;
  opacity: 1;
  background-color: #ffeae2;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-263.pink {
  background-color: #f26028;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-263.blue {
  opacity: 1;
  background-color: #e8f2ff;
}

.div-block-263.yellow {
  transform-style: preserve-3d;
  background-color: #ffeae2;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-263.sky {
  transform-style: preserve-3d;
  background-color: #e8f2ff;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-263.purple {
  background-color: #000;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-span-19 {
  color: #ff0101;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
}

.image-25 {
  width: 330px;
  height: 250px;
}

.image-25:hover {
  filter: saturate(18%);
}

.bold-text-19 {
  color: var(--dark-orange);
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.bold-text-19._12 {
  color: var(--peru);
}

.bold-text-31 {
  color: #000;
  letter-spacing: 3px;
  font-family: Tiffany Laurence, sans-serif;
  font-weight: 600;
}

.bold-text-31._12 {
  color: #000;
}

.text-block-152 {
  color: #237ffc;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.container-1301 {
  max-width: 1300px;
}

.image-32844 {
  filter: invert();
}

.bold-text-539 {
  color: #000;
  letter-spacing: 3px;
  font-family: Tiffany Laurence, sans-serif;
}

.image-32845, .image-32846, .image-32847 {
  filter: invert();
}

.image-175 {
  filter: grayscale();
}

.chat-bolt-div-2 {
  width: 200px;
  height: 80px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding: 9px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 2%;
  box-shadow: 0 0 12px -4px #b1b1b1;
}

.fixed-chat-bolt.hide {
  z-index: 9999;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.link-block-47 {
  text-decoration: none;
}

.text-block-163 {
  color: #16215c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.div-block-943 {
  width: 80%;
  justify-content: center;
  display: flex;
}

.div-block-944 {
  border: 1px solid #f26028;
  border-radius: 100px;
  padding: 3px;
}

.whatsapp-wrapper {
  width: 50px;
  height: 50px;
  background-color: #00e676;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.xbutton {
  cursor: pointer;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.image-32848 {
  filter: grayscale();
}

.link-block-174 {
  text-decoration: none;
}

.text-block-16071 {
  color: #16215c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.div-block-314223 {
  width: 80%;
  justify-content: center;
  display: flex;
}

.div-block-314224 {
  border: 1px solid #f26028;
  border-radius: 100px;
  padding: 3px;
}

.image-32849 {
  filter: grayscale();
}

.link-block-176 {
  text-decoration: none;
}

.text-block-16072 {
  color: #16215c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.div-block-314225 {
  width: 80%;
  justify-content: center;
  display: flex;
}

.div-block-314226 {
  border: 1px solid #f26028;
  border-radius: 100px;
  padding: 3px;
}

.image-32850 {
  filter: grayscale();
}

.link-block-178 {
  text-decoration: none;
}

.text-block-16073 {
  color: #16215c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.div-block-314227 {
  width: 80%;
  justify-content: center;
  display: flex;
}

.div-block-314228 {
  border: 1px solid #f26028;
  border-radius: 100px;
  padding: 3px;
}

.image-32851 {
  filter: grayscale();
}

.link-block-180 {
  text-decoration: none;
}

.text-block-16074 {
  color: #16215c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.div-block-314229 {
  width: 80%;
  justify-content: center;
  display: flex;
}

.div-block-314230 {
  border: 1px solid #f26028;
  border-radius: 100px;
  padding: 3px;
}

.image-32852 {
  filter: grayscale();
}

.link-block-182 {
  text-decoration: none;
}

.text-block-16075 {
  color: #16215c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.div-block-314231 {
  width: 80%;
  justify-content: center;
  display: flex;
}

.div-block-314232 {
  border: 1px solid #f26028;
  border-radius: 100px;
  padding: 3px;
}

.image-32853 {
  filter: grayscale();
}

.link-block-184 {
  text-decoration: none;
}

.text-block-16076 {
  color: #16215c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.div-block-314233 {
  width: 80%;
  justify-content: center;
  display: flex;
}

.div-block-314234 {
  border: 1px solid #f26028;
  border-radius: 100px;
  padding: 3px;
}

.div-block-314235, .div-block-314236 {
  position: relative;
}

.container-1302 {
  max-width: 1300px;
}

.container-101 {
  max-width: 1200px;
}

.container-101.default {
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.section-143 {
  padding: 60px 20px 20px;
}

.div-block-31263 {
  width: 42%;
  align-self: flex-start;
  display: none;
}

.heading-49 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-items: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 37px;
  display: flex;
}

.text-span-63 {
  color: #d62631;
  margin-left: 10px;
}

.div-block-31267 {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-30482 {
  width: 100%;
  background-color: #fff;
  border-radius: 18px;
  padding: 40px 10px;
  position: relative;
  box-shadow: 0 2px 11px rgba(31, 37, 89, .21);
}

.div-block-31274 {
  margin-top: 30px;
}

.image-32501 {
  width: 100%;
  border-radius: 30px;
}

.div-block-31262 {
  width: 80%;
  background-color: #fff;
  border: 1px solid #6f7ab6;
  border-radius: 18px;
  margin-top: 20px;
  padding: 20px 0;
  display: none;
  box-shadow: 0 4px 22px rgba(34, 35, 48, .12);
}

.html-embed {
  width: 100%;
}

.div-block-31266 {
  z-index: -10;
  width: 205px;
  background-image: linear-gradient(135deg, var(--light-sea-green) 50%, transparent 0%);
  padding-top: 205px;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: -40px;
  right: auto;
}

.div-block-31266.squre-box {
  width: 200px;
  height: 200px;
  background-color: var(--steel-blue);
  background-image: none;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -40px;
}

.div-block-23266 {
  width: 100%;
  position: relative;
}

.heading-7491, .heading-7492, .heading-7493 {
  letter-spacing: 1px;
  font-family: Tiffany Laurence, sans-serif;
  font-weight: 400;
}

.text-span-152, .text-span-153 {
  color: var(--midnight-blue);
  font-size: 18px;
}

.text-span-154, .text-span-155 {
  color: var(--midnight-blue);
  font-size: 20px;
}

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

.paragraph-2296 {
  color: var(--peru);
  text-align: center;
  font-size: 16px;
}

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

.bold-text-540 {
  letter-spacing: 0;
  font-family: Great Vibes, cursive;
  font-size: 70px;
  line-height: 78px;
}

.section-212 {
  height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/DSC_6641-min.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-32856, .image-32857 {
  border-radius: 20px;
}

.team-2 {
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-1303 {
  max-width: 1300px;
}

.div-block-314237 {
  width: 100%;
  display: flex;
}

.div-block-314238 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-314239 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.space-1 {
  height: 175px;
}

.paragraph-2298, .paragraph-2299, .paragraph-2300 {
  font-size: 16px;
  line-height: 24px;
}

.bold-text-541, .bold-text-542 {
  color: var(--peru);
  font-size: 16px;
}

.heading-7494 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-314240 {
  width: 70px;
  height: 70px;
  border: 1px solid var(--dark-orange);
  background-color: #ffc997;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-543 {
  color: #000;
}

.text-span-156 {
  color: #70acff;
  font-size: 17px;
}

.bold-text-544 {
  color: #237ffc;
}

.heading-7495 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.container-1304 {
  max-width: 1300px;
}

.div-block-314241 {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-314241._546 {
  margin-top: 60px;
}

.section-213 {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/colorful-wood-blue-khrizantemy-flowers-tsvety-fon-background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  padding: 60px 20px;
}

.div-block-314242 {
  width: 100%;
  height: 460px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bigstock-Doctor-Examining-Pigmented-Ski-86938904.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-314242:hover {
  background-image: url('../images/bigstock-Doctor-Examining-Pigmented-Ski-86938904.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314242._26 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Depositphotos_93089970_l-2015.jpg');
}

.div-block-314242._26:hover {
  background-image: url('../images/Depositphotos_93089970_l-2015.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314242._25 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/256.jpg');
}

.div-block-314242._25:hover {
  background-image: url('../images/256.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314242._249 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/XXL-2.webp');
}

.div-block-314242._249:hover {
  background-image: url('../images/XXL-2.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-314242._249.meso {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/610bcae5ad26b5da85825c16_Sukenos.jpeg');
}

.div-block-314242._249.meso:hover {
  background-image: url('../images/610bcae5ad26b5da85825c16_Sukenos.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314242._249.meso.lab {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC_6638.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-314242._249.meso.lab:hover {
  background-image: url('../images/DSC_6638.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-314242._249.meso.ageing {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bigstock-Comparison-Portrait-Of-Beauti-227298439.jpg');
}

.div-block-314242._249.meso.ageing:hover {
  background-image: url('../images/bigstock-Comparison-Portrait-Of-Beauti-227298439.jpg');
}

.div-block-314243 {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-7496 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Tiffany Laurence, sans-serif;
}

.lottie-animation {
  width: 53px;
}

.div-block-314244 {
  width: 100%;
  margin-bottom: 40px;
}

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

.heading-7498 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Tiffany Laurence, sans-serif;
}

.div-block-314245 {
  width: 100%;
}

.heading-7499 {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}

.link-block-185, .link-block-186, .link-block-187, .link-block-188 {
  width: 45%;
  text-decoration: none;
}

.div-block-314246 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-314247, .div-block-314248 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32858 {
  width: 500px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.image-32858._985 {
  width: 412px;
}

.heading-7500 {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 60px;
  line-height: 68px;
}

.paragraph-2301 {
  text-align: justify;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.image-32859, .image-32860 {
  width: 400px;
  margin-bottom: 20px;
}

.image-32861 {
  width: 400px;
  border-radius: 20px;
}

.div-block-314249 {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.div-block-314250 {
  width: 40%;
  height: 353.328px;
  background-color: #e4e4e4;
  background-image: url('../images/Screenshot_2023-10-10_082234-removebg-preview.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 298px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-314250._12 {
  background-image: url('../images/WhatsApp-Image-2023-10-19-at-10.37.07-AM.jpeg');
  background-position: 50%;
  background-size: 222px;
}

.div-block-314250._123 {
  background-image: url('../images/WhatsApp-Image-2023-10-19-at-10.39.04-AM.jpeg');
  background-position: 50%;
  background-size: 359px;
}

.div-block-314250._124 {
  background-image: url('../images/WhatsApp-Image-2023-10-19-at-10.39.19-AM.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._125 {
  background-image: url('../images/adobestock-125860425.jpg');
  background-size: cover;
}

.div-block-314250._126 {
  background-color: #e4e4e4;
  background-image: url('../images/IMG_2460-removebg-preview-copy012021.png');
  background-position: 50% 100%;
  background-size: 374px;
}

.div-block-314250._127 {
  background-color: #e4e4e4;
  background-image: url('../images/IMG_2464.jpg');
  background-size: 266px;
}

.div-block-314250._128 {
  background-image: url('../images/Carbon-laser-treatment.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._129 {
  background-image: url('../images/woman-getting-prp-vampire-facial-done.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1210 {
  background-image: url('../images/maxresdefault-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1211 {
  background-image: url('../images/blog-n-s-img-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1212 {
  background-image: url('../images/tannedfeet.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1213 {
  background-image: url('../images/woman-peeling-off-facial-mask-1920w.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1214 {
  background-image: url('../images/1618294337_img-20210413-wa0002.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1215 {
  background-image: url('../images/il_1588xN.1494184865_1xeg.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1216 {
  background-image: url('../images/image_1364097824.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1217 {
  background-image: url('../images/iStock-698506796.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1218 {
  background-image: url('../images/bacf7452d7168e40d7480e4c6957d7ab-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1219 {
  background-image: url('../images/NINTCHDBPICT000274220335-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1219._0-2356984 {
  background-image: url('../images/shutterstock_136055657-3b6ccd42a11e4cf1b8d03d8c88096418.jpg');
}

.div-block-314250._1220 {
  background-image: url('../images/mole-removal-San-Francisco.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1220._0-258741 {
  background-image: url('../images/907893.jpg');
}

.div-block-314250._1221 {
  background-image: url('../images/Depositphotos_533056036_L.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1221._652159243 {
  background-image: url('../images/DSC_6696.jpg');
}

.div-block-314250._1221._652159243._09876 {
  background-image: url('../images/610bcae5ad26b5da85825c16_Sukenos.jpeg');
}

.div-block-314250._1222 {
  background-image: url('../images/5ad733d6001aa8e16c4540d3_AdobeStock_143171525-p-1600.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1222.uses {
  background-image: url('../images/urinetestg476442191_1284492.jpg');
  background-position: 100%;
}

.div-block-314250._1222.uses._2345678 {
  background-image: url('../images/shutterstock_519148126.jpg');
}

.div-block-314250._1222.uses.aging {
  height: 500px;
  background-image: url('../images/16482_0.webp');
  background-position: 0%;
}

.div-block-314250._1223 {
  background-image: url('../images/Platelet-Rich-Plasma-Course.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-314250._1223.teghnique {
  background-image: url('../images/Blood-Donation-Banks-in-the-UAE-C-06-06.jpg');
}

.div-block-314250._1223.teghnique._34567543 {
  background-image: url('../images/prp.jpg');
}

.div-block-314251 {
  width: 50%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pointer-2 {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 0%;
  right: 4%;
  transform: rotate(45deg);
}

.text-block-15206 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-pointer-4 {
  width: 210px;
  height: auto;
  background-color: #fff7f7;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 20px;
  display: flex;
  position: relative;
  bottom: 18px;
  left: 791px;
  box-shadow: inset 1px 1px 50px 8px rgba(113, 148, 155, .76);
}

.dropdown-title-3 {
  width: 179px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-312805 {
  width: 100%;
}

.navigation-dropdown-4 {
  min-width: 140px;
  display: block;
  top: 100%;
}

.navigation-dropdown-4.w--open {
  height: auto;
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  top: 100%;
  left: auto;
  right: -126.578px;
}

.navigation-dropdown-4.left {
  width: 300px;
  min-width: 300px;
  display: none;
}

.navigation-dropdown-4.left.w--open {
  width: 100px;
  min-width: 1070px;
  display: flex;
}

.nav-content-wrap-3 {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding-left: 0;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.dropdown-31 {
  letter-spacing: 1px;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.link-25 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-25:hover, .link-25.w--current {
  color: #b98b2f;
}

.link-25._1 {
  color: #000;
  text-transform: capitalize;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-30._1 {
  margin-left: 0;
  margin-right: 0;
}

.icon-47 {
  color: #fff;
  margin-right: 5px;
  font-weight: 400;
}

.icon-47:hover {
  color: #b98b2f;
}

.icon-47._1 {
  color: #000;
  margin-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.nav-link-details-2 {
  color: rgba(40, 51, 56, .6);
  white-space: normal;
  font-size: 14px;
  display: none;
}

.dropdown-link-19 {
  z-index: 25;
  width: 250px;
  color: #283338;
  border: 1px #ececec;
  border-radius: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-19:hover {
  color: #fff;
  background-color: #71949b;
}

.dropdown-link-19._1 {
  width: 185px;
  border-radius: 10px;
  padding-left: 0;
}

.dropdown-link-19._1:hover {
  color: #000;
  background-color: #71949b;
}

.text-block-16077 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-pointer-5 {
  width: 210px;
  height: auto;
  box-shadow: inset 1px 1px 50px 8px var(--light-sea-green);
  background-color: #fff7f7;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 20px;
  display: flex;
  position: relative;
  bottom: 18px;
  left: 791px;
}

.div-block-314253 {
  width: 100%;
}

.dropdown-32 {
  letter-spacing: 1px;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.link-214 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-214:hover, .link-214.w--current {
  color: #b98b2f;
}

.link-214._1 {
  color: #000;
  text-transform: capitalize;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.icon-48 {
  color: #fff;
  margin-right: 5px;
  font-weight: 400;
}

.icon-48:hover {
  color: #b98b2f;
}

.icon-48._1 {
  color: #000;
  margin-right: 0;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 20px;
}

.dropdown-link-20 {
  z-index: 25;
  width: 250px;
  color: #283338;
  border: 1px #ececec;
  border-radius: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-20:hover {
  color: #fff;
  background-color: #71949b;
}

.dropdown-link-20._1 {
  width: 185px;
  border-radius: 10px;
  padding-left: 0;
}

.dropdown-link-20._1:hover {
  background-color: var(--steel-blue);
  color: #000;
}

.bold-text-546 {
  font-family: Tiffany Laurence, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.bold-text-547 {
  font-size: 26px;
}

.image-32862, .image-32863, .image-32864 {
  border-radius: 20px;
}

.section-214 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/pathologyImage.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 40px 20px 60px;
}

.container-1305 {
  max-width: 1300px;
}

.benefits-bottom {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
  position: relative;
}

.subtitle {
  color: #000;
  letter-spacing: 3px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/60431dbd7a4c0721d92c61b3_iconbox-bg.gif');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50px;
  font-weight: 700;
  line-height: 72px;
}

.div-block-314116 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-box {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px rgba(192, 192, 211, .2);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.benefit-card {
  width: 25%;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px rgba(53, 64, 117, .1);
}

.benefit-card._2 {
  justify-content: center;
  display: flex;
}

.benefit-card._3 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-314254 {
  width: 100%;
  justify-content: space-around;
  margin-top: 40px;
  display: flex;
}

.div-block-314255 {
  width: 43%;
  background-color: #000;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.div-block-314255._0-2569 {
  border-top-left-radius: 0;
  border-top-right-radius: 80px;
}

.heading-7501 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 35px;
  line-height: 43px;
}

.heading-7501._0-23 {
  text-align: center;
  margin-bottom: 0;
  font-family: Tiffany Laurence, sans-serif;
  font-size: 38px;
  line-height: 46px;
}

.div-block-314256 {
  align-items: center;
  margin-bottom: 10px;
  padding-left: 80px;
  display: flex;
}

.paragraph-2302 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-314257 {
  width: 30%;
  align-items: center;
  display: flex;
}

.div-block-314257._25 {
  width: 100%;
  align-items: center;
}

.div-block-314257._214 {
  width: 20%;
  align-items: center;
}

.div-block-314258 {
  width: 20%;
  align-items: center;
  display: flex;
}

.div-block-314258._258 {
  width: 50%;
}

.div-block-314258._0-26584 {
  width: 30%;
}

.div-block-314259 {
  width: 30%;
  align-items: center;
  display: flex;
}

.text-span-157 {
  color: var(--steel-blue);
  text-decoration: line-through;
}

.text-span-158, .text-span-159 {
  color: var(--light-sea-green);
}

.image-32865, .image-32866, .image-32867, .image-32868, .image-32869 {
  height: 22px;
}

.text-span-160 {
  color: var(--steel-blue);
}

.bold-text-548 {
  font-family: Tiffany Laurence, sans-serif;
  font-size: 60px;
  line-height: 68px;
}

@media screen and (min-width: 1280px) {
  .question-section {
    overflow: hidden;
  }

  .div-block-31790 {
    height: 50vh;
  }

  .container-1280 {
    max-width: 1300px;
  }

  .header-wrap.left.center {
    align-items: center;
  }

  .slide-19 {
    height: auto;
  }

  .icon-20, .heading-212, .paragraph-90 {
    color: #000;
  }

  .div-block-312616 {
    width: 50%;
  }

  .text-div-2 {
    margin-bottom: 0;
  }

  .paragraph-91 {
    height: auto;
    color: #000;
    margin-bottom: 0;
  }

  .testimonial-slider {
    height: 22vh;
  }

  .div-block-312617 {
    width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-img {
    border-color: #147699;
  }

  .testimonial {
    display: flex;
  }

  .heading-7240 {
    color: #000;
    text-align: center;
    font-size: 24px;
  }

  .slide-1 {
    background-size: cover;
  }

  .popular-vacations {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .paragraph-2301 {
    margin-bottom: 0;
  }

  .div-block-314249._985 {
    margin-top: 60px;
  }

  .dropdown-pointer-4 {
    box-shadow: inset 1px 1px 50px 8px var(--light-sea-green);
  }

  .dropdown-31 {
    font-family: Tiffany Laurence, sans-serif;
  }

  .dropdown-30._1 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-link-19:hover {
    background-color: var(--steel-blue);
    color: #000;
  }

  .dropdown-link-19._1:hover {
    background-color: var(--steel-blue);
  }

  .bold-text-545 {
    font-family: Tiffany Laurence, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .navigation-link:hover {
    border-bottom: 2px solid #fff;
  }

  .navigation-link.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .div-block-175 {
    width: 20px;
    height: 20px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: -2%;
    bottom: auto;
    left: 45%;
    right: 0%;
    transform: rotate(-45deg);
  }

  .nav-link-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .dropdown-toggle-3 {
    margin-right: 10px;
  }

  .dropdown-list-4.w--open {
    width: 250px;
    border-radius: 5px;
    padding-bottom: 20px;
    padding-left: 10px;
    left: -82px;
  }

  .navbar-3 {
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .section {
    background-position: 50% 36%;
  }

  .div-block-196 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-section {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-312731 {
    width: 32%;
  }

  .container-1280 {
    max-width: 1300px;
  }

  .button-text-2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .button-4 {
    background-image: linear-gradient(43deg, #16a3fe, #41faa4 95%, #fff);
    position: relative;
  }

  .button-4:hover {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(43deg, #16a3fe, #41faa4 95%, #fff);
  }

  .linewhite-2 {
    opacity: 0;
    display: block;
    right: 13px;
  }

  .top-tile.center {
    margin-top: 0;
  }

  .button-211174 {
    background-image: linear-gradient(43deg, #16a3fe, #41faa4 95%, #fff);
    position: relative;
  }

  .button-211174:hover {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(43deg, #16a3fe, #41faa4 95%, #fff);
  }

  .div-block-313537 {
    padding-left: 0;
  }

  .div-block-312617 {
    justify-content: center;
  }

  .div-block-313491 {
    top: 292px;
  }

  .div-block-313447 {
    left: -41%;
  }

  .hero {
    overflow: hidden;
  }

  .div-block-313451 {
    width: 400px;
    height: 600px;
    bottom: -35%;
    right: -20%;
  }

  .div-block-313450 {
    left: -28%;
  }

  .div-block-313448 {
    left: -25%;
  }

  .div-block-314185 {
    width: 46%;
  }

  .div-block-314194 {
    width: 300px;
    height: 250px;
    background-image: url('../images/shape-5.png');
    background-position: 50%;
    background-size: cover;
    display: flex;
    top: 16%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block-314197.process {
    left: 625px;
  }

  .text-2 {
    font-size: 1.2em;
  }

  .button-211163 {
    background-color: #384a8c;
    border-color: #384a8c;
    margin-right: 10px;
  }

  .div-block-262 {
    width: 80%;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .section-12 {
    background-color: #f6f8fd;
  }

  .chat-bolt-div-2 {
    z-index: 999;
    height: 80px;
  }

  .navigation-dropdown-4.w--open {
    right: -93.578px;
  }

  .dropdown-pointer-5 {
    left: 824px;
  }

  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    background-position: 50% 34%;
    background-repeat: repeat-x;
    background-size: 1919px;
  }

  .container-1280 {
    max-width: 1400px;
  }

  .wrapper-ft {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
  }

  .level3-change-color {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .footer-v-1 {
    margin-bottom: 0;
  }

  .header-links {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .heading-7474._2, .heading-7475._2 {
    text-align: left;
    align-items: flex-start;
  }

  .smile-bredcrumb-section {
    height: 35vh;
  }

  .testimonial-slider {
    height: 17vh;
  }

  .div-block-312617 {
    justify-content: center;
  }

  .testimonial {
    height: 700px;
  }

  .div-block-313491 {
    top: 372px;
  }

  .plate-container {
    width: 129%;
    top: -2.2vw;
  }

  .arrow-link {
    top: -87px;
  }

  .arrow-link.right {
    top: -192px;
  }

  .paragraph-2215 {
    max-width: 35vw;
  }

  .div-block-31040 {
    padding-left: 0;
  }

  .left-arrow-38 {
    display: block;
  }

  .div-block-313447 {
    top: 17%;
    left: -31%;
  }

  .slide-txt-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero {
    position: relative;
  }

  .div-block-313449 {
    padding-left: 220px;
  }

  .div-block-313451 {
    width: 600px;
    height: 600px;
    right: -20%;
  }

  .div-block-313450 {
    left: -19%;
  }

  .div-block-313448 {
    width: 1000px;
    height: 300px;
    top: 17%;
    left: -27%;
  }

  .right-arrow-34 {
    display: block;
  }

  .div-block-314185 {
    border-radius: 116%;
  }

  .div-block-314190 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-7480 {
    width: 936px;
    text-align: center;
  }

  .div-block-314194 {
    width: 537px;
  }

  .div-block-57 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-314209 {
    width: 100%;
    height: 411px;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-314211 {
    padding-bottom: 30px;
  }

  .grid-wrapper {
    grid-auto-columns: auto;
  }

  .section-126.no-padding {
    overflow: visible;
  }

  .div-block-313825 {
    justify-content: flex-start;
  }

  .button-211163 {
    background-color: #16215c;
    border-color: #16215c;
  }

  .div-block-262 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .menu-button.w--open {
    background-color: #fbf8f7;
  }

  .link-block {
    width: 20%;
    padding-left: 20px;
    display: block;
  }

  .text-block-17 {
    border-bottom: 1px solid #000;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .text-block-16 {
    border-bottom: 1px solid #000;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 13px;
    display: flex;
  }

  .nav-link-3 {
    color: #2f2047;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 25px;
    display: flex;
  }

  .cont-div {
    width: 80%;
  }

  .link-block-4 {
    display: flex;
  }

  .dropdown-4 {
    width: 100%;
  }

  .icon {
    color: #000;
  }

  .nav-menu {
    width: 30%;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
    left: 449px;
  }

  .dropdown-toggle-3 {
    width: 20%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 8px;
  }

  .link-10 {
    color: #815f99;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-decoration: none;
    display: flex;
  }

  .img-div {
    width: 20%;
  }

  .div-block-170 {
    width: 40%;
  }

  .dropdown-list-4 {
    position: relative;
  }

  .dropdown-list-4.w--open {
    padding-left: 20px;
    padding-right: 20px;
    left: auto;
  }

  .brand {
    display: none;
  }

  .navbar-3 {
    align-items: center;
    display: none;
  }

  .top-bar-container {
    justify-content: space-between;
    padding-left: 10px;
  }

  .div-block-319 {
    width: 50%;
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
  }

  .div-block-319.width {
    width: 40%;
  }

  .link-13 {
    font-size: 70px;
    line-height: 70px;
  }

  .div-block-196 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-12 {
    font-size: 70px;
    line-height: 70px;
  }

  .button-5 {
    text-align: center;
    margin-top: 10px;
  }

  .link-11 {
    text-align: center;
    font-size: 70px;
    line-height: 70px;
  }

  .paragraph-8 {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 25px;
  }

  .paragraph-9 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-2 {
    margin-top: 0;
    padding-left: 20px;
  }

  .main-div-2 {
    padding-right: 20px;
  }

  .heading-9 {
    margin-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .button-9 {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-313486 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .first-services {
    width: 100%;
    height: 450px;
    justify-content: center;
    padding: 40px 10px;
  }

  .link-block-155 {
    width: 100%;
  }

  .link-block-160._1 {
    width: 100%;
    margin-top: 0;
  }

  .link-block-156, .link-block-158 {
    width: 100%;
  }

  .link-block-158._1 {
    margin-top: 0;
  }

  .div-block-314102 {
    width: 100%;
    height: auto;
  }

  .link-block-159 {
    width: 100%;
  }

  .link-block-159._1 {
    margin-top: 0;
  }

  .link-block-170 {
    bottom: 1%;
  }

  .link-block-157 {
    width: 100%;
  }

  .paragraph-2209 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 25px;
  }

  .paragraph-2210 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-314108 {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    position: static;
  }

  .heading-7389 {
    margin-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .button-10 {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-312731 {
    width: 100%;
  }

  .why-image-el {
    display: none;
    bottom: -20%;
    right: -24%;
  }

  .why-image-el.small {
    bottom: -9%;
    right: 26%;
  }

  .button {
    width: 35%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 10px;
    display: flex;
  }

  .button.red {
    width: 60%;
    margin-left: 0;
  }

  .text-div {
    width: 100%;
    margin-top: 40px;
  }

  .about-div {
    flex-direction: column;
  }

  .grid-image-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-7213 {
    text-align: center;
    font-size: 25px;
  }

  .question-section {
    height: 50vh;
    margin-top: 0;
  }

  .question-section.hm {
    margin-top: 0;
  }

  .div-block-31790 {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .button-11 {
    width: 35%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 10px;
    display: flex;
  }

  .div-block-312812 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-942 {
    margin-top: 30px;
  }

  .social-wraper {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    padding: 16px 16px 16px 20px;
  }

  .ft-links._45 {
    width: 50px;
  }

  .footer-wrapper {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .logo-warpper {
    max-width: none;
  }

  .div-block-935 {
    width: auto;
    max-width: none;
    justify-content: flex-start;
  }

  .copyright-block {
    justify-content: flex-start;
  }

  .wrapper-ft {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-940 {
    margin-left: 0;
    margin-right: 0;
  }

  .line-small {
    display: none;
  }

  .content-ft {
    max-width: 550px;
  }

  .ft-logo-2 {
    width: 50%;
  }

  .level3-change-color {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-v-1 {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .subscribe-section {
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .social-icon-links-3 {
    padding: 13px;
    display: flex;
  }

  .icons-wrapper {
    display: flex;
  }

  .quick-links-block {
    margin-top: 10px;
  }

  .d-103-card-wrapper {
    margin-bottom: 60px;
  }

  .div-block-313833 {
    bottom: -27%;
    left: 41%;
    right: 0%;
  }

  .image-32747, .image-32748 {
    transform: rotate(89deg);
  }

  .borderdiv {
    margin-bottom: 100px;
  }

  .borderdiv.rs {
    margin-bottom: 100px;
    top: -27px;
  }

  .borderdiv.rs.view {
    margin-bottom: 40px;
  }

  .borderdiv._1 {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 60px;
  }

  .cardsdiv {
    flex-direction: column;
  }

  .h1-main {
    font-size: 30px;
    line-height: 38px;
  }

  .h1-main.mb-20 {
    text-align: center;
  }

  .processsection {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-312898 {
    flex-direction: column;
  }

  .div-block-312899 {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-32643 {
    width: 100%;
    height: auto;
  }

  .header-wrap.left.center {
    width: 100%;
  }

  .header-wrap.left.center._2 {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .features-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-312901 {
    display: none;
  }

  .div-block-312900 {
    width: 100%;
    padding-top: 10px;
  }

  .div-block-312902 {
    width: 80%;
  }

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

  .div-block-313993 {
    margin-right: 10px;
  }

  .div-block-313990 {
    width: 100%;
  }

  .button-4 {
    text-align: left;
    margin-right: 0;
  }

  .first-three-cards {
    display: block;
  }

  .image-137 {
    margin-right: 0;
  }

  .heading-7474._2 {
    font-size: 2rem;
  }

  .heading-7474._2.left-heading {
    text-align: center;
  }

  .team-wrapper-2 {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    margin-top: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .text-block-168 {
    padding-left: 0;
  }

  .d-102-outer-circle {
    display: none;
  }

  .linewhite-2 {
    display: none;
    top: 14px;
  }

  .div-block-31104 {
    margin-bottom: 20px;
  }

  .top-tile.center {
    width: 100%;
  }

  .second-three-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .div-block-30239 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .browser-demo-3 {
    width: 500px;
    justify-content: center;
  }

  .d-102-card-wrapper {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .d-102-card-wrapper.two {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .d-102-card-wrapper.joban {
    width: 100%;
  }

  .d-102-card-wrapper.three {
    width: 100%;
    margin-left: 0;
    margin-right: 10px;
  }

  .d-102-card-wrapper.parm {
    width: 100%;
    margin-left: 0;
  }

  .d-102-card-wrapper.parm.gurpreet {
    width: 100%;
  }

  .button-211174 {
    text-align: left;
    margin-right: 0;
  }

  .paragraph-2214 {
    width: auto;
  }

  .image-32825 {
    margin-right: 0;
  }

  .heading-7475._2 {
    font-size: 2rem;
  }

  .heading-7475._2.left-heading {
    text-align: center;
  }

  .text-block-16065 {
    padding-left: 0;
  }

  .div-block-314109 {
    margin-bottom: 20px;
  }

  .team {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-314110 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .smile-bredcrumb-section {
    height: 26vh;
  }

  .div-block-313510 {
    width: 100%;
  }

  .slide-19 {
    height: auto;
  }

  .testimonial-content {
    align-items: center;
  }

  .div-block-312616 {
    width: 100%;
    height: 450px;
  }

  .paragraph-91 {
    line-height: 30px;
  }

  .testimonial-slider {
    height: auto;
    padding-bottom: 40px;
  }

  .div-block-312617 {
    width: 100%;
  }

  .testimonial-img {
    width: 80px;
    height: 80px;
  }

  .button-211176.t1 {
    margin-top: 20px;
  }

  .button-211176.t1.show {
    display: flex;
  }

  .testimonial {
    border-top-left-radius: 200px;
    overflow: hidden;
  }

  .div-block-313491 {
    flex-direction: column;
  }

  .plate-container {
    right: -59vw;
  }

  .dish-name {
    font-size: 50px;
    line-height: 50px;
  }

  .main-content {
    left: 4vw;
  }

  .arrow-link {
    left: 13vw;
  }

  .arrow-link.right {
    left: 25vw;
  }

  .lazy-susan {
    top: -10vw;
  }

  .plate {
    width: 250px;
    height: 250px;
    top: 26vw;
  }

  .style-circle {
    left: 1vw;
  }

  .book-now {
    bottom: 25vw;
    left: 4vw;
  }

  .total-slides {
    left: 16vw;
  }

  .paragraph-2215 {
    max-width: 50vw;
  }

  .slide-line {
    left: 7vw;
  }

  .nav-link-2 {
    width: 100%;
    color: #000;
    padding: 20px 10px;
    font-weight: 500;
  }

  .nav-link-2.hide {
    display: flex;
  }

  .icon-6 {
    color: #000;
    font-size: 49px;
  }

  .button-211149 {
    margin-left: 0;
    display: flex;
  }

  .button-211149.hide {
    display: none;
  }

  .menu-button-2 {
    background-color: #fff;
    border-radius: 50px;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-314181 {
    width: 50%;
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
  }

  .div-block-314181.width {
    width: 25%;
  }

  .image-9 {
    width: 35%;
  }

  .link-block-26.show {
    display: flex;
  }

  .link-block-26.show._15987 {
    display: none;
  }

  .nav-link-7 {
    width: 20%;
    color: #000;
    align-items: flex-start;
    padding: 10px 10px 20px;
    font-size: 22px;
    font-weight: 500;
  }

  .nav-menu-2 {
    width: auto;
    background-color: #fff;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: absolute;
  }

  .nav-menu-2.w--open {
    width: 100%;
    background-color: #fff;
  }

  .nav-menu-2.hide {
    height: 100vh;
    background-color: #3ab6a7;
  }

  .brand-2 {
    width: 48%;
  }

  .left-arrow-38 {
    height: 50px;
    top: 450px;
    left: 294px;
  }

  .div-block-313447 {
    display: block;
    left: -85%;
  }

  .slide-txt-wrap {
    justify-content: flex-start;
    padding-top: 140px;
  }

  .hero {
    height: 75vh;
  }

  .heading-7189 {
    font-size: 40px;
    line-height: 68px;
  }

  .div-block-313449 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    display: flex;
    position: relative;
    left: 54px;
  }

  .div-block-313449.e {
    left: 0;
  }

  .div-block-313451 {
    display: block;
    bottom: -27%;
    right: -28%;
  }

  .div-block-313450 {
    z-index: -1;
    display: block;
    left: -56%;
  }

  .paragraph-2199, .paragraph-2200 {
    text-align: center;
  }

  .div-block-313448 {
    display: block;
    left: -69%;
  }

  .right-arrow-34 {
    height: 50px;
    top: 450px;
    right: 294px;
  }

  .heading-7188 {
    font-size: 60px;
    line-height: 70px;
  }

  .div-block-314183 {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .div-block-314184 {
    width: 100%;
  }

  .div-block-314185 {
    width: 100%;
    height: 700px;
    margin-top: 60px;
    position: static;
  }

  .section-125 {
    padding-bottom: 40px;
  }

  .after-before {
    display: none;
  }

  .handle-container {
    width: 90%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .image-left {
    width: auto;
  }

  .handle-wrapper {
    width: 700px;
    height: 394px;
    max-width: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .handle-bar {
    height: 500px;
  }

  .icon-8 {
    top: 150px;
  }

  .div-block-314123 {
    display: none;
  }

  .heading-7480 {
    font-size: 62px;
    line-height: 70px;
  }

  .icon-7 {
    top: 151px;
  }

  .hero-section-3 {
    height: 50vh;
  }

  .slide-1 {
    background-color: #fff;
    background-size: 1000px;
  }

  .slide-1._2 {
    background-position: 7%;
  }

  .div-block-314124 {
    width: 100%;
  }

  .testimonial-card-02 {
    flex-direction: column;
  }

  .right-arrow-slider {
    top: 366px;
    right: 336px;
  }

  .left-arrow-slider {
    top: 344px;
    left: 245px;
  }

  .testimonial-image-2 {
    width: 100%;
  }

  .slider-24 {
    min-height: 423px;
  }

  .testimonial-info-02 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .testimonials-section-02 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-314198 {
    width: 100%;
  }

  .paragraph-2221 {
    width: auto;
  }

  .div-block-314201 {
    border-style: none;
    border-radius: 100px;
  }

  .teams {
    margin-top: 60px;
  }

  .paragraph-2223 {
    width: 651px;
  }

  ._4serve {
    padding-bottom: 20px;
  }

  .div-block-314202 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-314203 {
    width: 85%;
    height: 397px;
  }

  .div-block-314204 {
    width: 30%;
  }

  .div-block-314206 {
    width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-314207 {
    width: 522px;
    height: 150px;
    bottom: 24.5%;
    left: 7.5%;
  }

  .div-block-314207._25._251.hide, .div-block-314207._25.hide, .div-block-314207._26.hide, .div-block-314207.hide {
    display: none;
  }

  .image-32837, .image-32838, .image-32839, .image-32840 {
    width: 100%;
    height: 397px;
  }

  .div-block-57 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-211177 {
    width: 35%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 10px;
    display: flex;
  }

  .button-211177._210 {
    display: none;
  }

  .button-211177._210._7596 {
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .text-block-13._1, .div-block-37 {
    width: 100%;
  }

  .div-block-314209 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-211178 {
    width: 35%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 10px;
    display: flex;
  }

  .button-211178._210 {
    display: none;
  }

  .button-211178._210._7596 {
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .text-block-16069._1 {
    width: 100%;
    margin-left: 40px;
    font-size: 37px;
    line-height: 45px;
  }

  .div-block-314211 {
    width: 100%;
  }

  .div-block-36 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .space {
    height: 160px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(auto, 0);
  }

  .membership-plans-wrapper {
    margin-left: 0;
    padding-bottom: 80px;
  }

  .featured__arrow, .featured__arrow.left {
    width: 55px;
    height: 55px;
    bottom: -7vw;
    right: 1vw;
  }

  .button-211164.slider {
    height: 40px;
  }

  .popular-vacations {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .slide-image {
    height: 40vh;
    min-height: 400px;
  }

  .featured-slide__mask {
    width: 65%;
  }

  .section-126 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .clip-text.bestseller-product {
    margin-bottom: 10px;
  }

  .div-block-313810 {
    margin-top: 0;
  }

  .studydiv {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-313809 {
    width: 83%;
    height: 391px;
    justify-content: flex-end;
  }

  .div-block-313825 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: start;
    justify-items: center;
    display: grid;
    position: static;
  }

  .div-block-313825.hide {
    display: none;
  }

  .tab-link-tab-1-8._1 {
    margin-top: 0;
  }

  .div-block-313814 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .sub1divstudt {
    width: 100%;
  }

  .div-block-313826 {
    flex-direction: column;
  }

  .div-block-313820 {
    padding-top: 10px;
  }

  .image-32739, .tabs-content-3 {
    width: 100%;
  }

  .paragraph-2293 {
    width: 100%;
    padding-top: 10px;
  }

  .paragraph-2293._333 {
    margin-top: 0;
  }

  .div-block-313817._36 {
    flex-direction: column;
  }

  .div-block-313821 {
    margin-top: 0;
  }

  .div-block-313829 {
    width: 100%;
  }

  .div-block-313830 {
    height: 165px;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 20px;
  }

  .div-block-313830.tp {
    height: 165px;
    margin-top: 0;
  }

  .div-block-313816 {
    flex-direction: column;
  }

  .div-block-314213 {
    width: 100%;
    margin-bottom: 10px;
  }

  .sb2div {
    width: 100%;
    margin-top: 30px;
  }

  .div-block-313811 {
    width: 100%;
    margin-top: 20px;
  }

  .tabs {
    width: 100%;
    flex-direction: column;
  }

  .image-32741 {
    margin-top: 20px;
  }

  .div-block-314214 {
    width: 100%;
  }

  .div-block-312895 {
    flex-direction: column;
  }

  .tab-link-tab-2-5 {
    width: 230px;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-tab-2-5._1 {
    margin-right: 0;
  }

  .tab-link-tab-1-5.w--current {
    width: 220px;
  }

  .div-block-313713.team {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-6 {
    width: 230px;
  }

  .div-block-313718 {
    width: 100%;
    top: 0;
    left: 0;
  }

  .div-block-313718.reverse {
    left: 0;
  }

  .tabs-6 {
    z-index: 0;
  }

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

  .image-32615 {
    width: 70%;
  }

  .div-block-313712._2 {
    padding-left: 10px;
  }

  .div-block-313705 {
    width: 75%;
    margin-top: 40px;
  }

  .div-block-313720 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-313720.reverse {
    flex-direction: column-reverse;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-24 {
    padding-top: 100px;
  }

  .tab-link-tab-5 {
    width: 230px;
    margin-right: 0;
  }

  .tab-link-tab-4._1 {
    margin-right: 0;
  }

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

  .div-block-312896 {
    width: 50%;
    margin-top: 20px;
  }

  .icon-25._8 {
    right: 48px;
  }

  .icon-25._9 {
    left: 34px;
  }

  .tabs-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .gallery-contrainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-313839._987 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .lightbox-link-2 {
    width: 80%;
  }

  .image-32841 {
    height: 420px;
    margin-bottom: 20px;
  }

  .div-block-312750 {
    flex-direction: column;
    top: 36px;
  }

  .div-block-312751 {
    width: 60%;
    margin-bottom: 20px;
  }

  .slide-subwrapper-t1 {
    width: 33%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-arrow-t1 {
    align-items: flex-end;
  }

  .slide-wrapper-t1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-32559 {
    width: 100%;
  }

  .slide-box {
    width: 100%;
    margin-right: 10px;
  }

  .slide-box.blogpage, .slide-box.blogpage._1 {
    width: 31%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .slide-box.blogpage._2._3 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-312689, .div-block-312697, .div-block-312696 {
    width: 100%;
  }

  .div-block-312685 {
    flex-direction: column;
  }

  .div-block-312686 {
    width: 100%;
  }

  .div-block-314220 {
    flex-direction: column;
  }

  .div-block-314221, .div-block-314222 {
    width: 100%;
  }

  .button-211163 {
    width: 35%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 10px;
    display: flex;
  }

  .button-211163.slim {
    width: 60%;
    margin-left: 0;
  }

  .div-block-261 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-262 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ql-img {
    height: 100%;
  }

  .chat-bolt-div-2 {
    height: 100px;
    justify-content: center;
    position: fixed;
    bottom: 10%;
  }

  .section-143 {
    padding-top: 0;
  }

  .div-block-31263 {
    width: 100%;
    padding-top: 60px;
  }

  .heading-49 {
    font-size: 45px;
    line-height: 50px;
  }

  .div-block-31267 {
    flex-direction: column-reverse;
  }

  .div-block-30482 {
    width: 100%;
    margin-top: 100px;
  }

  .div-block-31274 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .image-32501 {
    width: 80%;
  }

  .div-block-31266 {
    top: -25px;
    left: -25px;
  }

  .div-block-31266.squre-box {
    bottom: -25px;
    right: -25px;
  }

  .div-block-23266 {
    width: 85%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 78px;
    margin-right: auto;
    display: flex;
  }

  .heading-7491, .heading-7492, .heading-7493 {
    display: none;
  }

  .div-block-314237 {
    flex-direction: column-reverse;
  }

  .div-block-314238 {
    flex-direction: column;
  }

  .div-block-314239 {
    flex-direction: column-reverse;
  }

  .space-1 {
    height: 160px;
  }

  .heading-7496 {
    font-size: 26px;
  }

  .div-block-314249 {
    flex-direction: column;
    margin-top: 20px;
  }

  .div-block-314249._985 {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .div-block-314250 {
    width: 100%;
  }

  .div-block-314251 {
    width: 100%;
    margin-top: 20px;
  }

  .text-block-15206 {
    color: #000;
  }

  .div-block-313435 {
    z-index: 99999;
    width: 300px;
    min-width: 300px;
  }

  .navigation-dropdown-4.w--open {
    left: 5px;
    right: auto;
  }

  .navigation-dropdown-4.left {
    position: relative;
  }

  .navigation-dropdown-4.left.w--open {
    width: 200px;
  }

  .nav-content-wrap-3 {
    padding-left: 0;
    font-family: Droid Serif, serif;
  }

  .dropdown-31 {
    padding-left: 0;
    padding-right: 40px;
  }

  .link-25 {
    color: #000;
  }

  .link-25._1 {
    color: #000;
    font-family: Droid Serif, serif;
    font-weight: 400;
    line-height: 25px;
  }

  .link-25._1:hover {
    color: #000;
  }

  .dropdown-30 {
    display: block;
  }

  .dropdown-30._1 {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .icon-47 {
    color: #000;
  }

  .icon-47._1 {
    color: #000;
    font-family: Droid Serif, serif;
    font-weight: 400;
    right: 622px;
  }

  .icon-47._1:hover, .text-block-16077 {
    color: #000;
  }

  .div-block-314252 {
    z-index: 99999;
    width: 300px;
    min-width: 300px;
  }

  .dropdown-32 {
    width: 100%;
    padding-left: 0;
    padding-right: 688px;
  }

  .link-214 {
    color: #000;
  }

  .link-214._1 {
    color: #000;
    font-family: Droid Serif, serif;
    font-weight: 400;
    line-height: 25px;
  }

  .link-214._1:hover, .icon-48 {
    color: #000;
  }

  .icon-48._1 {
    color: #000;
    font-family: Droid Serif, serif;
    font-weight: 400;
    right: 663px;
  }

  .icon-48._1:hover {
    color: #000;
  }

  .benefits-box {
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .benefit-card {
    margin-bottom: 80px;
  }

  .heading-7501 {
    font-size: 25px;
    line-height: 33px;
  }

  .heading-7501._0-23 {
    font-size: 26px;
    line-height: 34px;
  }

  .div-block-314256 {
    padding-left: 20px;
  }

  .paragraph-2302 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-314258._0-26584, .div-block-314259 {
    width: 37%;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    left: 337px;
  }

  .dropdown-toggle-3 {
    width: 30%;
  }

  .top-bar-container {
    flex-direction: column;
  }

  .div-block-319 {
    justify-content: space-around;
  }

  .div-block-319.width {
    width: 45%;
  }

  .link-2, .link-13 {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-196 {
    flex-direction: column;
  }

  .heading-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 60px;
  }

  .link-12 {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-195 {
    width: 90%;
    margin: 10px auto;
  }

  .link-11 {
    font-size: 50px;
    line-height: 50px;
  }

  .about {
    padding-top: 0;
  }

  .left-side {
    width: 90%;
  }

  .div-block-2 {
    margin-bottom: 20px;
  }

  .main-div-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .right-side-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-7388 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-313486 {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .first-services {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 38px;
  }

  .right {
    width: 90%;
  }

  .div-block-314108 {
    margin-bottom: 20px;
  }

  .div-block-312731 {
    height: 300px;
  }

  .why-image-el {
    width: 30%;
    border-radius: 40px;
    right: -3%;
  }

  .why-image-el.small {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    right: 32%;
  }

  .paragraph-19 {
    margin-bottom: 20px;
  }

  .button {
    width: auto;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .button.red {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 15px 10px;
    display: flex;
  }

  .text-div {
    width: auto;
  }

  .about-detail-section {
    padding-bottom: 40px;
  }

  .about-div {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image--about {
    width: 60%;
  }

  .heading-7213 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .question-section.hm {
    height: 42vh;
    margin-top: 0;
  }

  .button-11 {
    width: auto;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .div-block-312812 {
    flex-direction: column;
    align-items: center;
  }

  .form-block {
    width: 100%;
  }

  .social-wraper {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-warpper {
    margin-bottom: 10px;
  }

  .text-field-2 {
    width: 100%;
  }

  .div-block-933 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-34 {
    margin-left: 70px;
    font-size: 22px;
  }

  .container-502 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-ft {
    flex-direction: column-reverse;
  }

  .line-small {
    display: none;
  }

  .content-ft {
    width: 100%;
  }

  .ft-logo-2 {
    width: 80%;
  }

  .footer-v-1 {
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .div-block-934 {
    height: 60px;
    align-items: center;
    top: -50%;
  }

  .subscribe-section {
    align-items: stretch;
    padding: 30px;
  }

  .h1-main {
    font-size: 26px;
    line-height: 32px;
  }

  .h1-main.mb-20 {
    margin-bottom: 10px;
  }

  .div-block-312902 {
    height: 320px;
  }

  .heading-7235 {
    width: 90%;
  }

  .div-block-312903 {
    justify-content: space-between;
  }

  .div-block-313992 {
    width: 100%;
  }

  .div-block-313993 {
    margin-top: 40px;
  }

  .div-block-313990, .div-block-313990.reverse {
    flex-direction: column-reverse;
  }

  .first-three-cards {
    flex-direction: column;
  }

  .heading-7474._2.left-heading {
    text-align: center;
  }

  .team-wrapper-2 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .top-tile {
    margin-bottom: 30px;
  }

  .second-three-cards {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .div-block-30239 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .browser-demo-3 {
    width: 100%;
    height: 300px;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 60px;
    padding: 60px 30px;
  }

  .d-102-card-wrapper {
    width: 100%;
    height: 325px;
  }

  .d-102-card-wrapper.two {
    margin-left: 0;
    margin-right: 0;
  }

  .d-102-card-wrapper.joban {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .d-102-card-wrapper.three {
    margin-right: 0;
  }

  .d-102-card-wrapper.three.bg-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .d-102-card-wrapper.parm.gurpreet {
    margin-left: 0;
  }

  .heading-7475._2.left-heading {
    text-align: center;
  }

  .team {
    margin-bottom: 0;
  }

  .div-block-314110 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .smile-bredcrumb-section {
    height: 24vh;
  }

  .icon-20 {
    font-size: 24px;
    font-weight: 700;
  }

  .right-arrow-22 {
    width: 50px;
    height: 50px;
  }

  .testimonial-slider {
    height: auto;
  }

  .left-arrow-22 {
    width: 50px;
    height: 50px;
  }

  .plate-container {
    right: -57.3vw;
  }

  .arrow-link {
    left: 4vw;
  }

  .arrow-link.right {
    left: 16vw;
  }

  .lazy-susan {
    top: 16vw;
    right: -51vw;
  }

  .plate {
    width: 220px;
    height: 220px;
    top: 38vw;
    right: -44px;
  }

  .total-slides {
    left: 22vw;
  }

  .slide-line {
    left: 9vw;
  }

  .nav-link-2 {
    width: 100%;
    height: 50px;
    padding: 10px;
  }

  .icon-6 {
    color: #000;
    font-size: 30px;
  }

  .menu-button-2 {
    position: static;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-314181 {
    justify-content: space-around;
  }

  .div-block-314181.width {
    width: 30%;
  }

  .image-9 {
    margin-right: 10px;
  }

  .nav-link-7 {
    width: 100%;
    height: 50px;
    padding: 10px;
  }

  .nav-menu-2.w--open {
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
  }

  .left-arrow-38 {
    top: 507px;
    left: 190px;
  }

  .div-block-313447 {
    left: -109%;
  }

  .slide-txt-wrap {
    justify-content: center;
    padding-top: 20px;
  }

  .hero {
    height: 69vh;
  }

  .heading-7189 {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
  }

  .div-block-313449 {
    align-items: center;
    left: 26px;
  }

  .div-block-313451 {
    bottom: -35%;
    right: -37%;
  }

  .div-block-313450 {
    left: -75%;
  }

  .paragraph-2199 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-2200 {
    font-size: 19px;
    line-height: 30px;
  }

  .div-block-313448 {
    left: -89%;
  }

  .right-arrow-34 {
    top: 507px;
    right: 184px;
  }

  .heading-7188 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-314185 {
    width: 80%;
    height: 424px;
    margin-top: 20px;
  }

  .section-125 {
    padding-bottom: 60px;
  }

  .handle-wrapper {
    width: 470px;
    height: 265px;
  }

  .div-block-314123 {
    width: 24%;
    display: none;
  }

  .heading-7480 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 77px;
  }

  .container-1296 {
    margin-top: 20px;
  }

  .main-div-3 {
    z-index: 9999;
    position: relative;
  }

  .hero-section-3 {
    height: 44vh;
  }

  .slide-1 {
    background-image: url('../images/website-banner-3-1.png');
    background-size: cover;
  }

  .slide-1._2 {
    background-position: 100%;
  }

  .div-block-314124 {
    width: 100%;
  }

  .div-block-314203 {
    height: 300px;
  }

  .div-block-314207 {
    width: 358px;
    height: 100px;
    bottom: 33%;
  }

  .image-32837, .image-32838, .image-32839, .image-32840 {
    height: 300px;
  }

  .button-211177, .button-211178 {
    width: auto;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .space {
    height: 131px;
  }

  .vacations-tab-link {
    width: 48%;
    height: auto;
    min-height: 60px;
    border: 1px solid rgba(192, 192, 211, .2);
    border-radius: 5px;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
  }

  .vacations-tab-link.w--current {
    height: auto;
  }

  .vacations-tab-menu {
    height: auto;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
    display: flex;
  }

  .membership-circle {
    width: 36px;
    height: 36px;
    position: relative;
    bottom: 12px;
  }

  .grid-wrapper {
    width: 100%;
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .location-indicator {
    display: none;
  }

  .membership-plans-wrapper {
    margin-top: auto;
    padding-bottom: 60px;
  }

  .slide-image {
    height: 30vh;
    min-height: 300px;
  }

  .featured-slide__mask {
    width: 100%;
  }

  .section-126 {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .div-block-313810 {
    width: 75%;
  }

  .div-block-313809 {
    width: 75%;
    align-items: center;
  }

  .div-block-313825 {
    grid-template-columns: 1fr;
  }

  .tab-link-tab-1-8, .tab-link-tab-1-8.w--current {
    width: 280px;
  }

  .tab-link-tab-1-8._1 {
    margin-bottom: 0;
  }

  .div-block-313814 {
    width: 85%;
    grid-template-columns: 1fr;
  }

  .paragraph-2293 {
    width: 100%;
  }

  .div-block-313817 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-313817._36 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .div-block-313821 {
    align-items: center;
    margin-top: 40px;
  }

  .div-block-313829 {
    width: 100%;
  }

  .div-block-313830, .div-block-313830.tp {
    height: 130px;
  }

  .div-block-313816 {
    flex-direction: column;
  }

  .image-32793 {
    width: 70%;
  }

  .stydysection {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .div-block-313811 {
    width: 80%;
  }

  .tabs, .div-block-313723 {
    flex-direction: column;
  }

  .div-block-313713 {
    width: 100%;
  }

  .div-block-313718 {
    height: auto;
  }

  .link-block-83 {
    width: 50%;
  }

  .div-block-313712 {
    margin-top: 170px;
  }

  .div-block-313705 {
    width: 100%;
  }

  .div-block-313720.reverse {
    margin-top: 240px;
  }

  .slide-24 {
    padding-top: 20px;
  }

  .div-block-312896 {
    width: 70%;
  }

  .tabs-menu-2 {
    grid-template-columns: 1fr 1fr;
  }

  .mask-3 {
    height: 70vh;
  }

  .gallery-contrainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-32841 {
    height: 346px;
  }

  .div-block-312751 {
    width: 80%;
  }

  .slide-subwrapper-t1 {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-arrow-t1 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slider-t1 {
    display: flex;
  }

  .right-arrow-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .testimonial-2 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .slide-wrapper-t1 {
    flex-direction: column;
  }

  .arrow-copy, .arrow-3 {
    height: 35px;
  }

  .entry-title-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .slide-box.blogpage {
    width: 47%;
  }

  .slide-box.blogpage._1 {
    width: 47%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-312689 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-312697, .div-block-312696 {
    width: 100%;
  }

  .div-block-312685 {
    flex-direction: column;
  }

  .heading-275 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-312686 {
    width: 100%;
  }

  .button-211163 {
    width: auto;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .button-211163.slim {
    width: auto;
  }

  .div-block-261 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-262 {
    width: 100%;
    flex-direction: column;
  }

  .text-span-19 {
    font-size: 38px;
  }

  .chat-bolt-div-2 {
    height: 100px;
    bottom: 10%;
  }

  .fixed-chat-bolt {
    bottom: 16%;
    right: 38%;
  }

  .container-101.default {
    margin-bottom: 0;
  }

  .section-143 {
    margin-top: 0;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .div-block-31263 {
    width: 100%;
    padding-top: 10px;
  }

  .heading-49 {
    font-size: 41px;
  }

  .div-block-31267 {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .div-block-30482, .div-block-31262 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-23266 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-314241 {
    flex-direction: column;
    justify-content: space-around;
  }

  .section-213 {
    padding-bottom: 0;
  }

  .heading-7499 {
    font-size: 50px;
    line-height: 58px;
  }

  .link-block-185 {
    width: 100%;
  }

  .link-block-186 {
    width: 100%;
    margin-top: 40px;
  }

  .link-block-187 {
    width: 100%;
  }

  .link-block-188 {
    width: 100%;
    margin-top: 40px;
  }

  .heading-7500 {
    font-size: 50px;
    line-height: 58px;
  }

  .icon-47._1 {
    right: 427px;
  }

  .dropdown-32 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 485px;
  }

  .icon-48._1 {
    right: 461px;
  }

  .benefit-card {
    min-height: auto;
    grid-row-gap: 48px;
    grid-template-rows: 1fr auto;
    padding: 35px 25px;
  }

  .div-block-314254 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .div-block-314254._0-2145 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-314255 {
    width: 80%;
  }

  .div-block-314255._0-2569 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    width: 70%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    left: 66px;
    box-shadow: 0 0 10px 2px #d3d3d3;
  }

  .dropdown-toggle-3 {
    width: 50%;
  }

  .div-block-170 {
    width: 100%;
  }

  .dropdown-list-4.w--open {
    width: auto;
  }

  .top-bar-container {
    flex-direction: column;
    padding-top: 10px;
    padding-left: 0;
  }

  .div-block-319 {
    width: 90%;
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-319.width {
    width: 80%;
    justify-content: center;
  }

  .call-box {
    margin-top: 5px;
  }

  .content-div-and-information {
    flex-direction: column-reverse;
  }

  .email-bok {
    margin-top: 10px;
    margin-right: 0;
  }

  .link-2, .link-13 {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-196 {
    width: 90%;
    flex-direction: column;
  }

  .text-block-8 {
    margin-top: 10px;
  }

  .heading-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 60px;
  }

  .link-12 {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-195 {
    width: 100%;
  }

  .text-block-5 {
    margin-bottom: 20px;
  }

  .link-11 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-7 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-block-6 {
    margin-bottom: 20px;
  }

  .main-div-2 {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .heading-7388 {
    font-size: 21px;
  }

  .div-block-313486 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .first-services {
    width: 100%;
    height: 450px;
    justify-content: flex-start;
  }

  .div-block-314103 {
    height: auto;
    margin-top: 20px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

  .div-block-314102 {
    height: auto;
  }

  .link-block-170 {
    bottom: 0%;
  }

  .service-section {
    border-top-right-radius: 151px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .text-block-16062 {
    text-align: center;
    font-size: 15px;
    line-height: 35px;
  }

  .div-block-314108 {
    height: 1000px;
    padding-bottom: 40px;
  }

  .heading-7389 {
    font-size: 40px;
    line-height: 48px;
  }

  .div-block-312731 {
    height: 370px;
  }

  .heading-7233 {
    margin-top: 10px;
  }

  .why-image-el {
    display: none;
  }

  .why-image-el.small {
    background-color: rgba(0, 0, 0, .3);
    display: block;
    bottom: 4%;
    right: 6%;
  }

  .button {
    width: 80%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .button.red {
    width: 50%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    padding: 10px 0;
  }

  .grid-image {
    height: 245px;
    max-width: 100%;
  }

  .grid-image-bg {
    top: -25px;
    left: -9px;
  }

  .image--about {
    width: 100%;
  }

  .grid-image-wrapper {
    margin-top: -28px;
  }

  .bold-text-338 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-7213 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 30px;
  }

  .question-section {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .question-section.hm {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .div-block-31790 {
    height: auto;
    padding-top: 50px;
  }

  .button-11 {
    width: 80%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .button-11._0258 {
    width: 50%;
    font-size: 10px;
  }

  .div-block-312812 {
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
  }

  .div-block-312670 {
    width: 310px;
    margin-top: 60px;
    position: static;
  }

  .text-block-15614 {
    font-size: 15px;
  }

  .div-block-942 {
    margin-top: 10px;
  }

  .div-block-938 {
    justify-content: center;
    align-items: center;
  }

  .social-wraper {
    justify-content: center;
    margin-left: 0;
  }

  .ft-links, .ft-links._45, .ft-links._80.w--current {
    margin-bottom: 10px;
  }

  .footer-wrapper {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-warpper {
    width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-935 {
    width: 100%;
  }

  .text-block-161 {
    margin-top: 20px;
  }

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

  .paragraph-18.copy {
    width: auto;
  }

  .container-502 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-ft {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .content-ft {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-160._2 {
    max-width: 125px;
  }

  .text-block-160._2._3 {
    max-width: 90px;
  }

  .text-block-160._2._22 {
    max-width: none;
  }

  .ft-logo-2 {
    width: 100%;
  }

  .footer-v-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-934 {
    top: 0%;
  }

  .subscribe-section {
    padding: 20px 10px;
  }

  .link-block-wrapper {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
  }

  .quick-links-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .borderdiv {
    width: 275px;
    height: 275px;
    margin-bottom: 100px;
  }

  .borderdiv.rs {
    width: 300px;
    height: 300px;
  }

  .borderdiv.rs.view {
    width: 275px;
    height: 275px;
    margin-bottom: 20px;
    top: -39px;
  }

  .paragraph-2213 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7468, .heading-7468.cc1 {
    font-size: 22px;
  }

  .heading-7468.cc2 {
    text-align: center;
    font-size: 22px;
  }

  .h1-main {
    font-size: 24px;
    line-height: 32px;
  }

  .h1-main.center {
    font-size: 40px;
    line-height: 48px;
  }

  .h1-main.mt-20 {
    text-align: center;
  }

  .div-block-313831 {
    width: 250px;
    height: 250px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-312899 {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .header-wrap.left, .header-wrap.left.center._2 {
    align-items: center;
  }

  .features-section {
    padding-top: 20px;
  }

  .p-text.p-25 {
    text-align: center;
    padding-top: 10px;
    font-size: 17px;
    line-height: 25px;
  }

  .div-block-312902 {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .real-paragraph-18.border {
    text-align: left;
    margin-top: 20px;
  }

  .heading-7472 {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-313993 {
    width: 285px;
    height: 285px;
    margin-top: 20px;
  }

  .div-block-313990 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }

  .div-block-313990.reverse {
    flex-direction: column;
    margin-top: 20px;
  }

  .first-three-cards {
    width: 100%;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .paragraph-2135 {
    text-align: justify;
  }

  .image-137 {
    margin-top: 0;
    margin-right: 0;
  }

  .heading-7474 {
    text-align: center;
    font-size: 2rem;
  }

  .heading-7474._2 {
    font-size: 2rem;
    line-height: 38px;
  }

  .text-block-15126 {
    font-size: 18px;
    line-height: 18px;
  }

  .team-wrapper-2 {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-168 {
    text-align: left;
    font-size: 14px;
    line-height: 15px;
  }

  .d-102-outer-circle {
    display: none;
  }

  .linewhite-2 {
    display: none;
    top: 11px;
    right: 12.5px;
  }

  .div-block-31104 {
    justify-content: center;
    display: flex;
  }

  .top-tile {
    justify-content: center;
    align-items: center;
  }

  .top-tile.center {
    width: 100%;
    margin-bottom: 0;
  }

  .d-102-inner-circle {
    width: 140px;
    height: 140px;
    top: -4%;
  }

  .button-211173 {
    width: 80%;
    border-style: solid;
    border-color: #fff;
    margin-left: 0;
    padding-left: 20px;
  }

  .second-three-cards {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
    display: block;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .div-block-30239 {
    display: block;
  }

  .browser-demo-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .d-102-card-wrapper {
    width: 100%;
  }

  .d-102-card-wrapper.two {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .d-102-card-wrapper.two.m {
    margin-bottom: 10px;
  }

  .d-102-card-wrapper.joban {
    margin-top: 10px;
    margin-left: 0;
  }

  .d-102-card-wrapper.joban.p {
    background-position: 100% 5%;
  }

  .d-102-card-wrapper.three {
    margin-left: 0;
    margin-right: 0;
  }

  .d-102-card-wrapper.three.bg-image {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .d-102-card-wrapper.parm {
    margin-top: 10px;
    margin-left: 0;
  }

  .d-102-card-wrapper.parm.gurpreet {
    margin-left: 0;
  }

  .heading-7119 {
    text-align: center;
    font-size: 25px;
  }

  .paragraph-2214 {
    text-align: justify;
  }

  .image-32825 {
    margin-top: 0;
    margin-right: 0;
  }

  .heading-7475 {
    text-align: center;
    font-size: 2rem;
  }

  .heading-7475._2 {
    font-size: 2rem;
    line-height: 38px;
  }

  .text-block-16064 {
    font-size: 15px;
    line-height: 18px;
  }

  .text-block-16065 {
    text-align: left;
    font-size: 14px;
    line-height: 15px;
  }

  .div-block-314109 {
    justify-content: center;
    display: flex;
  }

  .button-211175 {
    width: 80%;
    border-style: solid;
    border-color: #fff;
    margin-left: 0;
    padding-left: 20px;
  }

  .team {
    padding-top: 0;
    padding-bottom: 0;
  }

  .divider-3 {
    margin-top: 10px;
  }

  .div-block-314110 {
    display: block;
  }

  .smile-bredcrumb-section {
    z-index: 0;
    height: 18vh;
  }

  .link-168, .bold-text-382 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-15907 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 27px;
  }

  .link-169 {
    font-size: 16px;
  }

  .div-block-313510 {
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }

  .slide-19 {
    height: auto;
  }

  .icon-20 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
  }

  .content-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-212 {
    text-align: center;
    font-size: 30px;
  }

  .paragraph-90 {
    text-align: center;
    font-size: 18px;
  }

  .testimonial-content {
    width: 100%;
  }

  .div-block-312616 {
    height: 300px;
    background-position: 50%;
  }

  .text-div-2 {
    margin-bottom: 0;
  }

  .right-arrow-22 {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    top: auto;
    bottom: 15%;
    left: 23%;
    right: 0%;
  }

  .paragraph-91 {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
  }

  .testimonial-slider {
    height: auto;
    padding-bottom: 40px;
  }

  .div-block-312617 {
    padding-bottom: 40px;
  }

  .testimonial-img {
    width: 60px;
    height: 60px;
  }

  .slide-content {
    width: 100%;
  }

  .left-arrow-22 {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    top: auto;
    bottom: 15%;
    left: -20%;
    right: 0%;
  }

  .button-211176.t1.show.hide1 {
    display: none;
  }

  .button-211176.t1.show.hide1.size {
    display: block;
  }

  .button-211176.t1.show.hide1.marginadd.size {
    margin-right: 0;
    display: block;
  }

  .testimonial {
    border-top-left-radius: 100px;
    margin-top: 0;
  }

  .div-block-314179 {
    flex-direction: column;
    margin-top: 0;
  }

  .header-div {
    margin-bottom: 20px;
  }

  .plate-container {
    height: 100vh;
    align-items: flex-end;
    top: -112.1vw;
    right: auto;
  }

  .dish-name {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 35px;
  }

  .arrow-link.right {
    left: 20vw;
  }

  .lazy-susan {
    top: 42vw;
  }

  .plate {
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    top: 67vw;
  }

  .style-circle {
    top: 61px;
    left: 19.5vw;
  }

  .book-now {
    bottom: 35vw;
  }

  .total-slides {
    top: 178px;
    left: 61.6vw;
  }

  .paragraph-2215 {
    max-width: 93%;
    text-align: center;
    margin-top: 65px;
  }

  .slide-line {
    top: 188px;
    left: 39.3vw;
  }

  .slide-number {
    position: absolute;
    left: 88px;
  }

  .heading-7476 {
    background-image: linear-gradient(#ff2d60, #3166ad 40%);
    font-size: 92px;
    line-height: 100px;
  }

  .nav-link-2 {
    width: 100%;
    margin-top: 0;
    padding: 10px;
  }

  .icon-6 {
    color: #000;
    font-size: 37px;
  }

  .button-211149 {
    margin-left: 0;
  }

  .div-block-31040 {
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-2 {
    background-color: #fff;
    padding: 10px;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-314181 {
    width: 90%;
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-314181.width {
    width: 80%;
    justify-content: center;
  }

  .image-9 {
    width: 70%;
    height: 100px;
  }

  .link-block-26.show {
    margin-top: -2px;
  }

  .nav-link-7 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .nav-menu-2 {
    width: 100%;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .nav-menu-2.w--open {
    justify-content: space-between;
    padding-bottom: 0;
    display: block;
  }

  .nav-menu-2.hide {
    background-color: #3ab6a7;
  }

  .left-arrow-38 {
    display: none;
  }

  .slide-nav-17 {
    display: block;
  }

  .div-block-313447 {
    left: -212%;
  }

  .slide-txt-wrap {
    justify-content: center;
    padding-top: 20px;
  }

  .hero {
    height: 64vh;
  }

  .heading-7189 {
    font-size: 25px;
    line-height: 40px;
  }

  .div-block-313449 {
    justify-content: center;
    padding-left: 0;
    left: -1px;
  }

  .div-block-313449.e {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-313451 {
    bottom: -45%;
    right: -72%;
  }

  .div-block-313450 {
    z-index: 1;
    left: -129%;
  }

  .paragraph-2199 {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-2200 {
    text-align: center;
    font-size: 22px;
  }

  .div-block-313448 {
    left: -178%;
  }

  .right-arrow-34 {
    display: none;
  }

  .heading-7188 {
    font-size: 33px;
    line-height: 50px;
  }

  .div-block-314183 {
    flex-direction: column-reverse;
  }

  .div-block-314185 {
    width: 100%;
    height: 368px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -11px;
  }

  .section-125 {
    padding-top: 20px;
  }

  .handle-wrapper {
    width: 240px;
    height: 135px;
  }

  .handle-bar {
    height: 300px;
  }

  .icon-8 {
    font-size: 25px;
    top: -81px;
    right: -38px;
  }

  .right-arrow-32 {
    top: 280px;
  }

  .heading-7480 {
    margin-top: 40px;
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
  }

  .icon-7 {
    font-size: 25px;
    top: -81px;
    right: 38px;
  }

  .slide-nav-6 {
    top: 632.5px;
  }

  .slide-1 {
    background-color: #f5f5f5;
    background-position: 50% 60%;
    background-size: cover;
  }

  .slide-1._2 {
    background-position: 13% 53%;
    background-size: cover;
  }

  .slide-1._2._3 {
    background-position: 84%;
  }

  .left-arrow-32 {
    top: 280px;
  }

  .right-arrow-slider {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 48%;
  }

  .div-block-314195._25 {
    margin-left: 40px;
  }

  .left-arrow-slider {
    top: auto;
    bottom: 0%;
    left: 20%;
    right: auto;
  }

  .testimonial-info-inner-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-02-div {
    position: relative;
  }

  .testimonials-section-02 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-text-02 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-314196 {
    margin-bottom: 20px;
  }

  .heading-7483 {
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph-2220 {
    width: auto;
  }

  .heading-7484 {
    font-size: 40px;
    line-height: 48px;
  }

  .div-block-314200 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-314201 {
    width: 80%;
  }

  .div-block-314201._12 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .teams {
    padding-bottom: 40px;
  }

  .heading-7486 {
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph-2223 {
    width: auto;
  }

  ._4serve {
    margin: 0;
  }

  .div-block-314203 {
    width: 100%;
    height: 300px;
  }

  .div-block-314206 {
    width: 100%;
  }

  .div-block-314207 {
    width: 374px;
    height: 103px;
    bottom: 30%;
    left: 0%;
  }

  .div-block-314207._25 {
    width: 374px;
    height: 101px;
    bottom: 36%;
  }

  .div-block-314207._25._251 {
    bottom: 33%;
  }

  .div-block-314207._26 {
    bottom: 36%;
  }

  .image-32837 {
    height: 300px;
  }

  .div-block-57 {
    padding-left: 0;
    padding-right: 10px;
  }

  .button-211177 {
    width: 80%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .text-block-13._1 {
    width: 90%;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-37 {
    width: 100%;
  }

  .text-block-15400 {
    margin-bottom: 20px;
  }

  .div-block-314209 {
    width: 100%;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-211178 {
    width: 80%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .text-block-16069._1 {
    width: 90%;
    margin-left: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-314211 {
    width: 100%;
  }

  .div-block-36 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px 40px;
  }

  .div-block-36._987 {
    padding-top: 40px;
  }

  .div-block-36._6524._12 {
    padding-top: 60px;
  }

  .space {
    height: 199px;
  }

  .bold-text-537, .heading-7488 {
    font-size: 40px;
    line-height: 48px;
  }

  .vacations-tab-link {
    width: 100%;
    padding-top: 30px;
  }

  .vacations-tab-link.w--current {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .vacations-tab-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    padding: 12px 0 0;
  }

  .content__wrapper {
    padding: 40px 0%;
  }

  .grid-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(auto, 1428px) minmax(0, 1fr);
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .membership-plans-wrapper {
    padding-bottom: 30px;
  }

  .featured__arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .featured__arrow.left {
    margin-right: 84px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .product__name {
    font-size: 2em;
  }

  .button-211164.slider {
    width: 65%;
  }

  .popular-vacations {
    padding: 0;
  }

  .featured__slider-2 {
    padding-bottom: 80px;
  }

  .slide-image {
    height: 35vh;
    min-height: 250px;
  }

  .featured-slide__mask {
    width: 100%;
  }

  .section-126 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-126.no-padding {
    padding-top: 60px;
  }

  .div-block-313810 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-313809 {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 100px;
  }

  .div-block-313825 {
    justify-items: start;
  }

  .tab-link-tab-1-8 {
    padding-left: 10px;
  }

  .tab-link-tab-1-8.w--current {
    width: 280px;
  }

  .tab-link-tab-1-8.first1.w--current {
    padding-left: 5px;
  }

  .tab-link-tab-1-8._1 {
    padding-left: 10px;
  }

  .div-block-313814 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub1divstudt {
    width: 100%;
  }

  .link-213._1 {
    font-size: 15px;
  }

  .paragraph-2294 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2293._333 {
    margin-top: 0;
  }

  .div-block-313817._36 {
    padding-left: 0;
  }

  .div-block-313821 {
    margin-top: 20px;
  }

  .div-block-313819 {
    width: 90%;
  }

  .div-block-313829 {
    width: 100%;
    padding-top: 20px;
  }

  .div-block-313830 {
    height: 200px;
    align-items: center;
    padding-top: 0;
  }

  .div-block-313830.tp {
    height: 200px;
  }

  .heading-7439, .heading-7438 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-313812 {
    justify-content: center;
  }

  .sb2div, .image-32793 {
    width: 100%;
  }

  .stydysection {
    padding-bottom: 20px;
  }

  .div-block-313811 {
    width: 100%;
    padding-left: 10px;
  }

  .div-block-313824 {
    width: 100%;
  }

  .div-block-313824._1 {
    padding-left: 10px;
  }

  .div-block-313707 {
    width: 100%;
  }

  .div-block-313714 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-link-tab-2-5 {
    margin-right: 0;
  }

  .tab-link-tab-2-5.w--current {
    width: 240px;
  }

  .tab-link-tab-2-5._1 {
    width: 230px;
  }

  .tab-link-tab-2-5._1.w--current {
    width: 240px;
    margin-right: 0;
  }

  .tab-link-tab-1-5 {
    width: 240px;
  }

  .tab-link-tab-1-5.w--current {
    width: 230px;
  }

  .div-block-313713.team {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7426 {
    font-size: 25px;
    line-height: 35px;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .div-block-313718 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-313718.reverse {
    padding-left: 20px;
    padding-right: 10px;
  }

  .heading-7429 {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-7429.c1 {
    text-align: center;
    font-size: 30px;
  }

  .link-block-83 {
    width: 80%;
  }

  .div-block-313712 {
    margin-top: 100px;
  }

  .div-block-313720.reverse {
    margin-top: 240px;
    padding-right: 0;
  }

  .tab-link-tab-4._1 {
    width: 230px;
  }

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

  .paragraph-2284.c1 {
    text-align: justify;
  }

  .div-block-312896 {
    width: 100%;
    margin-right: 0;
  }

  .tabs-menu-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mask-3 {
    height: 73vh;
  }

  .gallery-contrainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-313839._987 {
    flex-direction: column;
  }

  .lightbox-link-2 {
    width: 100%;
  }

  .image-32841 {
    height: 283px;
  }

  .section-127 {
    padding-bottom: 20px;
  }

  .div-block-312750 {
    padding-top: 40px;
  }

  .paragraph-2207 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-wrap-circle {
    margin-bottom: 0;
  }

  .div-block-312751 {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-subwrapper-t1 {
    width: 100%;
    max-width: 300px;
  }

  .left-arrow-t1 {
    display: none;
  }

  .quote-t1 {
    font-size: 18px;
    line-height: 24px;
  }

  .slider-t1 {
    justify-content: center;
    align-items: center;
  }

  .right-arrow-t1 {
    display: none;
  }

  .testimonial-2 {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide-wrapper-t1 {
    flex-direction: column;
    align-items: center;
  }

  .arrow-copy {
    height: 45px;
    display: none;
  }

  .arrow-3 {
    height: 45px;
  }

  .blog-mainwrap-2 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-box.blogpage {
    width: 100%;
  }

  .slide-box.blogpage._1 {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-312699 {
    width: 100%;
  }

  .heading-7298 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-273 {
    font-size: 20px;
  }

  .div-block-312697 {
    flex-direction: column;
  }

  .heading-7297, .heading-272, .heading-7299 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-312687, .div-block-312698, .div-block-312770 {
    width: 100%;
  }

  .heading-7489 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 38px;
  }

  .div-block-314220 {
    flex-direction: column-reverse;
  }

  .div-block-314220.hesh {
    flex-direction: column;
  }

  .div-block-314221 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-314222 {
    width: 100%;
  }

  .heading-42.center {
    font-size: 40px;
    line-height: 48px;
  }

  .button-211163 {
    width: 80%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .ql-content {
    height: 200px;
    padding: 10px;
  }

  .ql-content.blue {
    width: 100%;
    margin-top: 50px;
  }

  .ql-content.pink {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-261 {
    width: 95%;
    flex-direction: column;
  }

  .div-block-261.flip {
    flex-direction: column;
  }

  .ql-img {
    width: 100%;
    height: 200px;
  }

  .section-12 {
    padding-top: 40px;
  }

  .image-25 {
    width: 396px;
    height: 250px;
  }

  .bold-text-19 {
    font-size: 17px;
    line-height: 25px;
  }

  .bold-text-31 {
    font-size: 15px;
  }

  .text-block-152 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .chat-bolt-div-2 {
    z-index: 2;
    width: 200px;
    height: 80px;
    justify-content: center;
    align-items: center;
    padding: 11px;
    position: fixed;
    top: auto;
    left: auto;
    right: 5%;
  }

  .text-block-163 {
    margin-top: 10px;
  }

  .div-block-943 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .xbutton {
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 6%;
  }

  .text-block-16071 {
    margin-top: 10px;
  }

  .div-block-314223 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block-16072 {
    margin-top: 10px;
  }

  .div-block-314225 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block-16073 {
    margin-top: 10px;
  }

  .div-block-314227 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block-16074 {
    margin-top: 10px;
  }

  .div-block-314229 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block-16075 {
    margin-top: 10px;
  }

  .div-block-314231 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block-16076 {
    margin-top: 10px;
  }

  .div-block-314233 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .container-101.default {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-143 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .heading-49 {
    text-align: left;
    font-size: 28px;
    line-height: 40px;
  }

  .div-block-31267 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-30482 {
    margin-top: 40px;
    padding: 40px 10px;
  }

  .div-block-31274 {
    margin-top: 20px;
  }

  .image-32501 {
    width: 100%;
  }

  .div-block-31262 {
    width: 100%;
    padding: 20px 10px;
  }

  .div-block-31266 {
    top: -15px;
    left: -15px;
  }

  .div-block-31266.squre-box {
    bottom: -15px;
    right: -15px;
  }

  .div-block-23266 {
    width: 100%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-7491, .heading-7492, .heading-7493 {
    font-size: 32px;
  }

  .section-212 {
    height: 40vh;
    background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/DSC_6641-min.JPG');
    background-position: 0 0, 98%;
    background-attachment: scroll, fixed;
  }

  .space-1 {
    height: 198px;
  }

  .section-213 {
    padding-top: 40px;
  }

  .heading-7496 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-7499, .heading-7500 {
    font-size: 40px;
    line-height: 48px;
  }

  .div-block-314250 {
    height: 275px;
  }

  .navigation-dropdown-4.w--open {
    left: auto;
  }

  .icon-47._1 {
    right: 179px;
  }

  .dropdown-pointer-5 {
    left: 12px;
  }

  .dropdown-32 {
    padding-top: 5px;
    padding-right: 309px;
    left: 0;
  }

  .icon-48._1 {
    right: 289px;
  }

  .subtitle {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .benefits-box {
    flex-direction: column;
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .benefit-card {
    width: 100%;
    grid-row-gap: 36px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .benefit-card._2 {
    margin-bottom: 20px;
  }

  .heading-7501 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-7501._0-23 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-314258 {
    width: 22%;
  }

  .div-block-314258._0-26584, .div-block-314259 {
    width: 40%;
  }

  .bold-text-548 {
    font-size: 42px;
    line-height: 50px;
  }
}

#w-node-_4ca36217-1a73-9642-0f8a-e9bd0a55e78b-ff082449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e340f0a1-6cb8-c8a3-e6aa-30b08f0cd867-3f958aa7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e340f0a1-6cb8-c8a3-e6aa-30b08f0cd868-3f958aa7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-fd5fa6e3-d8b4-bb05-0f8c-c2161d0dce68-ff082448, #w-node-a8bb21ca-20c4-6711-75f9-6c815f69812f-ff082449, #w-node-b3159c79-52da-caf9-5906-d147ca2b23e9-ff08244b, #w-node-b3159c79-52da-caf9-5906-d147ca2b23f1-ff08244b, #w-node-c6066ff1-f8b4-cee7-3c93-db2549f3619d-ff08244b, #w-node-cad994c7-96b3-5e25-72b9-50d9ed78c35b-58b86dc7, #w-node-_8bf93711-a563-310e-8edf-7a2fe30cb897-bf6ddb2b, #w-node-_2fec4bca-2149-a447-b848-9fbd3a1b2695-6b31e106, #w-node-_89d99d76-87c7-f560-7881-d7978b1ada93-a8198baf, #w-node-fa1af8a8-3815-8564-5d08-c8b7e6a83322-bb185bb5, #w-node-ce8242e8-6ad5-83ec-7a83-cc9a61223b04-4967c6ce, #w-node-a4128fd7-7eaa-0635-d5a0-8278dbbf7b63-734878dd, #w-node-_6da3b9e6-c6ae-f6e0-92d5-b8fd7f11dc5d-0e6723bd, #w-node-_3da773f2-0b43-caf4-ef86-06fb059266d2-c9b710db, #w-node-_080e078a-941d-0d6f-7343-e7e03415c121-31d21917, #w-node-_529b41d4-1ed8-7e0f-2827-b0efecae881c-3f958aa7, #w-node-d077c934-72d2-aaf7-c136-5297e2f54546-7b1ec1cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiffany Laurence';
  src: url('../fonts/Tiffany-Laurence.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}