html {
  scroll-behavior: smooth;
}

.cstm-pd {
  padding: 25px 20px;
}
@media (min-width: 992px) {
  .cstm-pd {
    padding: 40px 15px;
  }
}
@media (min-width: 1400px) {
  .cstm-pd {
    padding: 40px 0;
  }
}

.btn-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
  height: 60px;
  background-color: #F7E1DA;
  border: 1px solid #F7E1DA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: #575756;
  text-align: center;
  font-family: "Gurmukhi MN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.h2 {
  color: #7FA9AE;
  text-align: center;
  font-family: "Gurmukhi MN";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 42px;
  }
}

.cstm-cont {
  max-width: 1140px !important;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cstm-cont .banner-img {
  max-width: 100%;
  width: 100%;
  height: 260px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .cstm-cont .banner-img {
    height: auto;
  }
}
.cstm-cont .banner-header {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7FA9AE;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cstm-cont .banner-header {
    font-size: 50px;
  }
}
.cstm-cont .banner-subheader {
  color: #424B5A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Gurmukhi MN";
}
@media (min-width: 768px) {
  .cstm-cont .banner-subheader {
    font-size: 23px;
  }
}
.cstm-cont .banner-subheader span {
  margin-top: 10px;
  color: #575756;
  font-family: "Adobe Garamond Pro";
  line-height: 28px;
  font-size: 16px;
  display: block;
}

#list-content .inner-list-wrap .wrapper .inner-wrapper {
  border-radius: 15px;
  background-color: #F5F3EF;
  max-width: 560px;
  margin: 0 auto 40px;
  padding: 20px;
  width: 100%;
}
#list-content .inner-list-wrap .wrapper .inner-wrapper h3 {
  color: #424B5A;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  width: 100%;
}
#list-content .inner-list-wrap .wrapper .inner-wrapper .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -11.25px;
}
#list-content .inner-list-wrap .wrapper .inner-wrapper .wrap .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 11.25px;
}
#list-content .inner-list-wrap .wrapper .inner-wrapper .wrap .list-wrap .number {
  border: 1px solid #90B6B9;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  color: #90B6B9;
  text-align: center;
  font-family: "Gurmukhi MN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  #list-content .inner-list-wrap .wrapper .inner-wrapper .wrap .list-wrap .number {
    height: 38px;
    width: 38px;
  }
}
#list-content .inner-list-wrap .wrapper .inner-wrapper .wrap .list-wrap .list-title {
  color: #575756;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-left: 10px;
}
#list-content .inner-list-wrap .wrapper p {
  max-width: 754px;
  margin: 0 auto;
  color: #575756;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
#list-content .inner-list-wrap .wrapper .btm-btn-wrap {
  margin-top: 20px;
}

.slick-dots button {
  cursor: pointer;
}

#landing-promotion {
  margin: 72px 0 0 0 !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  #landing-promotion {
    margin: 0 0 0 0 !important;
  }
}
#landing-promotion .cstm-pd {
  padding: 25px 0px;
}
@media (min-width: 992px) {
  #landing-promotion .cstm-pd {
    padding: 40px 15px;
  }
}
@media (min-width: 1400px) {
  #landing-promotion .cstm-pd {
    padding: 40px 0;
  }
}

.before-after .inner-before-after .nose-img {
  text-align: center;
  max-width: 220px;
  width: 100%;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto 16px;
  position: relative;
  overflow: hidden;
  border: solid 4px #90B6B9;
}
@media (min-width: 768px) {
  .before-after .inner-before-after .nose-img {
    height: 393px;
    max-width: 393px;
  }
}
.before-after .inner-before-after .slider-play {
  cursor: pointer;
  margin-bottom: 50px;
}
.before-after .inner-before-after .slider-play .play-btn {
  border: 0;
  background-color: transparent;
}
.before-after .inner-before-after .slider-lp-wrapper .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
}
.before-after .inner-before-after .slider-lp-wrapper .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.before-after .inner-before-after .slider-lp-wrapper .slick-track .slick-slide {
  height: inherit !important;
}
.before-after .inner-before-after .slider-lp-wrapper .slick-track .slick-slide > div {
  height: 100%;
}
.before-after .inner-before-after .slider-lp-wrapper .slider-lists {
  padding: 0 10px;
  height: 100%;
}
.before-after .inner-before-after .slider-lp-wrapper .slider-lists .bg-wrapper {
  background-color: #F5F3EF;
  padding: 30px 15px;
  height: 100%;
  border-radius: 16px;
}
.before-after .inner-before-after .slider-lp-wrapper .slider-lists .bg-wrapper .slider-img-wrap {
  max-width: 70px;
  width: 100%;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
}
@media (min-width: 768px) {
  .before-after .inner-before-after .slider-lp-wrapper .slider-lists .bg-wrapper .slider-img-wrap {
    height: 100px;
    max-width: 100px;
  }
}
.before-after .inner-before-after .slider-lp-wrapper .slider-lists .bg-wrapper .slider-img-wrap img {
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.before-after .inner-before-after .slider-lp-wrapper .slider-lists .bg-wrapper .slider-title {
  margin-bottom: 5px;
  color: #424B5A;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: block;
  margin: 0 0 5px;
}
.before-after .inner-before-after .slider-lp-wrapper .slider-lists p {
  color: #575756;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.video-with-content .inner-video-wrap .wrapper .heading-wrapper h2 {
  margin-bottom: 10px !important;
}
.video-with-content .inner-video-wrap .wrapper .heading-wrapper p {
  color: #575756;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}
.video-with-content .inner-video-wrap .wrapper .video-img-wrapper {
  position: relative;
  height: 191.25px;
  max-width: 946px;
  margin: 0 auto 20px;
  margin-bottom: 20px;
  border-radius: 15px;
}
@media (min-width: 576px) {
  .video-with-content .inner-video-wrap .wrapper .video-img-wrapper {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .video-with-content .inner-video-wrap .wrapper .video-img-wrapper {
    margin: 0 auto 40px;
    height: 532px;
  }
}
.video-with-content .inner-video-wrap .wrapper .video-img-wrapper video {
  border-radius: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.video-with-content .inner-video-wrap .wrapper .video-img-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-with-content .inner-video-wrap .wrapper .video-img-wrapper .play-btn {
  text-decoration: none;
}

.video-slider .vid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-slider .vid-flex .flex-item.info-flex {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 1200px) {
  .video-slider .vid-flex .flex-item.info-flex {
    width: 30%;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .video-slider .vid-flex .flex-item.info-flex {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .video-slider .vid-flex .flex-item.info-flex {
    width: 50%;
  }
}
.video-slider .vid-flex .flex-item.info-flex .vid-right-header {
  color: #94B7BC;
  text-align: center;
  font-family: "Gurmukhi MN";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .video-slider .vid-flex .flex-item.info-flex .vid-right-header {
    font-size: 42px;
    margin-bottom: 40px;
  }
}
.video-slider .vid-flex .flex-item.info-flex .r-list-warp {
  max-width: 288px;
  width: 100%;
  margin: 0 auto;
}
.video-slider .vid-flex .flex-item.info-flex .right-in-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 20px;
}
.video-slider .vid-flex .flex-item.info-flex .right-in-flex:last-of-type {
  margin-bottom: 0;
}
.video-slider .vid-flex .flex-item.info-flex .right-in-flex .circle-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
}
.video-slider .vid-flex .flex-item.info-flex .right-in-flex .circle-wrap img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-slider .vid-flex .flex-item.info-flex .right-in-flex .circle-wrap .percent {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Gurmukhi MN";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.video-slider .vid-flex .flex-item.info-flex .right-in-flex .circle-wrap .percent .per-symbol {
  font-size: 10px !important;
  font-weight: bold;
}
.video-slider .vid-flex .flex-item.info-flex .rbottom-txt {
  margin-top: 20px;
  color: #575756;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 768px) {
  .video-slider .vid-flex .flex-item.info-flex .rbottom-txt {
    margin-top: 40px;
  }
}
.video-slider .vid-flex .flex-item.vido-flex {
  width: auto;
  max-width: 345px;
}
@media (min-width: 576px) {
  .video-slider .vid-flex .flex-item.vido-flex {
    min-width: 570px;
    width: 50%;
  }
}
.video-slider .vid-flex .flex-item.vido-flex #vid-slick .slick-slide {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .video-slider .vid-flex .flex-item.vido-flex #vid-slick .slick-slide {
    margin: 0 14px;
  }
}
.video-slider .vid-flex .flex-item.vido-flex #vid-slick .slick-slide > div {
  border-radius: 20px;
}
.video-slider .vid-flex .flex-item.vido-flex #vid-slick .slick-dots {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-slider .vid-flex .flex-item.vido-flex .vid-list-wrap {
  position: relative;
  height: 442px;
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .video-slider .vid-flex .flex-item.vido-flex .vid-list-wrap {
    height: 604px;
  }
}
.video-slider .vid-flex .flex-item.vido-flex .vid-list-wrap iframe {
  position: absolute;
  border-radius: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: center;
     object-fit: center;
}
.video-slider .vid-flex .flex-item.vido-flex .video-img-wrapper {
  height: 430px;
  width: 100%;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 576px) {
  .video-slider .vid-flex .flex-item.vido-flex .video-img-wrapper {
    height: 832px;
  }
}
.video-slider .vid-flex .flex-item.vido-flex .video-img-wrapper video {
  border-radius: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-slider .vid-flex .flex-item.vido-flex .video-img-wrapper .play-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
}

.ba-slider .ba-slick .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.ba-slider .ba-slick .slick-list {
  margin: 0 -10px;
}
.ba-slider .ba-slick .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
.ba-slider .ba-slick .slick-slide > div {
  height: 100%;
}
.ba-slider .ba-slick .slick-dots {
  margin-top: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ba-slider .ba-slick .slick-arrow {
  top: 50%;
}
.ba-slider .ba-slick .slick-arrow.slick-next {
  right: -80px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.ba-slider .ba-slick .slick-arrow.slick-prev {
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ba-slider .ba-slick .ba-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ba-slider .ba-slick .ba-wrap .img-wrap {
  height: 145px;
  width: 100%;
  position: relative;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .ba-slider .ba-slick .ba-wrap .img-wrap {
    height: 335px;
  }
}
.ba-slider .ba-slick .ba-wrap .img-wrap img {
  border-radius: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ba-slider .ba-slick .ba-wrap .ba-header {
  margin: 5px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .ba-slider .ba-slick .ba-wrap .ba-header {
    margin: 20px 0 30px 0;
  }
}
.ba-slider .ba-slick .ba-wrap .ba-header .ba-slide-header {
  width: 50%;
  color: #7FA9AE;
  text-align: center;
  font-family: "Gurmukhi MN" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .ba-slider .ba-slick .ba-wrap .ba-header .ba-slide-header {
    font-size: 20px;
  }
}
.ba-slider .ba-slick .ba-wrap .ba-title {
  color: #575756;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .ba-slider .ba-slick .ba-wrap .ba-title {
    line-height: 24px;
  }
}
.ba-slider .ba-slick .ba-wrap .author-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
.ba-slider .ba-slick .ba-wrap .author-flex img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
.ba-slider .ba-slick .ba-wrap .author-flex p {
  color: #424B5A;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.testimonials h2 {
  margin-bottom: 10px;
}
.testimonials .tst-subheader {
  color: #575756;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .testimonials .tst-subheader {
    margin-bottom: 50px;
  }
}
.testimonials .tst-slick .slick-list {
  margin: 0 -10px;
}
.testimonials .tst-slick .slick-slide {
  margin: 0 10px;
}
.testimonials .tst-slick .tst-wrap {
  text-align: center;
}
.testimonials .tst-slick .tst-wrap .tst-img-wrap {
  position: relative;
  height: 160px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .testimonials .tst-slick .tst-wrap .tst-img-wrap {
    height: 335px;
  }
}
.testimonials .tst-slick .tst-wrap .tst-img-wrap img {
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonials .tst-slick .tst-wrap .tst-author {
  color: #424B5A;
  text-align: center;
  font-family: "Gurmukhi MN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .testimonials .tst-slick .tst-wrap .tst-author {
    font-size: 20px;
  }
}
.testimonials .tst-slick .tst-wrap .tst-ig {
  color: #575756;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .testimonials .tst-slick .tst-wrap .tst-ig {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.testimonials .tst-slick .tst-wrap .tst-desc {
  color: #575756;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .testimonials .tst-slick .tst-wrap .tst-desc {
    font-size: 18px;
  }
}
.testimonials .tst-slick .slick-dots {
  margin: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials .tst-slick .slick-arrow {
  top: 50%;
}
.testimonials .tst-slick .slick-arrow.slick-next {
  right: -80px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.testimonials .tst-slick .slick-arrow.slick-prev {
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .testimonials .btn-out-wrapper {
    margin: 50px auto 0;
  }
}

.hydra-img {
  text-align: center;
}
.hydra-img h2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hydra-img h2 {
    margin-bottom: 40px;
  }
}
.hydra-img img {
  max-width: 100%;
  height: auto;
}
.hydra-img .h2-list {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .hydra-img .h2-list {
    margin-bottom: 40px !important;
  }
}
.hydra-img .hd-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hydra-img .hd-lists .bg-wrapper {
  width: calc(50% - 10px);
  background-color: #F5F3EF;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hydra-img .hd-lists .bg-wrapper {
    padding: 30px;
    width: calc(25% - 10px);
  }
}
.hydra-img .hd-lists .bg-wrapper .hd-img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .hydra-img .hd-lists .bg-wrapper .hd-img-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
}
.hydra-img .hd-lists .bg-wrapper .hd-img-wrap img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.hydra-img .hd-lists .bg-wrapper .hd-title {
  color: #424B5A;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.cstm-form-section {
  overflow-x: hidden;
  position: relative;
}
.cstm-form-section .image-wrap {
  display: none;
  width: 40%;
  max-width: 618px;
  height: 928px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .cstm-form-section .image-wrap {
    display: block;
  }
}
.cstm-form-section .image-wrap img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cstm-form-wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cstm-form-wrap {
    margin: 0 0 0 auto;
    padding: 0 0 0 40px;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .cstm-form-wrap {
    padding: 0 0 0 0;
  }
}
.cstm-form-wrap .cstm-form-header-wrap {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .cstm-form-wrap .cstm-form-header-wrap {
    margin-bottom: 40px;
  }
}
.cstm-form-wrap .cstm-form-header-wrap h2 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cstm-form-wrap .cstm-form-header-wrap h2 {
    margin-bottom: 15px;
  }
}
.cstm-form-wrap .cstm-form-header-wrap .frm-subtitle,
.cstm-form-wrap .cstm-form-header-wrap .frm-sbheader {
  color: #575756;
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.cstm-form-wrap .cstm-form-header-wrap .frm-sbheader {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cstm-form-wrap .cstm-form-header-wrap .frm-sbheader {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.cstm-form-wrap .cstm-form-header-wrap .frm-subtitle {
  font-size: 16px;
}
.cstm-form-wrap .wpcf7-form {
  width: 100%;
}
.cstm-form-wrap .wpcf7-form .wc-column {
  margin-bottom: 26px !important;
}
.cstm-form-wrap .wpcf7-form .wc-column p {
  width: 100%;
  text-align: start;
}
.cstm-form-wrap .wpcf7-form .wc-column p label {
  color: #94B7BC;
  font-family: "Adobe Garamond Pro";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.cstm-form-wrap .wpcf7-form .wc-column p label input,
.cstm-form-wrap .wpcf7-form .wc-column p label textarea,
.cstm-form-wrap .wpcf7-form .wc-column p label select {
  padding: 11px 0 !important;
}
.cstm-form-wrap .wpcf7-form .reminder-text-container,
.cstm-form-wrap .wpcf7-form .consent-box {
  text-align: start;
}
.cstm-form-wrap .wpcf7-form .reminder-text-container p,
.cstm-form-wrap .wpcf7-form .consent-box p {
  color: #575756;
  font-family: "Adobe Garamond Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.cstm-form-wrap .wpcf7-form .reminder-text-container .terms-box .wpcf7-list-item-label,
.cstm-form-wrap .wpcf7-form .consent-box .terms-box .wpcf7-list-item-label {
  display: none;
}
.cstm-form-wrap .wpcf7-form .reminder-text-container .terms-box .wpcf7-list-item,
.cstm-form-wrap .wpcf7-form .consent-box .terms-box .wpcf7-list-item {
  margin: 0;
}
.cstm-form-wrap .wpcf7-form .reminder-text-container .terms-box .wpcf7-form-control-wrap,
.cstm-form-wrap .wpcf7-form .consent-box .terms-box .wpcf7-form-control-wrap {
  padding-right: 5px;
}
.cstm-form-wrap .wpcf7-form .reminder-text-container .terms-box a,
.cstm-form-wrap .wpcf7-form .consent-box .terms-box a {
  text-decoration: none;
  color: #575756 !important;
  font-family: "Adobe Garamond Pro" !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.cstm-form-wrap .wpcf7-form #serv-type {
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.cstm-form-wrap .wpcf7-form .btn {
  padding: 15px 110px !important;
}
.cstm-form-wrap .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  left: initial;
}
@media (max-width: 575px) {
  .cstm-form-wrap .wpcf7-form .half-width-left,
.cstm-form-wrap .wpcf7-form .half-width-right {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cstm-form-wrap .wpcf7-form .half-width-right {
    margin-left: 0 !important;
  }
}

.store-whatsapp {
  display: none;
}
.store-whatsapp.active .wc-floating-button {
  background-color: #88a8ad !important;
}
.store-whatsapp.active .wc-floating-button p {
  color: white !important;
}
.store-whatsapp.active .wc-floating-button #onhover {
  display: block !important;
}
.store-whatsapp.active .wc-floating-button #initial {
  display: none !important;
}
.store-whatsapp .wc-floating-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
.store-whatsapp .wc-floating-button p {
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 0 14px;
}
.store-whatsapp .wc-floating-button:hover {
  color: white !important;
}

.whats-app-btn-store {
  cursor: pointer;
  border: 0;
  background: transparent;
}
.whats-app-btn-store.active .wc-floating-button {
  background-color: #88a8ad !important;
}
.whats-app-btn-store.active .wc-floating-button .open {
  display: none !important;
}
.whats-app-btn-store.active .wc-floating-button .close {
  display: block !important;
}
.whats-app-btn-store .wc-floating-button.active {
  background-color: #88a8ad !important;
}
.whats-app-btn-store .wc-floating-button.active p {
  color: white !important;
}
.whats-app-btn-store .wc-floating-button.active #onhover {
  display: block !important;
}
.whats-app-btn-store .wc-floating-button .open {
  display: block;
}
.whats-app-btn-store .wc-floating-button .close {
  display: none;
}

.floating-section button .wc-floating-button {
  width: 56px;
  height: 56px;
  background-color: #e7f0ea;
  border-radius: 8px 0 0 8px;
  padding: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}

.plp-floating {
  border-top: solid 1px #F7E1DA;
  background-color: #F5F3EF;
  padding: 20px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  z-index: 9;
}
@media (min-width: 576px) {
  .plp-floating {
    display: none;
  }
}
.plp-floating .plp-flt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plp-floating .plp-flt-flex .plp-float-text {
  color: #424B5A;
  font-family: "Adobe Garamond Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.plp-floating .plp-flt-flex .plp-flt-btn {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: "Gurmukhi MN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 30px;
  background-color: #E4A0A6;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.plp-floating .plp-flt-flex .plp-flt-btn:hover {
  background-color: #88a8ad !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 576px) {
  .right-plp-float {
    bottom: 100px !important;
  }
}

@media (max-width: 576px) {
  .page-id-4406 {
    padding-bottom: 50px !important;
  }
}

.play-top-vid-btn.hide {
  display: none;
}
.play-top-vid-btn.show {
  display: block !important;
}

#forminator-module-4656 .forminator-row:nth-child(6) {
  margin-bottom: 25px !important;
}
#forminator-module-4656 .forminator-row #html-1 p {
  color: #575756;
  font-family: "Adobe Garamond Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
#forminator-module-4656 .forminator-row .forminator-textarea {
  height: 140px !important;
}
#forminator-module-4656 .forminator-row .promotional-check .forminator-field .forminator-checkbox {
  margin: 0 0 10px 0 !important;
}
#forminator-module-4656 .forminator-row .promotional-check .forminator-field .forminator-checkbox .forminator-checkbox-label {
  color: #575756;
  text-align: center;
  font-family: "Gurmukhi MN";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  text-align: left;
}
#forminator-module-4656 .forminator-button-submit {
  padding: 15px 110px !important;
  color: #575756 !important;
  text-align: center !important;
  font-family: "Gurmukhi MN";
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px;
  /* 125% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#forminator-module-4656 #forminator-field-checkbox-1-1-6548e297d90fa-label span strong {
  text-decoration: underline;
}

.image-slider-test {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  height: 220px;
  width: 220px;
}
@media (min-width: 768px) {
  .image-slider-test {
    width: 385px;
    height: 385px;
  }
}

.image-slider-test > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.image-slider-test img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  height: 220px;
  width: 220px;
}
@media (min-width: 768px) {
  .image-slider-test img {
    width: 385px;
    height: 385px;
  }
}

.image-slider-test input {
  margin: 0;
  position: absolute;
  top: 0;
  left: -10%;
  bottom: 10px;
  height: 100%;
  width: 120%;
  background: transparent;
}

.image-slider-test input::before {
  content: "";
  height: 100%;
  width: 5px;
  background: white;
}

input[type=range],
input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  cursor: ew-resize;
  -webkit-box-shadow: inset 0 -2px 5px rgba(200, 79, 153, 0.5);
          box-shadow: inset 0 -2px 5px rgba(200, 79, 153, 0.5);
}

#top-image {
  border-right: 1px solid white;
  /* box-shadow: inset -2px -2px 5px rgba(200, 79, 153, 0.5), 2px 0 5px rgba(200, 79, 153, 0.5); */
  /* transition: width 0.1s; */
  width: 0%;
}

#footer-contact .ft-ad-wrap {
  margin-bottom: 18px;
}
#footer-contact .ft-ad-wrap a {
  text-decoration: none !important;
}
#footer-contact .ft-ad-wrap.dk {
  display: none;
}
@media (min-width: 768px) {
  #footer-contact .ft-ad-wrap.dk {
    display: block;
  }
}
#footer-contact .ft-ad-wrap.mb {
  display: block;
}
@media (min-width: 768px) {
  #footer-contact .ft-ad-wrap.mb {
    display: none;
  }
}
#footer-contact .contact-us-heading {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .time-content {
    max-width: 220px;
  }
}