    @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

    :root {
      /* --primary-color: #e17513;
    --primary-color-light: #e6b88e; */
      --primary-color: #5eb7e4;
      --primary-color-light: #bfe4f6;
      --primary-color-dark: #4c5c86;
      --secondary-color: #e37515;
      --ternary-color: rgb(121 189 45);
    }

    body::-webkit-scrollbar-track,
    body div::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5;
    }

    body::-webkit-scrollbar,
    body div::-webkit-scrollbar {
      width: 6px;
      background-color: #F5F5F5;
    }

    body::-webkit-scrollbar-thumb,
    body div::-webkit-scrollbar-thumb {
      background-color: var(--primary-color);
      border-radius: 10px;
    }

    /* #Primary
================================================== */

    body {
      width: 100%;
      /* font-family: 'Poppins', sans-serif; */
      font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif !important;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #212112;
      /* background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg'); */
      background-position: center;
      background-repeat: repeat;
      background-size: 7%;
      background-color: #fff;
      overflow-x: hidden;
      transition: all 200ms linear;
    }

    body section {
      width: 100%;
    }

    a {
      color: var(--primary-color);
      text-decoration: none;
    }

    a:hover {
      color: var(--primary-color);
      text-decoration: none;
    }

    a {
      position: relative;
    }

    ul.navbar-nav a:before {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: var(--primary-color);
      visibility: hidden;
      /* transition: all 0.3s ease-in-out; */
      transition: all 200ms linear;
    }

    /* a:not(.logo):hover:before, */

    a:not(.no-line):hover:before {
      visibility: visible;
      width: 100%;
    }

    h2,
    h3 {
      font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
      letter-spacing: 1px;
      font-size: 2.2rem;
    }

    form input {
      /* padding: 14px 18px !important; */
      margin: 15px 5px;
      text-transform: uppercase;
      font-size: 0.8rem !important;
      border-radius: 0px 0px 0px 0px !important;
      overflow: hidden;
      border-color: #ffffff;
      -webkit-appearance: none;
      /* padding: 14px 4% !important; */
      /* font-size: 16px; */
      color: #666;
      background-color: #fff !important;
      width: 100%;
      font-weight: 400;
      border-width: 0;
      /* transition: width 2s; */
    }

    form input:after,
    form textarea:after {
      content: '';
      display: block;
      transition: width .3s ease;
    }

    form input:focus,
    form textarea:focus {
      box-shadow: none !important;
      border-bottom: 1px solid var(--primary-color) !important;
    }

    form input:hover::after,
    form input:focus::after,
    form textarea:hover::after,
    form textarea:focus::after {
      width: 100%;
      background-color: #eee;
      /* transition: width .3s; */
    }

    .inp {
      border: none !important;
      border-bottom: 1px solid #000 !important;
      padding: 5px 10px;
      outline: none;
      background-color: transparent !important;
    }

    [placeholder]:focus::-webkit-input-placeholder {
      transition: text-indent 0.4s 0.4s ease;
      text-indent: -100%;
      opacity: 1;
    }

    input::placeholder {
      color: #000;
    }

    ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000;
    }

    ::-moz-placeholder {
      /* Firefox 19+ */
      color: #000;
    }

    :-ms-input-placeholder {
      /* IE 10+ */
      color: #000;
    }

    :-moz-placeholder {
      /* Firefox 18- */
      color: #000;
    }

    video {
      width: 100%;
      height: 100%;
      object-fit: fill;
    }

    .primary-botton a,
    .btn-submit {
      color: #fff;
      background-color: var(--primary-color);
      /* padding-top: 15px !important;
     padding-right: 10px !important;
     padding-bottom: 15px !important;
     padding-left: 10px !important; */
      padding: 10px 25px !important;
      font-size: 15px;
      border-width: 0 !important;
      border-color: var(--primary-color);
      border-radius: 0px;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 3px;
    }

    .pad30 {
      padding: 30px;
    }

    .pad50 {
      padding: 50px;
    }

    .padt10 {
      padding-top: 10px;
    }

    .padt20 {
      padding-top: 20px;
    }

    .padt30 {
      padding-top: 30px;
    }

    .padb30 {
      padding-bottom: 30px;
    }

    .padt50 {
      padding-top: 50px;
    }

    .padb50 {
      padding-bottom: 50px;
    }

    ::selection {
      color: #fff;
      background-color: var(--primary-color);
    }

    ::-moz-selection {
      color: #fff;
      background-color: var(--primary-color);
    }

    .text-black {
      color: #000 !important;
    }

    .text-color-primary {
      color: var(--primary-color);
    }

    /* .text-color-primary:before {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: var(--primary-color);
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    } */

    .text-color-secondary {
      color: var(--secondary-color);
    }

    /* .text-color-secondary:before {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: var(--secondary-color);
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    } */

    .text-color-ternary {
      color: var(--ternary-color);
    }

    /* .text-color-ternary:before {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: var(--ternary-color);
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    } */
    /* .text-color-ternary:hover:before {
        visibility: visible;
        width: 100%;
    } */

    #content {
      overflow-x: hidden;
    }





    /* PRELOADER - STARTS */
    /* .preloader .status {
    width: 70px !important;
    height: 70px !important;
    background-image: url('../images/preloader.gif');
}

.preloader {
    background-color: #fefefe;
} */

    .tagline-small {
      font-size: 1.1rem;
      font-weight: 700;
    }

    #preloader .loader {
      position: fixed !important;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transform: -webkit-translate(-50%, -50%);
      transform: -moz-translate(-50%, -50%);
      transform: -ms-translate(-50%, -50%);
      width: 160px;
      height: 160px;
      margin: 0 auto;
      /* position: relative; */
    }

    #preloader .loader .box {
      background-color: rgba(0, 0, 0, 0.04);
      border: 4px solid transparent;
      border-left: 4px solid #79BD2D;
      border-top: 4px solid #79BD2D;
      border-radius: 50%;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
      position: absolute;
      top: 35px;
      left: 35px;
      right: 35px;
      bottom: 35px;
      animation: animate1 3s linear infinite;
    }

    #preloader .loader .box:nth-of-type(2) {
      background-color: rgba(0, 0, 0, 0.025);
      border: 4px solid transparent;
      border-right: 4px solid #5EB7E4;
      border-bottom: 4px solid #5EB7E4;
      top: 55px;
      left: 55px;
      right: 55px;
      bottom: 55px;
      animation: animate1 3s reverse linear infinite;
    }

    #preloader .loader .box .circle {
      transform-origin: left;
      position: absolute;
      top: calc(50% - 1px);
      left: 50%;
      width: 50%;
      height: 2px;
    }

    #preloader .loader .box .circle,
    #preloader .loader .box:nth-of-type(2) .circle {
      transform: rotate(-45deg);
    }

    #preloader .loader .box .circle:before {
      content: '';
      background: #fff;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      position: absolute;
      top: -4px;
      right: -6px;
    }

    #preloader .loader .box .circle:before {
      background: #26ff00;
      box-shadow: 0 0 20px #26ff00, 0 0 40px #26ff00, 0 0 60px #26ff00, 0 0 80px #26ff00, 0 0 100px #26ff00, 0 0 0 5px rgba(255, 255, 0, .1);
    }

    #preloader .loader .box:nth-of-type(2) .circle:before {
      background: #2db9ff;
      box-shadow: 0 0 20px #2db9ff, 0 0 40px #2db9ff, 0 0 60px #2db9ff, 0 0 80px #2db9ff, 0 0 100px #2db9ff, 0 0 0 5px rgba(3, 169, 244, .1);
    }

    @keyframes animate1 {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    #content {
      display: none;
    }

    /* PRELOADER - ENDS */

    blockquote {
      margin: 20px 0;
      border-left: 5px solid;
      border-color: var(--secondary-color);
      padding-left: 20px;
      quotes: none;
    }

    blockquote p {
      padding-top: 0;
    }

    /* #Navigation
================================================== */

    .start-header {
      opacity: 1;
      transform: translateY(0);
      /* padding: 20px 0; */
      /* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }

    .start-header.scroll-on {
      box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
      /* padding: 10px 0; */
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      background-color: #fff !important;
      opacity: 1;
    }

    .start-header.scroll-on .navbar-brand img {
      height: 50px;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }

    .start-header.scroll-on .dropdown:not(.cta) a,
    .start-header.scroll-on .nav-item:not(.cta) a {
      color: #212121 !important;
    }

    /* .start-header.scroll-on .nav-item.cta, .nav-item.cta a {
    color: var(--ternary-color) !important;
} */

    .navigation-wrap {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1000;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }

    .navbar {
      padding: 0;
    }

    .navbar-brand img {
      height: 85px;
      width: auto;
      display: block;
      /* filter: brightness(10%); */
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }

    .navbar-toggler {
      float: right;
      border: none;
      padding-right: 0;
    }

    .navbar-toggler:active,
    .navbar-toggler:focus {
      outline: none;
    }

    .navbar-light .navbar-toggler-icon {
      width: 24px;
      height: 17px;
      background-image: none;
      position: relative;
      border-bottom: 1px solid #000;
      transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
      width: 24px;
      position: absolute;
      height: 1px;
      background-color: #000;
      top: 0;
      left: 0;
      content: '';
      z-index: 2;
      transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
      top: 8px;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
      transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
      transform: translateY(8px) rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      border-color: transparent;
    }

    .nav-link {
      /* color: #212121 !important; */
      color: #fff !important;
      font-weight: 500;
      transition: all 200ms linear;
    }

    .nav-item:hover .nav-link {
      color: var(--primary-color) !important;
    }

    .nav-item.cta:hover .nav-link {
      color: var(--ternary-color) !important;
    }

    /* .nav-item.active .nav-link {
    color: #777 !important;
} */

    .nav-link {
      position: relative;
      padding: 5px 0 !important;
      display: inline-block;
    }

    .nav-item:after {
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 2px;
      content: '';
      /* background-color: var(--primary-color); */
      opacity: 0;
      transition: all 200ms linear;
    }

    .nav-item.cta:after {
      /* left: 20px; */
      width: 88%;
      /* color: var(--ternary-color) !important; */
      background-color: var(--ternary-color);
    }

    .nav-item.cta:hover:after {
      /* left: 20px; */
      /* width: 88%; */
      color: var(--ternary-color) !important;
    }

    .nav-item:hover:after {
      bottom: 0;
      opacity: 1;
    }

    .nav-item.active:hover:after {
      opacity: 0;
    }

    .nav-item {
      position: relative;
      transition: all 200ms linear;
    }

    .nav-item.cta,
    .nav-item.cta a {
      /* color: #fff;
    border: 1px solid #6927ff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 4px;
    background: #6927ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; */
      color: var(--ternary-color) !important;
      font-weight: 700;
    }

    /* #Primary style
================================================== */

    .bg-light {
      background-color: #fff !important;
      /* opacity: 0.95; */
      opacity: 1;
      transition: all 200ms linear;
    }

    .section {
      position: relative;
      width: 100%;
      display: block;
    }

    /* .full-height {
    height: 100vh;
} */

    .over-hide {
      overflow: hidden;
    }

    /* .absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
} */

    h1 {
      font-size: 48px;
      line-height: 1.2;
      font-weight: 700;
      color: #212112;
      text-align: center;
    }

    p {
      text-align: left;
      margin: 0;
      padding-top: 10px;
      opacity: 1;
      transform: translate(0);
      transition: all 300ms linear;
      transition-delay: 1700ms;
    }

    #banner-section h2 {
      font-family: 'BohemeFloral', Helvetica, Arial, Lucida, sans-serif !important;
      font-size: 75px;
    }

    #banner-section p.text-center {
      text-transform: uppercase;
    }

    .dropdown-item {
      font-size: 15px;
    }

    /* HOMEPAGE STARTS */
    /* body.hero-anime p{
  opacity: 0;
  transform: translateY(40px);
    transition-delay: 1700ms;
} */

    .home-banner {
      background-image: url(../images/home-banner.png);
      /* width: 100vh; */
      height: 100vh;
      background-size: cover;
    }

    h1 span {
      display: inline-block;
      transition: all 300ms linear;
      opacity: 1;
      transform: translate(0);
    }

    body.hero-anime h1 span:nth-child(1) {
      opacity: 0;
      transform: translateY(-20px);
    }

    body.hero-anime h1 span:nth-child(2) {
      opacity: 0;
      transform: translateY(-30px);
    }

    body.hero-anime h1 span:nth-child(3) {
      opacity: 0;
      transform: translateY(-50px);
    }

    body.hero-anime h1 span:nth-child(4) {
      opacity: 0;
      transform: translateY(-10px);
    }

    body.hero-anime h1 span:nth-child(5) {
      opacity: 0;
      transform: translateY(-50px);
    }

    body.hero-anime h1 span:nth-child(6) {
      opacity: 0;
      transform: translateY(-20px);
    }

    body.hero-anime h1 span:nth-child(7) {
      opacity: 0;
      transform: translateY(-40px);
    }

    body.hero-anime h1 span:nth-child(8) {
      opacity: 0;
      transform: translateY(-10px);
    }

    body.hero-anime h1 span:nth-child(9) {
      opacity: 0;
      transform: translateY(-30px);
    }

    body.hero-anime h1 span:nth-child(10) {
      opacity: 0;
      transform: translateY(-20px);
    }

    h1 span:nth-child(1) {
      transition-delay: 1000ms;
    }

    h1 span:nth-child(2) {
      transition-delay: 700ms;
    }

    h1 span:nth-child(3) {
      transition-delay: 900ms;
    }

    h1 span:nth-child(4) {
      transition-delay: 800ms;
    }

    h1 span:nth-child(5) {
      transition-delay: 1000ms;
    }

    h1 span:nth-child(6) {
      transition-delay: 700ms;
    }

    h1 span:nth-child(7) {
      transition-delay: 900ms;
    }

    h1 span:nth-child(8) {
      transition-delay: 800ms;
    }

    h1 span:nth-child(9) {
      transition-delay: 600ms;
    }

    h1 span:nth-child(10) {
      transition-delay: 700ms;
    }

    body.hero-anime h1 span:nth-child(11) {
      opacity: 0;
      transform: translateY(30px);
    }

    body.hero-anime h1 span:nth-child(12) {
      opacity: 0;
      transform: translateY(50px);
    }

    body.hero-anime h1 span:nth-child(13) {
      opacity: 0;
      transform: translateY(20px);
    }

    body.hero-anime h1 span:nth-child(14) {
      opacity: 0;
      transform: translateY(30px);
    }

    body.hero-anime h1 span:nth-child(15) {
      opacity: 0;
      transform: translateY(50px);
    }

    h1 span:nth-child(11) {
      transition-delay: 1300ms;
    }

    h1 span:nth-child(12) {
      transition-delay: 1500ms;
    }

    h1 span:nth-child(13) {
      transition-delay: 1400ms;
    }

    h1 span:nth-child(14) {
      transition-delay: 1200ms;
    }

    h1 span:nth-child(15) {
      transition-delay: 1450ms;
    }

    /* #switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#switch {
  width: 60px;
  height: 8px;
  border: 2px solid var(--primary-color);
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
  opacity: 0;
  transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: var(--primary-color) !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
} */

    ul.dropdown-menu.show {
      margin-left: 1.2rem;
    }


    .nav-item .dropdown-menu {
      transform: translate3d(0, 10px, 0);
      visibility: hidden;
      opacity: 0;
      max-height: 0;
      display: block;
      padding: 0;
      margin: 0;
      transition: all 200ms linear;
      padding: 0 !important;
    }

    .nav-item.show .dropdown-menu {
      opacity: 1;
      visibility: visible;
      max-height: 999px;
      transform: translate3d(0, 0px, 0);
    }

    .dropdown-menu {
      padding: 10px !important;
      margin: 0;
      font-size: 13px;
      letter-spacing: 1px;
      color: #212121;
      background-color: #fcfaff;
      border: none;
      border-radius: 3px;
      box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
      transition: all 200ms linear;
    }

    .dropdown-toggle::after {
      display: none;
    }

    .dropdown-item {
      padding: 5px 15px;
      color: #212121;
      border-radius: 2px;
      transition: all 200ms linear;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
      color: #fff;
      background-color: var(--primary-color);
    }

    li.nav-item:nth-last-child(3) {
      margin-right: 20px;
    }

    nav ul .caret,
    .navbar-nav:not(.sm-collapsible) ul .caret {
      position: absolute;
      right: 0;
      margin-top: 6px;
      margin-right: 15px;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px dashed;
    }

    .navbar-nav:not(.sm-collapsible) ul a.has-submenu {
      padding-right: 30px;
    }

    /* make sub menu arrows look like +/- buttons in collapsible mode */

    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
      position: absolute;
      right: 0;
      margin: -3px 15px 0 0;
      padding: 0;
      width: 32px;
      height: 26px;
      line-height: 24px;
      text-align: center;
      border-width: 1px;
      border-style: solid;
    }

    .navbar-nav.sm-collapsible .caret:before {
      content: '+';
      font-family: monospace;
      font-weight: bold;
    }

    .navbar-nav.sm-collapsible .open>a>.caret:before {
      content: '-';
    }

    .navbar-nav.sm-collapsible a.has-submenu {
      padding-right: 50px;
    }

    /* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */

    .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret,
    .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
      position: static;
      margin: 0 0 0 2px;
      padding: 0;
      width: 0;
      height: 0;
      border-top: 4px dashed;
      border-right: 4px solid transparent;
      border-bottom: 0;
      border-left: 4px solid transparent;
    }

    .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
      content: '' !important;
    }

    .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
      padding-right: 15px;
    }

    /* hover dropdown menus */

    @media only screen and (max-width: 991px) {
      .navbar-hover .show>.dropdown-toggle::after {
        transform: rotate(-90deg);
      }

      ul li {
        margin-top: 4px;
        padding: 0 !important;
      }

      .navbar-collapse {
        /*  max-height: 280px;*/
        height: 100vh;
        overflow-y: auto;
      }
    }

    @media only screen and (min-width: 992px) {
      .navbar-hover .collapse ul li {
        position: relative;
      }

      .navbar-hover .collapse ul li:hover>ul {
        display: block
      }

      .navbar-hover .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
      }

      .navbar-hover .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
      }

      /*.navbar-hover .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/
    }

    #products-section .square {
      padding: 2px;
    }

    .overlay {
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 2px;
      right: 2px;
      /* width: 100%; */
      /* height: 100%; */
      background: rgba(0, 0, 0, .2);
      transition: background 0.5s ease;
    }

    .product:hover .overlay {
      display: block;
      background: rgba(0, 0, 0, .5);
    }

    .prod-title {
      position: absolute;
      width: 100%;
      /* left: 0; */
      /* top: 120px; */
      bottom: 90px;
      font-weight: 500;
      font-size: 1.4rem;
      text-align: center;
      text-transform: uppercase;
      color: white;
      z-index: 1;
      transition: all .35s ease-in-out;
    }

    .product:hover .prod-title {
      /* top: 90px; */
      bottom: 135px;
    }

    .prod-desc {
      position: absolute;
      width: 100%;
      /* left:0; */
      /* top: 132px; */
      bottom: 0;
      font-size: 1rem;
      color: #fff;
      text-align: center;
      opacity: 0;
      transition: all .35s ease-in-out;
    }

    .product:hover .prod-desc {
      opacity: 1;
      bottom: 102px;
    }

    .prod-button {
      position: absolute;
      width: 100%;
      /* left:0; */
      /* top: 180px; */
      bottom: 0;
      text-align: center;
      opacity: 0;
      transition: all .35s ease-in-out;
    }

    .prod-button a {
      width: 200px;
      padding: 12px 48px;
      text-align: center;
      color: white;
      border: solid 2px white;
      z-index: 1;
      text-transform: uppercase;
    }

    .product:hover .prod-button {
      opacity: 1;
      bottom: 50px;
    }

    /* body.dark{
  color: #fff;
  background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
  color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
  color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
  background-color: #14151a !important;
}
body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
  color: #fff !important;
}
body.dark .nav-item.active .nav-link{
  color: #999 !important;
}
body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
  color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before{
  background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
} */

    #image-compare {
      width: 100%;
      height: 66vh;
    }

    /* #Media
================================================== */

    @media (max-width: 767px) {
      h1 {
        font-size: 38px;
      }

      .nav-item:after {
        display: none;
      }

      /*.dropdown::before,
        .nav-item::before {
            position: absolute;
            display: block;
            top: 15px;
            left: 0;
            width: 11px;
            height: 1px;
            content: "";
            border: none;
            background-color: #000;
            vertical-align: 0;
        }*/
      /*.dropdown-toggle::after {
            position: absolute;
            display: block;
            top: 10px;
            left: -23px;
            width: 1px;
            height: 11px;
            content: "";
            border: none;
            background-color: #000;
            vertical-align: 0;
            transition: all 200ms linear;
        }*/

      /*.dropdown-toggle[aria-expanded="true"] .caret {
          transform: rotate(90deg);
        }*/


      /*for the animation*/
      /*.dropdown-item .caret,
        .dropdown-toggle .caret {
          transition: 0.5s;
        }
        .dropdown-item[aria-expanded="true"] .caret,
        .dropdown-toggle[aria-expanded="true"] .caret {
            transform: rotate(90deg);
        }*/

      .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
      }

      .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
      }

      /* body.dark .nav-item::before {
    background-color: #fff;
  }
  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  } */

      .home-banner {
        background-position-x: 67%;
      }

      #about-section .about-title {
        margin: 0 !important;
      }

      #about-doctor-section .about-social-icons,
      #about-clinic-section .about-social-icons {
        transform: none !important;
        width: 100% !important;
      }

      #contactform-section .contact-form-title,
      #about-doctor-section .about-title,
      #about-clinic-section .about-title {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .subscription-wrapper {
        padding-right: 0 !important;
      }
    }

    /* #Link to page
================================================== */
    /* .logo {
        position: absolute;
        bottom: 30px;
        right: 30px;
        display: block;
        z-index: 100;
        transition: all 250ms linear;
    }

    .logo img {
        height: 26px;
        width: auto;
        display: block;
        filter: brightness(10%);
        transition: all 250ms linear;
    } */
    /* body.dark .logo img {
  filter: brightness(100%);
} */
    /* section:first-child {
    padding: 0px 0 !important;
    margin-top: 0 !important;
} */

    section:not(:first-child) {
      padding: 30px 0;
      margin-top: 30px;
    }

    section#contactfollow-section {
      margin-top: 0 !important;
    }

    .no-padding {
      /* padding-left: 0 !important;
    padding-right: 0 !important; */
      padding: 0 !important;
    }

    /* .centered {
     position: absolute;
     width: 70%;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.banner-img {
     width: 100%;
     height: 600px;
     object-fit: cover;
     object-position: bottom;
}

.banner-content h2 {
     font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
     font-size: 38px;
     line-height: 1.4em;
     padding-bottom: 25px;
}

.banner-cta {
     float: right;
}

.banner-cta a {
     color: #fff;
     background-color: var(--primary-color);
     padding-top: 15px !important;
     padding-right: 10px !important;
     padding-bottom: 15px !important;
     padding-left: 10px !important;
     font-size: 13px;
     border-width: 1px !important;
     border-color: var(--primary-color);
     border-radius: 0px;
     font-weight: normal;
     font-style: normal;
     text-transform: uppercase;
     text-decoration: none;
     letter-spacing: 3px;
}

@media only screen and (max-width: 600px) {
     .banner-img {
          height: 600px;
     }
}
@media only screen and (min-width: 600px) {
     .banner-img {
          height: 600px;
     }
}
@media only screen and (min-width: 768px) {
     .banner-img {
          height: 600px;
     }
}
@media only screen and (min-width: 992px) {
     .banner-img {
          height: 600px;
     }
}
@media only screen and (min-width: 1200px) {
     .banner-img {
          height: 600px;
     }
} */



    .banner-content h1 {
      font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
      font-size: 38px;
      line-height: 1.4em;
      padding-bottom: 10px;
      font-weight: 500;
      color: #fff;
      text-align: left;
    }

    .banner-content h2 {
      font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
      font-size: 38px;
      line-height: 1.4em;
      padding-bottom: 10px;
    }

    .section-title h2 {
      font-family: 'BohemeFloral', Helvetica, Arial, Lucida, sans-serif !important;
      color: var(--primary-color);
      font-size: 80px !important;
      letter-spacing: 0px !important;
      line-height: 1.1em !important;
    }

    .section-subtitle {
      font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
      letter-spacing: 1px;
      font-size: 30px;
    }

    /* ::-webkit-scrollbar {
     display: none;
 } */

    #slide-show {
      height: 100vh;
      min-height: 100vh;
      overflow: hidden;
      width: 100vw;
      min-width: 100vw !important;
      margin-top: 0;
      padding-top: 0;
    }

    #slide-show i {
      font-size: 18px;
    }

    /* .slide-text {
   font-size: 20px;
   color: #fff;
   text-align:center;
 }

 .slide-text b {
   font-weight: 400;
 } */

    .slide-text h2 {
      font-weight: 200;
      font-family: Raleway;
      font-size: 50px;
      text-align: center;
      line-height: 60px;
      letter-spacing: 1px;
      color: #fff;
    }

    .slidex {
      opacity: 0;
      transition: opacity 1.5s ease-in-out;
      z-index: -1;
    }

    .activx {
      opacity: 1;
    }

    .slideshow-nav {
      position: absolute;
      bottom: 50%;
      width: 100vw;
      min-width: 100vw !important;
      font-size: 30px;
      background: transparent;
    }

    .previousx {
      float: left;
    }

    .nextx {
      float: right;
    }

    .bg1,
    .bg2,
    .bg3,
    .bg4 {
      background-repeat: no-repeat !important;
      background-attachment: scroll !important;
      background-position: center center !important;
      background-size: cover !important;
      background-image: url("../images/banner1.jpg");
      height: 100vh;
      min-height: 100vh;
      overflow: hidden;
      width: 100vw;
      min-width: 100vw !important;
      position: absolute;
      top: 0;
      left: 0;
    }

    .bg2 {
      background-image: url("../images/banner2.jpg");
    }

    .bg3 {
      background-image: url("../images/banner3.jpg");
    }

    .bg4 {
      background-image: url("../images/banner4.jpg");
    }

    .slider-center {
      position: absolute;
      height: 15%;
      width: 80%;
      left: 50%;
      top: 50%;
      background-color: transparent;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: left;
      letter-spacing: 2px;
    }

    .slide-nav-link {
      transition: all 0.4s;
      padding: 15px;
      color: #fff;
      opacity: 0.2;
      font-size: 40px;
    }

    .slide-nav-link:hover {
      color: #999;
      /* font-size: 80px; */
      opacity: 0.8;
    }

    .arrow a {
      position: absolute;
      bottom: 0;
      left: 50%;
      color: #fff;
      transition: all 0.4s;
      cursor: pointer;
      font-size: 80px;
      padding: 0 0 20px 0;
      opacity: 0.2;
    }

    .arrow a:hover {
      color: #999;
      font-size: 100px;
      opacity: 0.8;
    }

    #banner-section.about-doc-banner {
      /*        background-image: linear-gradient( 180deg, #ffffff 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/about-doc-banner.jpg')!important;*/
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url(../images/about-doc-banner.jpg) !important;
      background-size: cover;
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    .carousel-indicators li {
      width: 10px;
      height: 10px;
      border-radius: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
      display: none;
    }

    .carousel-indicators li {
      display: inline-block;
      /* width: 48px;
     height: 48px;
     margin: 10px; */
      text-indent: 0;
      cursor: pointer;
      /* border: none; */
      /* border-radius: 50%; */
      background-color: #eee;
      /* box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);     */
    }

    #about-section .carousel-indicators .active {
      /* width: 48px;
     height: 48px;
     margin: 10px; */
      background-color: var(--primary-color);
    }

    #about-section .carousel-fade .carousel-item {
      opacity: 0;
      transition-duration: 1.5s;
      transition-property: opacity;
    }

    #about-section .carousel-fade .carousel-item.active,
    #about-section .carousel-fade .carousel-item-next.carousel-item-left,
    #about-section .carousel-fade .carousel-item-prev.carousel-item-right {
      opacity: 1;
    }

    #about-section .carousel-fade .active.carousel-item-left,
    #about-section .carousel-fade .active.carousel-item-right {
      opacity: 0;
    }

    #about-section .carousel-fade .carousel-item-next,
    #about-section .carousel-fade .carousel-item-prev,
    #about-section .carousel-fade .carousel-item.active,
    #about-section .carousel-fade .active.carousel-item-left,
    #about-section .carousel-fade .active.carousel-item-prev {
      transform: translateX(0);
      transform: translate3d(0, 0, 0);
    }

    .about-block {
      margin-top: 20% !important;
      height: 70%;
      overflow-y: scroll;
    }

    .block-shadow-left {
      box-shadow: rgb(0 0 0 / 10%) 15px 10px 25px -5px, rgb(0 0 0 / 5%) 0px 12px 20px -5px;
    }

    .block-shadow-right {
      box-shadow: rgb(0 0 0 / 10%) -15px 10px 25px -5px, rgb(0 0 0 / 5%) 0px 12px 20px -5px;
    }

    #about-section .about-text-box {
      z-index: 1;
    }

    #about-section .about-slider-box {
      z-index: 0;
    }

    /* #about-section .about-title h2 {
     font-family: 'BohemeFloral', Helvetica, Arial, Lucida, sans-serif !important;
     color: var(--primary-color);
     font-size: 80px !important;
     letter-spacing: 0px !important;
     line-height: 1.1em !important;
} */

    .read-more-btn {
      margin-top: 35px;
    }

    #about-doc-section .about-doc {
      padding: 0 80px;
    }

    .vm-btn:hover {
      color: #fff;
    }

    #services-section .card-img-overlay {
      background-color: rgba(#000, 0.4);
    }

    #services-section .indicators {
      position: absolute;
      right: 0;
      padding-top: 35px;
    }

    #services-section .indicators a {
      margin-left: 10px;
      color: #000;
    }

    /* #services-section .card {
     width: 100%;
     height: 400px;
     color:#fff;
     background-color: #484848;
     border: none;
     border-radius: ;
   }

   #services-section .card-img {
     width: 100%;
     height: 100%;
     background-color: black;
     background-position: center;
     background-size: cover;
     transition:all 0.3s ease-in-out;
     opacity:1;
   }
   #services-section .card:hover .card-img,
   #services-section .card:focus .card-img {
     transform: scale(1.05);
     opacity:0.5;
   }

   #services-section .card:hover .card-img-overlay{
       color:#730d0d;
   }

   #services-section .card-img-overlay>h4, .card-img-overlay>p{
       visibility:hidden;
   }

   #services-section .card-img-overlay:hover h4, .card-img-overlay:hover p{
       visibility: visible;
   }

   #services-section .card:hover .card-img-overlay p{
       font-size:1.5em;
       letter-spacing:0.02em;
   } */

    #services-section .title {
      font-size: 1.3rem;
    }

    .page-content {
      display: grid;
      grid-gap: 1rem;
      padding: 1rem;
      /* max-width: 1024px; */
      width: 100%;
      margin: 0 auto;
      font-family: var(--font-sans);
    }

    .page-content {
      grid-template-columns: repeat(4, 1fr);
    }

    #services-section .card {
      box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
    }

    .card {
      position: relative;
      display: flex;
      align-items: flex-end;
      overflow: hidden;
      padding: 1rem;
      width: 100%;
      text-align: center;
      color: whitesmoke;
      background-color: whitesmoke;
      /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1); */
      border: 0;
      border-radius: 0;
      background-position: center;
      background-size: cover;
    }

    @media (min-width: 600px) {
      .card {
        height: 350px;
      }
    }

    .card:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 110%;
      background-size: cover;
      background-position: 0 0;
      transition: transform calc(var(--d) * 1.5) var(--e);
      pointer-events: none;
    }

    .card:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200%;
      pointer-events: none;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
      transform: translateY(-50%);
      transition: transform calc(var(--d) * 2) var(--e);
    }

    /* .card:nth-child(1):before {
     background-image: url('../images/services/acne.jpg');
   } */
    /* .card:nth-child(2):before {
     background-image: url('../images/services/scar.jpg');
   }
   .card:nth-child(3):before {
     background-image: url('../images/services/hairloss.jpg');
   }
   .card:nth-child(4):before {
     background-image: url('../images/services/pigmentation.jpg');
   } */
    /* .card:nth-child(5):before {
     background-image: url('../images/services/antiaging.jpg');
   }
   .card:nth-child(6):before {
     background-image: url('../images/services/scarlet.jpg');
   }
   .card:nth-child(7):before {
     background-image: url('../images/services/laserrairreduction.jpg');
   }
   .card:nth-child(8):before {
     background-image: url('../images/services/rejuvenating.jpg');
   } */

    .content {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      /* padding: 1rem; */
      padding: 0;
      /* transition: transform var(--d) var(--e); */
      z-index: 1;
      transition: all 0.3s ease-in-out;
    }

    #services-section .content {
      max-height: 40%;
    }

    .content>*+* {
      margin-top: 1rem;
    }

    .title {
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.2;
      max-height: 2.8rem;
    }

    .copy {
      font-family: var(--font-serif);
      font-size: 1.1rem;
      font-style: italic;
      line-height: 1.35;
    }

    .btn {
      cursor: pointer;
      margin-top: 1.5rem;
      padding: 0.75rem 1.5rem;
      font-size: 0.65rem;
      font-weight: bold;
      letter-spacing: 0.025rem;
      text-transform: uppercase;
      color: white;
      background-color: var(--primary-color);
      border: none;
    }

    .btn:hover {
      /* background-color: #0d0d0d; */
    }

    .btn:focus {
      outline: 1px dashed yellow;
      outline-offset: 3px;
    }

    @media (hover: hover) and (min-width: 600px) {
      .card:after {
        transform: translateY(0);
      }

      .content {
        transform: translateY(calc(100% - -5.5rem));
      }

      .content>*:not(.title) {
        opacity: 0;
        transform: translateY(1rem);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
      }

      .card:hover,
      .card:focus-within {
        align-items: center;
        box-shadow: rgb(149 157 165 / 20%) 3px 3px 12px 1px;
      }
    }

    .card:hover:before,
    .card:focus-within:before {
      /* transform: translateY(-4%); */
    }

    .card:hover:after,
    .card:focus-within:after {
      transform: translateY(-50%);
    }

    .card:hover .content,
    .card:focus-within .content {
      transform: translateY(0);
    }

    .card:hover .content>*:not(.title),
    .card:focus-within .content>*:not(.title) {
      opacity: 1;
      transform: translateY(0);
      transition-delay: calc(var(--d) / 8);
    }

    .card:focus-within:before,
    .card:focus-within:after,
    .card:focus-within .content,
    .card:focus-within .content>*:not(.title) {
      transition-duration: 0s;
    }

    /* } */

    .grid {
      position: relative;
      /*     margin: 0 auto;*/
      /*     padding: 1em 0 4em;*/
      max-width: 1000px;
      list-style: none;
      text-align: center;
    }

    /* Common style */
    .grid figure {
      position: relative;
      float: left;
      overflow: hidden;
      /*     margin: 10px 1%;*/
      /*     min-width: 320px;*/
      /*     max-width: 100%;*/
      /*     max-height: 100%;*/
      width: 100%;
      height: 350px;
      background: #000;
      text-align: center;
      cursor: pointer;
    }

    @media screen and (max-width: 50em) {
      .grid figure {
        height: 280px;
      }
    }

    .grid figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.8;
    }

    .grid figure figcaption {
      /*     padding: 2em;*/
      color: #fff;
      /*     text-transform: uppercase;*/
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    .grid figure figcaption::before,
    .grid figure figcaption::after {
      pointer-events: none;
    }

    .grid figure figcaption,
    .grid figure figcaption>a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
    }

    /* Anchor will cover the whole item by default */
    /* For some effects it will show as a button */
    .grid figure figcaption>a {
      z-index: 1000;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0;
    }

    .grid figure h2 {
      word-spacing: -0.15em;
      font-weight: 300;
    }

    .grid figure h2 span {
      font-weight: 800;
    }

    .grid figure h2,
    .grid figure p {
      margin: 0;
    }

    .grid figure p {
      letter-spacing: 1px;
      font-size: 68.5%;
    }

    /* Individual effects */

    figure.effect-sadie figcaption::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
      background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
      content: '';
      opacity: 0;
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
    }

    figure.effect-sadie h2 {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      color: #fff;
      -webkit-transition: -webkit-transform 0.35s, color 0.35s;
      transition: transform 0.35s, color 0.35s;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
    }

    figure.effect-sadie figcaption::before,
    figure.effect-sadie p {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-sadie p {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 2em;
      width: 100%;
      opacity: 0;
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }

    figure.effect-sadie:hover h2 {
      color: #fff;
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    }

    figure.effect-sadie:hover figcaption::before,
    figure.effect-sadie:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    @media screen and (max-width: 50em) {
      .content {
        padding: 0 10px;
        text-align: center;
      }

      .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
      }
    }



    .col-center {
      margin: 0 auto;
      float: none !important;
    }

    #testimonials-section .carousel-caption {
      position: initial;
      z-index: 10;
      padding: 2rem 8rem;
      color: rgba(78, 77, 77, 0.856);
      text-align: center;
      font-size: 1.2rem;
      font-style: italic;
      /* font-weight: bold; */
      line-height: 2rem
    }

    #testimonials-section .quote {
      font-size: 42px;
      color: var(--secondary-color);
    }

    @media(max-width:767px) {
      #testimonials-section .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
      }
    }

    #testimonials-section .carousel-caption img {
      width: 6rem;
      border-radius: 5rem;
      margin-top: 2rem
    }

    @media(max-width:767px) {
      #testimonials-section .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
      }
    }

    #testimonials-section #image-caption {
      font-style: normal;
      font-size: 1rem;
      margin-top: 0.5rem;
      font-weight: 700;
    }

    @media(max-width:767px) {
      #testimonials-section #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
      }
    }

    #testimonials-section i {
      /* background-color: rgb(223, 56, 89); */
      padding: 1.4rem
    }

    @media(max-width:767px) {
      #testimonials-section i {
        padding: 0.8rem
      }
    }

    #testimonials-section .carousel-control-prev {
      justify-content: flex-start
    }

    #testimonials-section .carousel-control-next {
      justify-content: flex-end
    }

    #testimonials-section .carousel-control-prev,
    #testimonials-section .carousel-control-next {
      transition: none;
      opacity: unset;
      color: #000;
    }

    #subscription-section .container-fluid {
      background-color: var(--primary-color-light);
    }

    .btn-submit {
      padding: 4px 25px !important;
      margin: 15px 5px;
    }

    #contact-section {
      /* background-image: url('../images/contact-bg.jpg'); */
      /* background-size: cover; */
    }

    #contact-section i {
      font-size: 2.5rem;
      color: #fff;
    }

    #contact-section .contact-info-block {
      /* background-color: #e6b88e70; */
      /* background-image: url('../images/contact-bg_2.jpg'); */
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contact-bg_2.jpg');
      background-size: cover;
    }

    #contact-section .contact-info {
      padding: 15px 20px;
    }

    #contact-section .contact-info:first-child,
    #contact-section .contact-info:last-child {
      padding: 20px 20px;
    }

    #contact-section .contact-info {
      padding: 15px 20px;
    }

    #contact-section .contact-info-block p,
    #contact-section .contact-info-block a {
      color: #fff;
      font-size: 14px;
      padding-top: 0 !important;
    }

    #contact-section .section-title h2 {
      color: var(--primary-color);
    }

    footer {
      padding: 10px;
      background-color: var(--primary-color-dark);
      color: #fff;
    }

    footer>div:first-child {
      border-top: 1px solid #fff;
      width: 90%;
      padding-top: 5px;
    }

    footer p {
      font-size: 14px;
      padding-top: 0;
    }

    footer .section-title {
      padding-top: 10px;
    }

    .footer-title {
      font-size: 18px;
      font-weight: 700;
    }

    #contactfollow-section ul li {
      margin-bottom: 3px;
    }

    .subscription-wrapper {
      /* border-radius: 0% 5% 10% 3%/10% 20% 0% 17%;
    -webkit-transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
    transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
    padding: 70px 50px;
    z-index: 1;
    width: 100%;
    background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
    position: absolute;
    top: 100px */
      padding-right: 56px;
    }

    /* .subscription-wrapper {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1) !important
} */

    .subscription-content {
      -webkit-transform: skewY(-1deg);
      transform: skewY(-1deg)
    }

    .flex-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important
    }

    .subscription.bg-white .form-control {
      border: 1px solid #ebebeb !important
    }

    .subscription-wrapper .form-control {
      /* height: 60px; */
      /* background: rgba(255, 255, 255, 0.1); */
      border-radius: 45px !important;
    }

    #contactform-section .contact-form-title,
    #about-section .about-title {
      line-height: 1.8em;
      line-height: 1.8em;
      background-color: rgba(255, 255, 255, 0.95);
      position: relative;
      padding: 7% 5% !important;
      /* margin-top: 10%!important; */
      /* margin-bottom: 0px!important; */
      /* box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px; */
      /* margin-left: -20%!important; */
      /*        margin-left: -20%;*/
      /*        margin-right: 10px;*/
    }

    .subscription-wrapper .form-control {
      margin: 15px 0 !important;
    }

    .subscription-wrapper .form-control:focus {
      background: rgba(255, 255, 255, 0.1);
      outline: 0;
      box-shadow: none
    }

    .subscription-wrapper .btn:not(:disabled):not(.disabled) {
      cursor: pointer
    }

    .subscription-wrapper.btn-primary {
      border: 0;
      color: #fff
    }

    .subscription-wrapper .btn {
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      text-transform: capitalize;
      padding: 5px 0px;
      border-radius: 45px;
      font-weight: 500;
      border: 1px solid;
      position: relative;
      z-index: 1;
      transition: .3s ease-in;
      overflow: hidden
    }

    .subscription-wrapper .btn-primary:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 102%;
      height: 100%;
      background: linear-gradient(45deg, #00a8f4 0%, #02d1a1 100%);
      z-index: -1;
      transition: ease 0.3s
    }

    .subscription-wrapper .box-block {
      box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
    }

    #banner-section {
      position: relative;
      background-color: black;
      height: 75vh;
      min-height: 20rem;
      width: 100%;
      overflow: hidden;
      /* margin-top: 65px; */
      padding: 0;
    }

    #banner-section video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
    }

    #banner-section .container {
      position: relative;
      z-index: 2;
    }

    #banner-section .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: black;
      opacity: 0.5;
      z-index: 1;
    }

    /* Media Query for devices withi coarse pointers and no hover functionality */
    /* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
    /* @media (pointer: coarse) and (hover: none) {
    #banner-section {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

    #banner-section video {
        display: none;
    }
} */
    /* HOMEPAGE ENDS */
    /* #banner-section {
    background-position: center center;
    background-size: cover;
    height: 300px;
    margin-top: 45px;
} */

    #banner-section.about-clinic-banner {
      /*        background-image: linear-gradient( 180deg, #ffffff 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/about-clinic-banner.jpg')!important;*/
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url(../images/about-clinic-banner.jpg) !important;
      background-size: cover;
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    /* CONTACT PAGE STARTS */

    #banner-section.contact-banner {
      /*        background-image: linear-gradient( 180deg, #ffffff 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/contact-banner.jpg')!important;*/
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url(../images/contact-banner.png) !important;
      background-size: cover;
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    #banner-section.contact-banner .banner-content {
      height: 250px;
    }

    #banner-section.contact-banner .banner-content h2,
    #banner-section.contact-banner .banner-content p {
      width: : 100% !important;
    }

    /* #contactform-section .contact-img-wrap {
    background-image: url('../images/contact.jpg');
    background-size: cover;
} */

    #contactform-section .contact-form-title,
    #about-doctor-section .about-title,
    #about-clinic-section .about-title {
      line-height: 1.8em;
      line-height: 1.8em;
      background-color: rgba(255, 255, 255, 0.95);
      position: relative;
      /* padding-top: 7%!important;
    padding-bottom: 5%!important;
    padding-left: 7%!important; */
      padding: 7% 5% !important;
      /* margin-top: 10%!important; */
      /* margin-bottom: 0px!important; */
      /* box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px; */
      /* margin-left: -20%!important; */
      margin-left: -20%;
      margin-right: 10px;
      max-height: 650px;
    }

    #contactform-section .contact-email-block,
    #about-doctor-section .about-social-icons,
    #about-clinic-section .about-social-icons {
      background-color: var(--primary-color);
      position: relative;
      padding-top: 5% !important;
      padding-bottom: 3% !important;
      /* padding-left: 5%!important; */
      margin-top: 0px !important;
      width: 60%;
      /* transform: translate(-50%, 0); */
    }

    #contactform-section .contact-email-block {
      padding-top: 2% !important;
      padding-bottom: 2% !important;
      width: 50%;
    }

    #contactform-section .contact-email-block h5 a {
      color: #fff;
      font-size: 16px !important;
    }

    #contactform-section .contact-email-block {
      transform: translate(-50%, 35%);
    }

    #about-doctor-section .about-social-icons {
      /* transform: translate(-50%, -140%); */
      transform: translate(-50%, -185%);
    }

    #about-clinic-section .about-social-icons {
      /* transform: translate(-50%, -140%); */
      transform: translate(-50%, -12%);
    }

    #about-doctor-section .about-social-icons,
    #about-clinic-section .about-social-icons {
      padding-top: 0 !important;
    }

    #contactfollow-section {
      background-color: var(--primary-color-dark);
    }

    #contactfollow-section .section-title h2 {
      font-size: 55px !important;
    }

    #contactfollow-section .section-subtitle p {
      font-size: 16px !important;
    }

    #contactfollow-section p,
    #contactfollow-section a,
    #contactfollow-section h2 {
      color: #fff !important;
    }

    /* CONTACT PAGE ENDS */

    .social-icons {
      padding-top: 15px;
    }

    .social-icons a {
      /* padding: 15px 0; */
      margin-right: 25px;
      color: #fff;
    }

    .social-icons span {
      color: #fff;
      margin-right: 15px;
    }

    .social-icons span:last-child {
      margin-right: 0px;
    }

    .social-icons a {
      text-align: center;
      float: left;
      width: 36px;
      height: 36px;
      border: 1px solid #fff;
      border-radius: 100%;
      margin-right: 7px;
      /*space between*/
      display: flex;
      align-items: flex-start;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
    }

    .social-icons a i {
      font-size: 20px;
      align-self: center;
      color: #fff;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      margin: 0 auto;
    }

    .social-icons a i::before {
      display: inline-block;
      text-decoration: none;
    }

    .social-icons a:hover {
      background: rgba(0, 0, 0, 0.2);
    }

    .social-icons a:hover i {
      color: #fff;
    }

    .doc-deg-block {
      width: 80% !important;
    }

    .doc-deg .deg {
      font-size: 14px;
    }

    .text-orange {
      color: var(--secondary-color);
    }

    /* GALLERY PAGE START */

    #banner-section.gallery-banner {
      /*        background-image: linear-gradient( 180deg, #ffffff 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/gallery-banner.jpg')!important;*/
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url(../images/gallery-banner.jpg) !important;
      background-size: cover;
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    .filtering {
      margin-bottom: 40px;
    }

    .filtering span {
      border-bottom: 2px solid transparent;
      color: #282b2d;
      cursor: pointer;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-right: 20px;
      display: inline-block;
      margin-bottom: 5px;
    }

    .filtering span:last-child {
      margin: 0;
    }

    .filtering .active {
      border-color: var(--primary-color);
      color: var(--primary-color);
    }

    .portfolio-wrapper {
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }

    .portfolio-overlay {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      transition: all 500ms ease;
    }

    .portfolio-wrapper .portfolio-image img {
      /*        transform: scale(1.2);*/
      will-change: transform;
      transition: all 0.5s ease;
      width: 100%;
    }

    .portfolio-wrapper:hover .portfolio-image img {
      /*        transform: none;*/
      transform: scale(1.2);
    }

    .portfolio-overlay:before {
      position: absolute;
      display: inline-block;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      border: 1px solid rgba(255, 255, 255, 0.9);
      content: "";
      opacity: 0;
      transition: all 0.5s ease;
      transform: scale(0.85);
    }

    .portfolio-overlay .portfolio-content {
      position: absolute;
      bottom: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      opacity: 0;
      padding: 0 35px;
    }

    .portfolio-content h4 {
      color: #fff;
      font-weight: 600;
      font-size: 20px;
      text-transform: capitalize;
      letter-spacing: 1px;
      margin-bottom: 15px;
    }

    .portfolio-content p {
      color: #000;
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 0;
    }

    .portfolio-content>a {
      line-height: 42px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      color: #000;
      display: inline-block;
      text-align: center;
      margin-bottom: 15px;
      font-weight: 800;
    }

    .portfolio-wrapper:hover .portfolio-overlay {
      background-color: var(--primary-color);
      /*        opacity: 0.9;*/
      opacity: 0.7;
    }

    .portfolio-wrapper:hover .portfolio-overlay:before {
      opacity: 1;
      visibility: visible;
      transform: none;
    }

    .portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
      transform: translateY(50%);
      transition: transform 0.5s ease;
      opacity: 1;
    }

    .portfolio-image img {
      /* width: 350px;
        height: 350px; */
      width: 260px;
      /*        height: 260px;*/
      height: auto;
      /*        object-fit: cover;*/
    }

    @media screen and (max-width: 1199px) {
      .portfolio-content h4 {
        font-size: 18px;
      }
    }

    @media screen and (max-width: 991px) {
      .portfolio-content h4 {
        margin-bottom: 10px;
      }

      .portfolio-content p {
        font-size: 15px;
      }

      .portfolio-content>a {
        margin-bottom: 10px;
      }
    }

    @media screen and (max-width: 767px) {
      .portfolio-content h4 {
        font-size: 17px;
      }

      .portfolio-content p {
        font-size: 14px;
      }
    }

    @media screen and (max-width: 575px) {
      .portfolio-content h4 {
        font-size: 16px;
      }
    }

    .grid .grid-item {
      position: relative;
      overflow: hidden;
    }

    .grid .grid-item .portfolio-wrapper {
      position: relative;
      overflow: hidden;
    }

    .grid .grid-item .portfolio-overlay {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      transition: all 500ms ease;
    }

    .grid .grid-item .portfolio-wrapper .portfolio-image img {
      transform: none;
      will-change: transform;
      transition: none;
      width: 100%;
    }

    .grid .grid-item .portfolio-wrapper:hover .portfolio-image img {
      transform: none;
    }

    .grid .grid-item .portfolio-overlay:before {
      position: absolute;
      display: inline-block;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      border: 1px solid rgba(0, 0, 0, 0.36);
      content: "";
      opacity: 0;
      transition: all 0.5s ease;
      transform: scale(0.85);
    }

    .grid .grid-item .portfolio-overlay .portfolio-content {
      position: absolute;
      bottom: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      opacity: 0;
    }

    .grid .grid-item .portfolio-content h4 {
      color: #000;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 20px;
      margin-bottom: 10px;
    }

    .grid .grid-item .portfolio-content p {
      color: #000;
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 0;
    }

    .grid .grid-item .portfolio-content a {
      line-height: 36px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      color: #000;
      display: inline-block;
      text-align: center;
      margin-bottom: 10px;
      font-weight: 800;
    }

    .grid .grid-item .portfolio-wrapper:hover .portfolio-overlay {
      background-color: rgba(204, 222, 2, 0.85);
    }

    .grid .grid-item .portfolio-wrapper:hover .portfolio-overlay:before {
      opacity: 1;
      visibility: visible;
      transform: none;
    }

    .grid .grid-item .portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
      transform: translateY(50%);
      transition: transform 0.5s ease;
      opacity: 1;
    }

    @media screen and (max-width: 1199px) {
      .grid .grid-item .portfolio-content h4 {
        font-size: 18px;
      }
    }

    @media screen and (max-width: 991px) {
      .grid .grid-item .portfolio-content h4 {
        margin-bottom: 10px;
      }

      .grid .grid-item .portfolio-content p {
        font-size: 15px;
      }

      .grid .grid-item .portfolio-content a {
        margin-bottom: 10px;
      }
    }

    @media screen and (max-width: 767px) {
      .grid .grid-item .portfolio-content h4 {
        font-size: 17px;
      }

      .grid .grid-item .portfolio-content p {
        font-size: 14px;
      }
    }

    @media screen and (max-width: 575px) {
      .grid .grid-item .portfolio-content h4 {
        font-size: 16px;
      }

      .grid .grid-item .portfolio-overlay:before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
      }
    }

    /* GALLERY PAGE END */
    /*HOMEPAGE - SERVICES NEW - STARTS*/
    /* .box {
    position: relative;
    width: 50%;

}
.box:before {
    content: "";
    float: left;
    padding-top: 100%;

}
*/

    .square:before {
      content: "";
      display: block;
      /* padding-top: 100%; */
      /* initial ratio of 1:1*/
    }

    .videoInsert {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: flex;
    }

    /*HOMEPAGE - SERVICES NEW - ENDS*/
    /*SERVICES PAGE - STARTS*/

    ul {
      /* padding: 10px 0 0 0; */
      padding: 10px 0 0 16px;
    }

    ul li {
      /* list-style-type: none; */
      padding: 4px 0;
    }

    #banner-section {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    #banner-section.hair-reduction-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-hair-reduction.png') !important;
      background-size: cover;
    }

    #banner-section.instafacial-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-instafacial.png') !important;
      background-size: cover;
    }

    #banner-section.instafacial-gold-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-instafacial-gold.jpg') !important;
      background-size: cover;
    }

    #banner-section.diamond-glow-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-diamond-glow.png') !important;
      background-size: cover;
    }

    #banner-section.oxygeneo-plus-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-oxygeneo-plus.png') !important;
      background-size: cover;
      background-position: 50%;
    }

    #banner-section.simulator-facial-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-simulator-facial.png') !important;
      background-size: cover;
    }

    #banner-section.acne-vanish-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-acne-vanish.png') !important;
      background-size: cover;
    }

    #banner-section.botox-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-botox.jpg') !important;
      background-size: cover;
    }

    #banner-section.brightening-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-brightening.jpg') !important;
      background-size: cover;
    }

    #banner-section.hair-fix-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-hair-fix.jpg') !important;
      background-size: cover;
    }

    #banner-section.hair-full-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-hair-full.jpg') !important;
      background-size: cover;
    }

    #banner-section.hair-max-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-hair-max.jpg') !important;
      background-size: cover;
    }

    #banner-section.hifu-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-hifu.jpg') !important;
      background-size: cover;
    }

    #banner-section.threads-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-threads.png') !important;
      background-size: cover;
    }

    #banner-section.dermal-fillers-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-dermal-fillers.png') !important;
      background-size: cover;
    }

    #banner-section.scar-revision-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-scar-revision.jpg') !important;
      background-size: cover;
    }

    #banner-section.booster-therapy-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-booster-therapy.jpg') !important;
      background-size: cover;
    }

    #banner-section.body-contouring-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-body-contouring.png') !important;
      background-size: cover;
    }

    #banner-section.body-contouring-cooltech-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/banner-body-contouring-cooltech.jpg') !important;
      background-size: cover;
    }

    #banner-section .premium-links ul li {
      list-style-type: none;
    }

    .bg-color-block {
      position: absolute;
      width: 200px;
      height: 500px;
      z-index: 1;
      background-color: #00a7f433;
    }

    .serv-bg {
      width: 124%;
      height: 110%;
      /* background-color: #5eb7e433; */
      /* box-shadow: rgb(0 0 0 / 10%) -15px 10px 25px -5px, rgb(0 0 0 / 5%) 0px 12px 20px -5px; */
      position: absolute;
      margin-left: -60px;
      margin-right: 100px;
      margin-top: -20px;
    }

    .premium-links {
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 90px;
      background-color: #ffffffc2;
    }

    .premium-links a {
      color: var(--ternary-color);
    }

    .steps-content {
      padding-left: 70px
    }

    /* .steps-content:nth-child(even) {
    padding-left: 50px
}
.steps-content:nth-child(odd) {
    padding-right: 50px
} */

    ul.lightgallery {
      display: none;
    }

    .p-gallery {
      padding: 2px !important;
      cursor: pointer;
    }

    #gallery-service-section .p-gallery:hover {
      display: block;
      /* background: rgba(0, 0, 0, .5); */
    }

    .gallery-title {
      position: absolute;
      width: 100%;
      /* left: 0; */
      /* top: 120px; */
      bottom: 90px;
      font-weight: 500;
      font-size: 1.4rem;
      text-align: center;
      text-transform: uppercase;
      color: white;
      z-index: 1;
      transition: all .35s ease-in-out;
    }

    #gallery-service-section .p-gallery:hover .gallery-title {
      /* top: 90px; */
      bottom: 135px;
    }

    #gallery-service-section .p-gallery .gallery-overlay {
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 2px;
      right: 2px;
      /* width: 100%; */
      /* height: 100%; */
      /* background: rgba(0, 0, 0, .2); */
      transition: background 0.5s ease;
    }

    #gallery-service-section .p-gallery:hover .gallery-overlay {
      background: rgba(0, 0, 0, .5);
    }

    .gallery-desc {
      position: absolute;
      width: 100%;
      /* left:0; */
      top: 0;
      bottom: 0;
      font-size: 1rem;
      color: #fff;
      text-align: center;
      opacity: 0;
      transition: all .35s ease-in-out;
    }

    #gallery-service-section .p-gallery:hover .gallery-desc {
      opacity: 1;
      /* bottom: 102px; */
      height: 100%;
      margin-top: 25%;
    }

    #banner-section.scar-service-banner {
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/scar-service-banner.jpg') !important;
      background-size: cover;
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    .b-effect1 {
      box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }

    .b-effect2 {
      box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    }

    /*SERVICES PAGE - ENDS*/
    /* Homepage - Video slider - Starts */
    /* Carousel styling */
    /* #homeBannerCarousel {
    width: 100vh;
} */

    #homeBannerCarousel,
    #homeBannerCarousel .carousel-inner,
    #homeBannerCarousel .carousel-item,
    #homeBannerCarousel .carousel-item.active {
      height: 100vh;
    }

    #homeBannerCarousel .carousel-item:nth-child(1) {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }

    #homeBannerCarousel .carousel-item:nth-child(2) {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }

    #homeBannerCarousel .carousel-item:nth-child(3) {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }

    #homeBannerCarousel .mask {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-attachment: fixed;
      /* background: linear-gradient( 45deg, rgba(29, 236, 197, 0.7), rgba(91, 14, 214, 0.7)) 100%; */
    }

    /* Height for devices larger than 576px */

    @media (min-width: 992px) {
      #homeBannerCarousel {
        margin-top: -58.59px;
      }
    }

    /* .navbar .nav-link {
    color: #fff !important;
} */
    /* Homepage - Video slider - Ends */
    /* WHY CHOOSE - STARTS */

    #why-choose .img-blk {
      align-items: end;
      display: flex;
      /* padding-bottom: 20px; */
    }

    #why-choose .blk {
      display: flex;
      /* background-color: #eee; */
      padding: 20px;
      margin: 0;
    }

    #why-choose .blk {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      transition: box-shadow 0.3s ease-in-out;
    }

    /* Transition to a bigger shadow on hover */

    #why-choose .blk:hover {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    #why-choose .blk:hover .icn i {
      transform: scale(1.4);
    }

    #why-choose .blk .icn {
      /* width: 50px; */
      height: 50px;
      background-color: var(--ternary-color);
      /* border-radius: 50%; */
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 80px;
    }

    #why-choose .blk .icn i {
      color: #fff;
      transition: transform .5s;
      /* Animation */
    }

    #why-choose .blk .title {
      display: flex;
      align-items: center;
      padding: 20px;
      min-height: 80px;
    }

    #why-choose .benefits {
      padding: 20px 0 20px 20px;
    }

    /* WHY CHOOSE - ENDS */



    /* ARTICLE STARTS */
    /* @import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap"); */
    /* This pen */

    /* .light {
  background: #f3f5f7;
} */

    a,
    a:hover {
      text-decoration: none;
      transition: color 0.3s ease-in-out;
    }

    #banner-section.article-banner {
      /*        background-image: linear-gradient( 180deg, #ffffff 0%, rgba(255, 255, 255, 0.16) 100%), url('../images/contact-banner.jpg')!important;*/
      background-image: linear-gradient(180deg, #00000014 0%, rgba(255, 255, 255, 0.16) 100%), url(../images/article-banner.jpg) !important;
      background-size: cover;
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    #pageHeaderTitle {
      margin: 2rem 0;
      text-transform: uppercase;
      text-align: center;
      font-size: 2.5rem;
    }

    /* Cards */
    .postcard {
      flex-wrap: wrap;
      display: flex;
      box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
      border-radius: 10px;
      margin: 0 0 2rem 0;
      overflow: hidden;
      position: relative;
      color: #ffffff;
    }

    .postcard.light {
      background-color: #e1e5ea;
    }

    .postcard .t-dark {
      color: #18151f;
    }

    .postcard a {
      color: inherit;
    }

    .postcard h1,
    .postcard .h1 {
      margin-bottom: 0.5rem;
      font-weight: 500;
      line-height: 1.2;
    }

    .postcard .small {
      font-size: 80%;
    }

    .postcard .postcard__title {
      font-size: 1.75rem;
    }

    .postcard .postcard__img {
      max-height: 180px;
      width: 100%;
      object-fit: cover;
      position: relative;
    }

    .postcard .postcard__img_link {
      display: contents;
    }

    .postcard .postcard__bar {
      width: 50px;
      height: 10px;
      margin: 10px 0;
      border-radius: 5px;
      background-color: #424242;
      transition: width 0.2s ease;
    }

    .postcard .postcard__text {
      padding: 1.5rem;
      position: relative;
      display: flex;
      flex-direction: column;
    }

    .postcard .postcard__preview-txt {
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: justify;
      height: 100%;
    }

    .postcard .postcard__tagbox {
      display: flex;
      flex-flow: row wrap;
      font-size: 14px;
      margin: 20px 0 0 0;
      padding: 0;
      justify-content: center;
    }

    .postcard .postcard__tagbox .tag__item {
      display: inline-block;
      background: rgba(83, 83, 83, 0.4);
      border-radius: 3px;
      padding: 2.5px 10px;
      margin: 0 5px 5px 0;
      cursor: default;
      user-select: none;
      transition: background-color 0.3s;
    }

    .postcard .postcard__tagbox .tag__item:hover {
      background: rgba(83, 83, 83, 0.8);
    }

    .postcard:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(-70deg, #424242, transparent 50%);
      opacity: 1;
      border-radius: 10px;
    }

    .postcard:hover .postcard__bar {
      width: 100px;
    }

    @media screen and (min-width: 769px) {
      .postcard {
        flex-wrap: inherit;
      }

      .postcard .postcard__title {
        font-size: 2rem;
      }

      .postcard .postcard__tagbox {
        justify-content: start;
      }

      .postcard .postcard__img {
        max-width: 300px;
        max-height: 100%;
        transition: transform 0.3s ease;
      }

      .postcard .postcard__text {
        padding: 3rem;
        width: 100%;
      }

      .postcard .media.postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        background: #18151f;
        top: -20%;
        height: 130%;
        width: 55px;
      }

      .postcard:hover .postcard__img {
        transform: scale(1.1);
      }

      .postcard:nth-child(2n+1) {
        flex-direction: row;
      }

      .postcard:nth-child(2n+0) {
        flex-direction: row-reverse;
      }

      .postcard:nth-child(2n+1) .postcard__text::before {
        left: -12px !important;
        transform: rotate(4deg);
      }

      .postcard:nth-child(2n+0) .postcard__text::before {
        right: -12px !important;
        transform: rotate(-4deg);
      }
    }

    @media screen and (min-width: 1024px) {
      .postcard__text {
        padding: 2rem 3.5rem;
      }

      .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
      }

      .postcard.dark .postcard__text:before {
        background: #18151f;
      }

      .postcard.light .postcard__text:before {
        background: #e1e5ea;
      }
    }

    /* COLORS */
    .postcard .postcard__tagbox .green.play:hover {
      background: #79dd09;
      color: black;
    }

    .green .postcard__title:hover {
      color: #79dd09;
    }

    .green .postcard__bar {
      background-color: #79dd09;
    }

    .green::before {
      background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .green:nth-child(2n)::before {
      background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .postcard .postcard__tagbox .blue.play:hover {
      background: #0076bd;
    }

    .blue .postcard__title:hover {
      color: #0076bd;
    }

    .blue .postcard__bar {
      background-color: #0076bd;
    }

    .blue::before {
      background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .blue:nth-child(2n)::before {
      background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .postcard .postcard__tagbox .red.play:hover {
      background: #bd150b;
    }

    .red .postcard__title:hover {
      color: #bd150b;
    }

    .red .postcard__bar {
      background-color: #bd150b;
    }

    .red::before {
      background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .red:nth-child(2n)::before {
      background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .postcard .postcard__tagbox .yellow.play:hover {
      background: #bdbb49;
      color: black;
    }

    .yellow .postcard__title:hover {
      color: #bdbb49;
    }

    .yellow .postcard__bar {
      background-color: #bdbb49;
    }

    .yellow::before {
      background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }

    .yellow:nth-child(2n)::before {
      background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }

    @media screen and (min-width: 769px) {
      .green::before {
        background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
      }

      .green:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
      }

      .blue::before {
        background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
      }

      .blue:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
      }

      .red::before {
        background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
      }

      .red:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
      }

      .yellow::before {
        background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
      }

      .yellow:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
      }
    }

    /* ARTICLE ENDS */

    #contact_msg {
      color: #212112;
    }

    #subscriber_msg {
      color: #fff;
    }

    .err-input {
      border-bottom: 1px solid #ff0000 !important;
    }

    /*MOBILE STICKY CTA - STARTS*/
    .mobile-sticky-cta {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      background: var(--primary-color);
      padding: 12px 0;
      z-index: 999;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    }

    .mobile-sticky-cta .cta-link {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      transition: all 0.3s ease;
    }

    .mobile-sticky-cta .cta-text {
      margin-right: 8px;
    }

    .mobile-sticky-cta .cta-arrow {
      font-size: 16px;
      transition: transform 0.3s ease;
    }

    .mobile-sticky-cta .cta-link:hover {
      color: #fff;
    }

    .mobile-sticky-cta .cta-link:active .cta-arrow {
      transform: translateX(4px);
    }

    @media only screen and (max-width: 600px) {
      .mobile-sticky-cta {
        display: block;
      }

      body {
        padding-bottom: 50px;
      }
    }

    /*MOBILE STICKY CTA - ENDS*/

    /*MEDIA QUERY - STARTS*/
    @media only screen and (max-width: 600px) {
      .navigation-wrap {
        transition: all 0.3s ease-out;
        background-color: #fff !important;
        opacity: 1;
      }

      .navbar ul li a {
        color: #000 !important;
        width: 100%;
      }

      /* .navbar ul li.cta a {
        color: var(--ternary-color) !important;
    } */
      #slide-show {
        height: 75vh;
        min-height: 75vh;
      }

      .slider-center {
        top: 30%;
      }

      .bg1,
      .bg2,
      .bg3,
      .bg4 {
        height: 80vh;
        min-height: 80vh;
      }

      .primary-botton a {
        width: 100%;
        margin-top: 20px;
        text-align: center;
      }

      .banner-content h2 {
        text-align: center;
      }

      .banner-content p {
        text-align: center;
      }

      .carousel-indicators {
        bottom: -30px;
      }

      .home-about-text {
        padding: 30px;
      }

      #aboutCarousel {
        margin-top: 25px;
      }

      #about-doc-section .about-doc {
        padding: 30px;
      }

      #contactform-section .contact-form-title {
        padding-left: 3% !important;
        margin: 0 !important;
      }

      #contactform-section .contact-email-block {
        margin-top: 50px !important;
        width: 100%;
        transform: none;
      }

      .contact-img-wrap {
        /* height: 300px; */
        display: none;
      }

      /* .contact-img-wrap img {
        position: absolute;
        left: 0;
        bottom: 0;
    } */
      .subscribe-content {
        padding: 30px !important;
      }

      #contact-section {
        padding-top: 0 !important;
      }

      .page-content {
        grid-template-columns: repeat(2, 1fr);
      }

      #testimonials-section {
        padding: 0 30px;
      }

      footer p {
        text-align: center;
      }

      .section-title h2 {
        text-align: center;
      }

      #contactfollow-section .section-title h2 {
        padding-top: 10px;
        margin: 12px;
      }

      #banner-section.about-doc-banner,
      #banner-section.instafacial-gold-service-banner,
      #banner-section.diamond-glow-service-banner,
      #banner-section.simulator-facial-service-banner,
      #banner-section.acne-vanish-service-banner,
      #banner-section.brightening-service-banner,
      #banner-section.scar-service-banner,
      #banner-section.hair-fix-service-banner,
      #banner-section.hair-full-service-banner,
      #banner-section.hair-max-service-banner,
      #banner-section.hifu-service-banner,
      #banner-section.dermal-fillers-service-banner,
      #banner-section.botox-service-banner,
      #banner-section.scar-revision-service-banner,
      #banner-section.booster-therapy-service-banner,
      #banner-section.body-contouring-service-banner,
      #banner-section.body-contouring-cooltech-service-banner,
      #banner-section.article-banner {
        background-position: center;
      }

      #banner-section.hair-reduction-service-banner {
        background-position: 15%;
      }

      #banner-section.contact-banner {
        background-position: 72%;
      }
    }

    @media only screen and (min-width: 600px) {
      .slider-center {
        top: 50%;
      }
    }

    @media only screen and (min-width: 768px) {
      .slider-center {
        top: 50%;
      }

      #banner-section.contact-banner {
        background-position: 30%;
      }
    }

    @media only screen and (min-width: 992px) {
      .slider-center {
        top: 50%;
      }

      #about-section .carousel-indicators {
        bottom: -30px;
        margin-right: 0;
        margin-left: 0;
        justify-content: flex-start;
      }
    }

    @media only screen and (min-width: 1200px) {
      .slider-center {
        top: 50%;
      }

      #banner-section.contact-banner {
        background-position: 58%;
      }
    }

    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
      #banner-section.contact-banner {
        background-position: 58%;
      }
    }

    @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
      #banner-section.contact-banner {
        background-position: 58%;
      }
    }

    /*MEDIA QUERY - ENDS*/

    /*LIGHT GALLERY BUNDLE - STARTS*/
    @font-face {
      font-family: 'lg';
      src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
      font-weight: normal;
      font-style: normal;
      font-display: block;
    }

    .lg-icon {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'lg' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .lg-container {
      font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    }

    .lg-next,
    .lg-prev {
      background-color: rgba(0, 0, 0, 0.45);
      border-radius: 2px;
      color: #999;
      cursor: pointer;
      display: block;
      font-size: 22px;
      margin-top: -10px;
      padding: 8px 10px 9px;
      position: absolute;
      top: 50%;
      z-index: 1080;
      outline: none;
      border: none;
    }

    .lg-next.disabled,
    .lg-prev.disabled {
      opacity: 0 !important;
      cursor: default;
    }

    .lg-next:hover:not(.disabled),
    .lg-prev:hover:not(.disabled) {
      color: #fff;
    }

    .lg-single-item .lg-next,
    .lg-single-item .lg-prev {
      display: none;
    }

    .lg-next {
      right: 20px;
    }

    .lg-next:before {
      content: '\e095';
    }

    .lg-prev {
      left: 20px;
    }

    .lg-prev:after {
      content: '\e094';
    }

    @-webkit-keyframes lg-right-end {
      0% {
        left: 0;
      }

      50% {
        left: -30px;
      }

      100% {
        left: 0;
      }
    }

    @-moz-keyframes lg-right-end {
      0% {
        left: 0;
      }

      50% {
        left: -30px;
      }

      100% {
        left: 0;
      }
    }

    @-ms-keyframes lg-right-end {
      0% {
        left: 0;
      }

      50% {
        left: -30px;
      }

      100% {
        left: 0;
      }
    }

    @keyframes lg-right-end {
      0% {
        left: 0;
      }

      50% {
        left: -30px;
      }

      100% {
        left: 0;
      }
    }

    @-webkit-keyframes lg-left-end {
      0% {
        left: 0;
      }

      50% {
        left: 30px;
      }

      100% {
        left: 0;
      }
    }

    @-moz-keyframes lg-left-end {
      0% {
        left: 0;
      }

      50% {
        left: 30px;
      }

      100% {
        left: 0;
      }
    }

    @-ms-keyframes lg-left-end {
      0% {
        left: 0;
      }

      50% {
        left: 30px;
      }

      100% {
        left: 0;
      }
    }

    @keyframes lg-left-end {
      0% {
        left: 0;
      }

      50% {
        left: 30px;
      }

      100% {
        left: 0;
      }
    }

    .lg-outer.lg-right-end .lg-object {
      -webkit-animation: lg-right-end 0.3s;
      -o-animation: lg-right-end 0.3s;
      animation: lg-right-end 0.3s;
      position: relative;
    }

    .lg-outer.lg-left-end .lg-object {
      -webkit-animation: lg-left-end 0.3s;
      -o-animation: lg-left-end 0.3s;
      animation: lg-left-end 0.3s;
      position: relative;
    }

    .lg-toolbar {
      z-index: 1082;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }

    .lg-media-overlap .lg-toolbar {
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    }

    .lg-toolbar .lg-icon {
      color: #999;
      cursor: pointer;
      float: right;
      font-size: 24px;
      height: 47px;
      line-height: 27px;
      padding: 10px 0;
      text-align: center;
      width: 50px;
      text-decoration: none !important;
      outline: medium none;
      will-change: color;
      -webkit-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      transition: color 0.2s linear;
      background: none;
      border: none;
      box-shadow: none;
    }

    .lg-toolbar .lg-icon.lg-icon-18 {
      font-size: 18px;
    }

    .lg-toolbar .lg-icon:hover {
      color: #fff;
    }

    .lg-toolbar .lg-close:after {
      content: '\e070';
    }

    .lg-toolbar .lg-maximize {
      font-size: 22px;
    }

    .lg-toolbar .lg-maximize:after {
      content: '\e90a';
    }

    .lg-toolbar .lg-download:after {
      content: '\e0f2';
    }

    .lg-sub-html {
      color: #eee;
      font-size: 16px;
      padding: 10px 40px;
      text-align: center;
      z-index: 1080;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-out 0s;
      -o-transition: opacity 0.2s ease-out 0s;
      transition: opacity 0.2s ease-out 0s;
    }

    .lg-sub-html h4 {
      margin: 0;
      font-size: 13px;
      font-weight: bold;
    }

    .lg-sub-html p {
      font-size: 12px;
      margin: 5px 0 0;
    }

    .lg-sub-html a {
      color: inherit;
    }

    .lg-sub-html a:hover {
      text-decoration: underline;
    }

    .lg-media-overlap .lg-sub-html {
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    }

    .lg-item .lg-sub-html {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
    }

    .lg-error-msg {
      font-size: 14px;
      color: #999;
    }

    .lg-counter {
      color: #999;
      display: inline-block;
      font-size: 16px;
      padding-left: 20px;
      padding-top: 12px;
      height: 47px;
      vertical-align: middle;
    }

    .lg-closing .lg-toolbar,
    .lg-closing .lg-prev,
    .lg-closing .lg-next,
    .lg-closing .lg-sub-html {
      opacity: 0;
      -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
      -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
      -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
      transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    }

    body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
    body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
      opacity: 0;
      -moz-transform: scale3d(0.5, 0.5, 0.5);
      -o-transform: scale3d(0.5, 0.5, 0.5);
      -ms-transform: scale3d(0.5, 0.5, 0.5);
      -webkit-transform: scale3d(0.5, 0.5, 0.5);
      transform: scale3d(0.5, 0.5, 0.5);
      will-change: transform, opacity;
      -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
      -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
      -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
      transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    }

    body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
    body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
      opacity: 1;
      -moz-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }

    .lg-outer .lg-thumb-outer {
      background-color: #0d0a0a;
      width: 100%;
      max-height: 350px;
      overflow: hidden;
      float: left;
    }

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
      cursor: -webkit-grab;
      cursor: -moz-grab;
      cursor: -o-grab;
      cursor: -ms-grab;
      cursor: grab;
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
      cursor: move;
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing;
      cursor: -o-grabbing;
      cursor: -ms-grabbing;
      cursor: grabbing;
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
      -webkit-transition-duration: 0s !important;
      transition-duration: 0s !important;
    }

    .lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
      -webkit-transition-duration: 0s !important;
      transition-duration: 0s !important;
    }

    .lg-outer .lg-thumb-outer.lg-thumb-align-middle {
      text-align: center;
    }

    .lg-outer .lg-thumb-outer.lg-thumb-align-left {
      text-align: left;
    }

    .lg-outer .lg-thumb-outer.lg-thumb-align-right {
      text-align: right;
    }

    .lg-outer.lg-single-item .lg-thumb-outer {
      display: none;
    }

    .lg-outer .lg-thumb {
      padding: 5px 0;
      height: 100%;
      margin-bottom: -5px;
      display: inline-block;
      vertical-align: middle;
    }

    @media (min-width: 768px) {
      .lg-outer .lg-thumb {
        padding: 10px 0;
      }
    }

    .lg-outer .lg-thumb-item {
      cursor: pointer;
      float: left;
      overflow: hidden;
      height: 100%;
      border-radius: 2px;
      margin-bottom: 5px;
      will-change: border-color;
    }

    @media (min-width: 768px) {
      .lg-outer .lg-thumb-item {
        border-radius: 4px;
        border: 2px solid #fff;
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
      }
    }

    .lg-outer .lg-thumb-item.active,
    .lg-outer .lg-thumb-item:hover {
      border-color: #a90707;
    }

    .lg-outer .lg-thumb-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .lg-outer.lg-can-toggle .lg-item {
      padding-bottom: 0;
    }

    .lg-outer .lg-toggle-thumb:after {
      content: '\e1ff';
    }

    .lg-outer.lg-animate-thumb .lg-thumb {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .lg-outer .lg-video-cont {
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      position: relative;
    }

    .lg-outer .lg-video-cont .lg-object {
      width: 100% !important;
      height: 100% !important;
    }

    .lg-outer .lg-has-iframe .lg-video-cont {
      -webkit-overflow-scrolling: touch;
      overflow: auto;
    }

    .lg-outer .lg-video-object {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      z-index: 3;
    }

    .lg-outer .lg-video-poster {
      z-index: 1;
    }

    .lg-outer .lg-has-video .lg-video-object {
      opacity: 0;
      will-change: opacity;
      -webkit-transition: opacity 0.3s ease-in;
      -o-transition: opacity 0.3s ease-in;
      transition: opacity 0.3s ease-in;
    }

    .lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
    .lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
      opacity: 0 !important;
    }

    .lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
      opacity: 1;
    }

    @keyframes lg-play-stroke {
      0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
      }

      50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
      }

      100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
      }
    }

    @keyframes lg-play-rotate {
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

    .lg-video-play-button {
      width: 18%;
      max-width: 140px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      cursor: pointer;
      transform: translate(-50%, -50%) scale(1);
      will-change: opacity, transform;
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
      -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
      -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
      transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
    }

    .lg-video-play-button:hover .lg-video-play-icon-bg,
    .lg-video-play-button:hover .lg-video-play-icon {
      opacity: 1;
    }

    .lg-video-play-icon-bg {
      fill: none;
      stroke-width: 3%;
      stroke: #fcfcfc;
      opacity: 0.6;
      will-change: opacity;
      -webkit-transition: opacity 0.12s ease-in;
      -o-transition: opacity 0.12s ease-in;
      transition: opacity 0.12s ease-in;
    }

    .lg-video-play-icon-circle {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      fill: none;
      stroke-width: 3%;
      stroke: rgba(30, 30, 30, 0.9);
      stroke-opacity: 1;
      stroke-linecap: round;
      stroke-dasharray: 200;
      stroke-dashoffset: 200;
    }

    .lg-video-play-icon {
      position: absolute;
      width: 25%;
      max-width: 120px;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      opacity: 0.6;
      will-change: opacity;
      -webkit-transition: opacity 0.12s ease-in;
      -o-transition: opacity 0.12s ease-in;
      transition: opacity 0.12s ease-in;
    }

    .lg-video-play-icon .lg-video-play-icon-inner {
      fill: #fcfcfc;
    }

    .lg-video-loading .lg-video-play-icon-circle {
      animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
    }

    .lg-video-loaded .lg-video-play-button {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.7);
    }

    .lg-progress-bar {
      background-color: #333;
      height: 5px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1083;
      opacity: 0;
      will-change: opacity;
      -webkit-transition: opacity 0.08s ease 0s;
      -moz-transition: opacity 0.08s ease 0s;
      -o-transition: opacity 0.08s ease 0s;
      transition: opacity 0.08s ease 0s;
    }

    .lg-progress-bar .lg-progress {
      background-color: #a90707;
      height: 5px;
      width: 0;
    }

    .lg-progress-bar.lg-start .lg-progress {
      width: 100%;
    }

    .lg-show-autoplay .lg-progress-bar {
      opacity: 1;
    }

    .lg-autoplay-button:after {
      content: '\e01d';
    }

    .lg-show-autoplay .lg-autoplay-button:after {
      content: '\e01a';
    }

    .lg-single-item .lg-autoplay-button {
      opacity: 0.75;
      pointer-events: none;
    }

    .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
    .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
      -webkit-transition-duration: 0ms !important;
      transition-duration: 0ms !important;
    }

    .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
      will-change: transform;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
      -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
      -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
      transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    }

    .lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
      will-change: transform;
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
      -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
      -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
      transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    }

    .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
    .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      will-change: opacity, transform;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
      -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
      -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
      transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    .lg-icon.lg-zoom-in:after {
      content: '\e311';
    }

    .lg-icon.lg-actual-size {
      font-size: 20px;
    }

    .lg-icon.lg-actual-size:after {
      content: '\e033';
    }

    .lg-icon.lg-zoom-out {
      opacity: 0.5;
      pointer-events: none;
    }

    .lg-icon.lg-zoom-out:after {
      content: '\e312';
    }

    .lg-zoomed .lg-icon.lg-zoom-out {
      opacity: 1;
      pointer-events: auto;
    }

    .lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
    .lg-outer[data-lg-slide-type='video'] .lg-actual-size,
    .lg-outer[data-lg-slide-type='video'] .lg-zoom-out,
    .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
    .lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
    .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out,
    .lg-outer.lg-first-slide-loading .lg-zoom-in,
    .lg-outer.lg-first-slide-loading .lg-actual-size,
    .lg-outer.lg-first-slide-loading .lg-zoom-out {
      opacity: 0.75;
      pointer-events: none;
    }

    .lg-outer .lg-pager-outer {
      text-align: center;
      z-index: 1080;
      height: 10px;
      margin-bottom: 10px;
    }

    .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
      overflow: visible;
    }

    .lg-outer.lg-single-item .lg-pager-outer {
      display: none;
    }

    .lg-outer .lg-pager-cont {
      cursor: pointer;
      display: inline-block;
      overflow: hidden;
      position: relative;
      vertical-align: top;
      margin: 0 5px;
    }

    .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
      box-shadow: 0 0 0 2px white inset;
    }

    .lg-outer .lg-pager-thumb-cont {
      background-color: #fff;
      color: #fff;
      bottom: 100%;
      height: 83px;
      left: 0;
      margin-bottom: 20px;
      margin-left: -60px;
      opacity: 0;
      padding: 5px;
      position: absolute;
      width: 120px;
      border-radius: 3px;
      will-change: transform, opacity;
      -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
      -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
      -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
      transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }

    .lg-outer .lg-pager-thumb-cont img {
      width: 100%;
      height: 100%;
    }

    .lg-outer .lg-pager {
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
      display: block;
      height: 12px;
      -webkit-transition: box-shadow 0.3s ease 0s;
      -o-transition: box-shadow 0.3s ease 0s;
      transition: box-shadow 0.3s ease 0s;
      width: 12px;
    }

    .lg-outer .lg-pager:hover,
    .lg-outer .lg-pager:focus {
      box-shadow: 0 0 0 8px white inset;
    }

    .lg-outer .lg-caret {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px dashed;
      bottom: -10px;
      display: inline-block;
      height: 0;
      left: 50%;
      margin-left: -5px;
      position: absolute;
      vertical-align: middle;
      width: 0;
    }

    .lg-fullscreen:after {
      content: "\e20c";
    }

    .lg-fullscreen-on .lg-fullscreen:after {
      content: "\e20d";
    }

    .lg-outer .lg-dropdown-overlay {
      background-color: rgba(0, 0, 0, 0.25);
      bottom: 0;
      cursor: default;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1081;
      opacity: 0;
      visibility: hidden;
      will-change: visibility, opacity;
      -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
      -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
      transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    }

    .lg-outer.lg-dropdown-active .lg-dropdown,
    .lg-outer.lg-dropdown-active .lg-dropdown-overlay {
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -moz-transform: translate3d(0, 0px, 0);
      -o-transform: translate3d(0, 0px, 0);
      -ms-transform: translate3d(0, 0px, 0);
      -webkit-transform: translate3d(0, 0px, 0);
      transform: translate3d(0, 0px, 0);
      opacity: 1;
      visibility: visible;
    }

    .lg-outer.lg-dropdown-active .lg-share {
      color: #fff;
    }

    .lg-outer .lg-dropdown {
      background-color: #fff;
      border-radius: 2px;
      font-size: 14px;
      list-style-type: none;
      margin: 0;
      padding: 10px 0;
      position: absolute;
      right: 0;
      text-align: left;
      top: 50px;
      opacity: 0;
      visibility: hidden;
      -moz-transform: translate3d(0, 5px, 0);
      -o-transform: translate3d(0, 5px, 0);
      -ms-transform: translate3d(0, 5px, 0);
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
      will-change: visibility, opacity, transform;
      -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
      -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
      -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
      transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    }

    .lg-outer .lg-dropdown:after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      border: 8px solid transparent;
      border-bottom-color: #fff;
      right: 16px;
      top: -16px;
    }

    .lg-outer .lg-dropdown>li:last-child {
      margin-bottom: 0px;
    }

    .lg-outer .lg-dropdown>li:hover a {
      color: #333;
    }

    .lg-outer .lg-dropdown a {
      color: #333;
      display: block;
      white-space: pre;
      padding: 4px 12px;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 12px;
    }

    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07);
    }

    .lg-outer .lg-dropdown .lg-dropdown-text {
      display: inline-block;
      line-height: 1;
      margin-top: -3px;
      vertical-align: middle;
    }

    .lg-outer .lg-dropdown .lg-icon {
      color: #333;
      display: inline-block;
      float: none;
      font-size: 20px;
      height: auto;
      line-height: 1;
      margin-right: 8px;
      padding: 0;
      vertical-align: middle;
      width: auto;
    }

    .lg-outer .lg-share {
      position: relative;
    }

    .lg-outer .lg-share:after {
      content: '\e80d';
    }

    .lg-outer .lg-share-facebook .lg-icon {
      color: #3b5998;
    }

    .lg-outer .lg-share-facebook .lg-icon:after {
      content: '\e904';
    }

    .lg-outer .lg-share-twitter .lg-icon {
      color: #00aced;
    }

    .lg-outer .lg-share-twitter .lg-icon:after {
      content: '\e907';
    }

    .lg-outer .lg-share-pinterest .lg-icon {
      color: #cb2027;
    }

    .lg-outer .lg-share-pinterest .lg-icon:after {
      content: '\e906';
    }

    .lg-comment-box {
      width: 420px;
      max-width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 9999;
      background-color: #fff;
      will-change: transform;
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
      -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
      -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
      transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
    }

    .lg-comment-box .lg-comment-title {
      margin: 0;
      color: #fff;
      font-size: 18px;
    }

    .lg-comment-box .lg-comment-header {
      background-color: #000;
      padding: 12px 20px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
    }

    .lg-comment-box .lg-comment-body {
      height: 100% !important;
      padding-top: 43px !important;
      width: 100% !important;
    }

    .lg-comment-box .fb-comments {
      height: 100%;
      width: 100%;
      background: url("../images/loading.gif") no-repeat scroll center center #fff;
      overflow-y: auto;
      display: inline-block;
    }

    .lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
      background-image: none;
    }

    .lg-comment-box .fb-comments>span {
      max-width: 100%;
    }

    .lg-comment-box .lg-comment-close {
      position: absolute;
      right: 5px;
      top: 12px;
      cursor: pointer;
      font-size: 20px;
      color: #999;
      will-change: color;
      -webkit-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      transition: color 0.2s linear;
    }

    .lg-comment-box .lg-comment-close:hover {
      color: #fff;
    }

    .lg-comment-box .lg-comment-close:after {
      content: '\e070';
    }

    .lg-comment-box iframe {
      max-width: 100% !important;
      width: 100% !important;
    }

    .lg-comment-box #disqus_thread {
      padding: 0 20px;
    }

    .lg-outer .lg-comment-overlay {
      background-color: rgba(0, 0, 0, 0.25);
      bottom: 0;
      cursor: default;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 1081;
      opacity: 0;
      visibility: hidden;
      will-change: visibility, opacity;
      -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
      -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
      transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    }

    .lg-outer .lg-comment-toggle:after {
      content: '\e908';
    }

    .lg-outer.lg-comment-active .lg-comment-overlay {
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -moz-transform: translate3d(0, 0px, 0);
      -o-transform: translate3d(0, 0px, 0);
      -ms-transform: translate3d(0, 0px, 0);
      -webkit-transform: translate3d(0, 0px, 0);
      transform: translate3d(0, 0px, 0);
      opacity: 1;
      visibility: visible;
    }

    .lg-outer.lg-comment-active .lg-comment-toggle {
      color: #fff;
    }

    .lg-outer.lg-comment-active .lg-comment-box {
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    .lg-outer .lg-img-rotate {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
      -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
      -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
      transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
    }

    .lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
    .lg-outer[data-lg-slide-type='video'] .lg-rotate-right,
    .lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
    .lg-outer[data-lg-slide-type='video'] .lg-flip-hor,
    .lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
    .lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
    .lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
    .lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor {
      opacity: 0.75;
      pointer-events: none;
    }

    .lg-rotate-left:after {
      content: '\e900';
    }

    .lg-rotate-right:after {
      content: '\e901';
    }

    .lg-icon.lg-flip-hor,
    .lg-icon.lg-flip-ver {
      font-size: 26px;
    }

    .lg-flip-ver:after {
      content: '\e903';
    }

    .lg-flip-hor:after {
      content: '\e902';
    }

    .lg-medium-zoom-item {
      cursor: zoom-in;
    }

    .lg-medium-zoom .lg-outer {
      cursor: zoom-out;
    }

    .lg-medium-zoom .lg-outer.lg-grab img.lg-object {
      cursor: zoom-out;
    }

    .lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
      cursor: zoom-out;
    }

    .lg-relative-caption .lg-outer .lg-sub-html {
      white-space: normal;
      bottom: auto;
      padding: 0;
      background-image: none;
    }

    .lg-relative-caption .lg-outer .lg-relative-caption-item {
      opacity: 0;
      padding: 16px 0;
      transition: 0.5s opacity ease;
    }

    .lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
      opacity: 1;
    }

    .lg-group:after {
      content: '';
      display: table;
      clear: both;
    }

    .lg-container {
      display: none;
      outline: none;
    }

    .lg-container.lg-show {
      display: block;
    }

    .lg-on {
      scroll-behavior: unset;
    }

    .lg-toolbar,
    .lg-prev,
    .lg-next,
    .lg-pager-outer,
    .lg-hide-sub-html .lg-sub-html {
      opacity: 0;
      will-change: transform, opacity;
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
      -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
      -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
      transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    }

    .lg-show-in .lg-toolbar,
    .lg-show-in .lg-prev,
    .lg-show-in .lg-next,
    .lg-show-in .lg-pager-outer {
      opacity: 1;
    }

    .lg-show-in.lg-hide-sub-html .lg-sub-html {
      opacity: 1;
    }

    .lg-show-in .lg-hide-items .lg-prev {
      opacity: 0;
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }

    .lg-show-in .lg-hide-items .lg-next {
      opacity: 0;
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }

    .lg-show-in .lg-hide-items .lg-toolbar {
      opacity: 0;
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }

    .lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }

    .lg-outer {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1050;
      text-align: left;
      opacity: 0.001;
      outline: none;
      will-change: auto;
      overflow: hidden;
      -webkit-transition: opacity 0.15s ease 0s;
      -o-transition: opacity 0.15s ease 0s;
      transition: opacity 0.15s ease 0s;
    }

    .lg-outer * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .lg-outer.lg-zoom-from-image {
      opacity: 1;
    }

    .lg-outer.lg-visible {
      opacity: 1;
    }

    .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
    .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
    .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
      -webkit-transition-duration: inherit !important;
      transition-duration: inherit !important;
      -webkit-transition-timing-function: inherit !important;
      transition-timing-function: inherit !important;
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
    .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
    .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
      -webkit-transition-duration: 0s !important;
      transition-duration: 0s !important;
      opacity: 1;
    }

    .lg-outer.lg-grab img.lg-object {
      cursor: -webkit-grab;
      cursor: -moz-grab;
      cursor: -o-grab;
      cursor: -ms-grab;
      cursor: grab;
    }

    .lg-outer.lg-grabbing img.lg-object {
      cursor: move;
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing;
      cursor: -o-grabbing;
      cursor: -ms-grabbing;
      cursor: grabbing;
    }

    .lg-outer .lg-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    .lg-outer .lg-inner {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      -webkit-transition: opacity 0s;
      -o-transition: opacity 0s;
      transition: opacity 0s;
      white-space: nowrap;
    }

    .lg-outer .lg-item {
      display: none !important;
    }

    .lg-outer .lg-item:not(.lg-start-end-progress) {
      background: url("../images/loading.gif") no-repeat scroll center center transparent;
    }

    .lg-outer.lg-css3 .lg-prev-slide,
    .lg-outer.lg-css3 .lg-current,
    .lg-outer.lg-css3 .lg-next-slide {
      display: inline-block !important;
    }

    .lg-outer.lg-css .lg-current {
      display: inline-block !important;
    }

    .lg-outer .lg-item,
    .lg-outer .lg-img-wrap {
      display: inline-block;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
    }

    .lg-outer .lg-item:before,
    .lg-outer .lg-img-wrap:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }

    .lg-outer .lg-img-wrap {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      white-space: nowrap;
      font-size: 0;
    }

    .lg-outer .lg-item.lg-complete {
      background-image: none;
    }

    .lg-outer .lg-item.lg-current {
      z-index: 1060;
    }

    .lg-outer .lg-object {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      position: relative;
    }

    .lg-outer .lg-empty-html.lg-sub-html,
    .lg-outer .lg-empty-html .lg-sub-html {
      display: none;
    }

    .lg-outer.lg-hide-download .lg-download {
      opacity: 0.75;
      pointer-events: none;
    }

    .lg-outer .lg-first-slide .lg-dummy-img {
      position: absolute;
      top: 50%;
      left: 50%;
    }

    .lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
      -webkit-transform: translate3d(0, 0%, 0);
      transform: translate3d(0, 0%, 0);
      opacity: 1;
    }

    .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
      opacity: 1;
      transition: opacity 0.2s ease-out 0.15s;
    }

    .lg-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1040;
      background-color: #000;
      opacity: 0;
      will-change: auto;
      -webkit-transition: opacity 333ms ease-in 0s;
      -o-transition: opacity 333ms ease-in 0s;
      transition: opacity 333ms ease-in 0s;
    }

    .lg-backdrop.in {
      opacity: 1;
    }

    .lg-css3.lg-no-trans .lg-prev-slide,
    .lg-css3.lg-no-trans .lg-next-slide,
    .lg-css3.lg-no-trans .lg-current {
      -webkit-transition: none 0s ease 0s !important;
      -moz-transition: none 0s ease 0s !important;
      -o-transition: none 0s ease 0s !important;
      transition: none 0s ease 0s !important;
    }

    .lg-css3.lg-use-css3 .lg-item {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    .lg-css3.lg-fade .lg-item {
      opacity: 0;
    }

    .lg-css3.lg-fade .lg-item.lg-current {
      opacity: 1;
    }

    .lg-css3.lg-fade .lg-item.lg-prev-slide,
    .lg-css3.lg-fade .lg-item.lg-next-slide,
    .lg-css3.lg-fade .lg-item.lg-current {
      -webkit-transition: opacity 0.1s ease 0s;
      -moz-transition: opacity 0.1s ease 0s;
      -o-transition: opacity 0.1s ease 0s;
      transition: opacity 0.1s ease 0s;
    }

    .lg-css3.lg-use-css3 .lg-item.lg-start-progress {
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
      -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
      -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
      transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    }

    .lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
      -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
      -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
      -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
      transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item {
      opacity: 0;
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
      -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
      -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
      -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
      transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

    .lg-container {
      display: none;
    }

    .lg-container.lg-show {
      display: block;
    }

    .lg-container.lg-dragging-vertical .lg-backdrop {
      -webkit-transition-duration: 0s !important;
      transition-duration: 0s !important;
    }

    .lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
      -webkit-transition-duration: 0s !important;
      transition-duration: 0s !important;
      opacity: 1;
    }

    .lg-inline .lg-backdrop,
    .lg-inline .lg-outer {
      position: absolute;
    }

    .lg-inline .lg-backdrop {
      z-index: 1;
    }

    .lg-inline .lg-outer {
      z-index: 2;
    }

    .lg-inline .lg-maximize:after {
      content: '\e909';
    }

    .lg-components {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      will-change: transform;
      -webkit-transition: -webkit-transform 0.35s ease-out 0s;
      -moz-transition: -moz-transform 0.35s ease-out 0s;
      -o-transition: -o-transform 0.35s ease-out 0s;
      transition: transform 0.35s ease-out 0s;
      z-index: 1080;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
    }

    /*LIGHT GALLERY BUNDLE - ENDS*/



    /*TIMELINE - STARTS*/
    .main-timeline {
      font-family: 'Poppins', sans-serif;
      padding: 25px 10px;
    }

    .main-timeline:after {
      content: '';
      display: block;
      clear: both;
    }

    .main-timeline .timeline {
      width: calc(50% + 9px);
      /* padding: 20px 30px 20px 0; */
      padding: 0px 30px 0px 0;
      /* margin: -20px 0 0 0; */
      margin: -3px -3px;
      /* border-radius: 20px; */
      border-radius: 12px;
      /* border: 10px solid transparent; */
      /* border-right: 10px solid #fff; */
      border-right: 10px solid var(--ternary-color);
      float: left;
      position: relative;
    }


    /* .main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: '';
    background-color: #DA2677;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    right: -18px;
    bottom: 40px;
} */

    .main-timeline .timeline:after {
      border-radius: 3px;
      transform: rotate(45deg);
      right: 20px;
    }

    .main-timeline .timeline-content {
      /* color: #fff; */
      color: #000;
      /* background: linear-gradient(#D02578, #DA2677); */
      min-height: 130px;
      padding: 0 0 20px;
      /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
      /* border-radius: 20px; */
      display: block;
      overflow: hidden;
      position: relative;
      z-index: 1;
    }

    .main-timeline .timeline-content:hover {
      text-decoration: none;
    }

    .main-timeline .timeline-icon {
      font-size: 40px;
      line-height: 40px;
      position: absolute;
      bottom: 15px;
      right: 16px;
    }

    .main-timeline .title {
      /* color: #DA2677;
    background-color: #fff; */
      color: var(--ternary-color);
      /* background-color: var(--ternary-color); */
      font-size: 21px;
      font-weight: 600;
      letter-spacing: 0.5px;
      /* text-align: center; */
      text-transform: uppercase;
      padding: 12px;
      margin: 0 0 5px;
    }

    .main-timeline .description {
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 1px;
      line-height: 20px;
      /* margin: 20px 80px 0 20px; */
      margin: 0px 80px 0 12px;
    }

    .main-timeline .timeline:nth-child(even) {
      float: right;
      /* padding: 20px 0 20px 30px; */
      padding: 00px 0 00px 30px;
      /* margin: -20px 0 0 0; */
      margin: 0;
      border-right: none;
      /* border-left: 10px solid #fff; */
      border-left: 10px solid var(--primary-color);
    }

    .main-timeline .timeline:nth-child(even):before {
      right: auto;
      left: -18px;
    }

    .main-timeline .timeline:nth-child(even):after {
      right: auto;
      left: 20px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
      right: auto;
      left: 16px;
    }

    .main-timeline .timeline:nth-child(even) .title {
      background-color: var(--ternary-color);
    }

    .main-timeline .timeline:nth-child(even) .description {
      margin: 20px 20px 0 80px;
    }

    .main-timeline .timeline:nth-child(4n+2):before,
    .main-timeline .timeline:nth-child(4n+2):after {
      background-color: var(--ternary-color);
    }

    .main-timeline .timeline:nth-child(4n+2) .timeline-content {
      /* background: linear-gradient(#80B02C, var(--ternary-color)); */
    }

    .main-timeline .timeline:nth-child(4n+2) .title {
      /* background-color: var(--primary-color); */
      background-color: transparent;
      color: var(--primary-color);
    }

    .main-timeline .timeline:nth-child(4n+3):before,
    .main-timeline .timeline:nth-child(4n+3):after {
      background-color: var(--secondary-color);
    }

    .main-timeline .timeline:nth-child(4n+3) {
      border-right: 10px solid var(--secondary-color);
    }

    .main-timeline .timeline:nth-child(4n+3) .timeline-content {
      /* background: linear-gradient(#65286D, var(--secondary-color)); */
    }

    .main-timeline .timeline:nth-child(4n+3) .title {
      /* background-color: var(--secondary-color); */
      background-color: transparent;
      color: var(--secondary-color);
    }

    .main-timeline .timeline:nth-child(4n+4):before,
    .main-timeline .timeline:nth-child(4n+4):after {
      background-color: #0A2C80;
    }

    .main-timeline .timeline:nth-child(4n+4) {
      border-left: 10px solid var(--ternary-color);
    }

    .main-timeline .timeline:nth-child(4n+4) .timeline-content {
      /* background: linear-gradient(#2FD8D8, #0A2C80); */
    }

    .main-timeline .timeline:nth-child(4n+4) .title {
      /* background-color: var(--ternary-color); */
      background-color: transparent;
      color: var(--ternary-color);
    }

    .main-timeline .timeline:nth-child(4n+5):before,
    .main-timeline .timeline:nth-child(4n+5):after {
      background-color: #0e800a;
    }

    .main-timeline .timeline:nth-child(4n+5) {
      border-right: 10px solid var(--primary-color);
    }

    .main-timeline .timeline:nth-child(4n+5) .timeline-content {
      /* background: linear-gradient(#2FD8D8, #0e800a); */
    }

    .main-timeline .timeline:nth-child(4n+5) .title {
      /* background-color: var(--primary-color); */
      background-color: transparent;
      color: var(--primary-color);
    }

    .main-timeline .timeline:nth-child(4n+6):before,
    .main-timeline .timeline:nth-child(4n+6):after {
      background-color: #e06bbd;
    }

    .main-timeline .timeline:nth-child(4n+6) {
      border-left: 10px solid var(--secondary-color);
    }

    .main-timeline .timeline:nth-child(4n+6) .timeline-content {
      /* background: linear-gradient(#2FD8D8, #e06bbd); */
    }

    .main-timeline .timeline:nth-child(4n+6) .title {
      /* background-color: var(--secondary-color); */
      background-color: transparent;
      color: var(--secondary-color);
    }

    /* THANK YOU PAGE - STARTS */
    /* Navigation menu text color - white by default */
    .navbar-hover .nav-link {
      color: #fff !important;
      transition: all 0.3s ease;
    }

    .navbar-hover .nav-link:hover {
      color: var(--primary-color) !important;
    }

    .navbar-hover .dropdown-item {
      color: #333;
    }

    .navbar-hover .dropdown-item:hover {
      color: var(--primary-color);
      background-color: transparent;
    }

    /* Thank you page - black menu text */
    .thank-you-page-body .navbar-hover .nav-item:not(.cta) .nav-link,
    .thank-you-page-body .navbar-hover .dropdown:not(.cta) .nav-link {
      color: #000 !important;
    }

    .thank-you-page-body .navbar-hover .dropdown-item {
      color: #000 !important;
    }

    .thank-you-page-body .start-header.scroll-on .nav-item:not(.cta) a,
    .thank-you-page-body .start-header.scroll-on .dropdown:not(.cta) a {
      color: #000 !important;
    }

    .thank-you-page-body .nav-item:not(.cta) .nav-link {
      color: #000 !important;
    }

    #thank-you-section {
      padding: 120px 0;
      min-height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f8f9fa;
      margin-top: 0;
    }

    header {
      margin-top: 0 !important;
    }

    /* .thank-you-page-body header {
    margin-bottom: 30px;
    padding-bottom: 15px;
} */

    .thank-you-content {
      text-align: center;
      max-width: 600px;
      width: 100%;
      margin: 0 auto;
      animation: fadeInUp 0.8s ease-out backwards;
    }

    .thank-you-icon {
      margin-bottom: 25px;
      font-size: 100px;
      color: #79bd2d;
      animation: pulse 2s ease-in-out infinite;
      display: block;
      line-height: 1;
      font-weight: 900;
    }

    .thank-you-content h2 {
      font-size: 2.6rem;
      color: var(--primary-color);
      margin-bottom: 25px;
      font-weight: 800;
      line-height: 1.35;
      animation: slideInDown 0.8s ease-out 0.2s backwards;
      letter-spacing: -0.5px;
    }

    .thank-you-message {
      font-size: 1.05rem;
      color: #333;
      margin-bottom: 12px;
      line-height: 1.7;
      font-weight: 500;
      animation: fadeInUp 0.8s ease-out 0.4s backwards;
    }

    .thank-you-subtext {
      font-size: 0.98rem;
      color: #666;
      margin-bottom: 30px;
      line-height: 1.6;
      animation: fadeInUp 0.8s ease-out 0.5s backwards;
    }

    .thank-you-actions {
      margin-bottom: 40px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .thank-you-actions a {
      display: inline-block;
      padding: 13px 24px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      font-weight: 700;
      font-size: 12px;
      border-radius: 28px;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      text-decoration: none;
      position: relative;
      overflow: hidden;
      animation: scaleInButton 0.6s ease-out backwards;
      text-align: center;
      white-space: nowrap;
      flex: 0 1 auto;
    }

    .thank-you-actions a i {
      margin-right: 8px;
      transition: all 0.3s ease;
    }

    .thank-you-actions a:hover i {
      transform: translateX(2px);
    }

    .thank-you-actions a::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      transition: left 0.4s ease;
      z-index: -1;
    }

    .thank-you-actions a:hover::before {
      left: 100%;
    }

    .thank-you-actions a:nth-child(1) {
      animation-delay: 0.6s;
    }

    .thank-you-actions a:nth-child(2) {
      animation-delay: 0.7s;
    }

    .thank-you-actions a:nth-child(3) {
      animation-delay: 0.8s;
    }

    .btn-primary {
      background-color: var(--primary-color);
      color: #fff;
      box-shadow: 0 6px 20px rgba(94, 183, 228, 0.45);
      font-weight: 800;
      letter-spacing: 1.3px;
    }

    .btn-primary:hover {
      background-color: #4fa3d1;
      color: #fff;
      text-decoration: none;
      transform: translateY(-6px);
      box-shadow: 0 14px 35px rgba(94, 183, 228, 0.6);
    }

    .btn-secondary {
      background-color: #fff;
      color: var(--primary-color);
      border: 2px solid var(--primary-color);
      box-shadow: 0 4px 15px rgba(94, 183, 228, 0.25);
    }

    .btn-secondary:hover {
      background-color: var(--primary-color);
      color: #fff;
      text-decoration: none;
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(94, 183, 228, 0.55);
    }

    .btn-outline {
      background-color: #fff;
      color: var(--secondary-color);
      border: 2px solid var(--secondary-color);
      box-shadow: 0 4px 15px rgba(227, 117, 21, 0.2);
    }

    .btn-outline:hover {
      background-color: var(--secondary-color);
      color: #fff;
      text-decoration: none;
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(227, 117, 21, 0.5);
    }

    .contact-info-text {
      margin-top: 40px;
      padding: 0;
      border-radius: 0;
      animation: slideInUp 0.8s ease-out 0.9s backwards;
      background: transparent;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 25px;
      align-items: stretch;
    }

    .contact-info-text p {
      margin: 0;
      font-size: 0.98rem;
      color: #555;
      padding: 25px;
      border-radius: 15px;
      background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
      border: 2px solid rgba(94, 183, 228, 0.15);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .contact-info-text p:hover {
      border-color: var(--primary-color);
      box-shadow: 0 12px 35px rgba(94, 183, 228, 0.2);
      transform: translateY(-5px);
    }

    .contact-info-text p strong {
      color: var(--primary-color);
      display: block;
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 12px;
      opacity: 0.9;
    }

    .contact-info-text p a {
      color: var(--primary-color);
      text-decoration: none;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      width: 100%;
      font-weight: 600;
      font-size: 0.95rem;
    }

    .contact-info-text p a i {
      font-size: 2.2rem;
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(94, 183, 228, 0.15), rgba(94, 183, 228, 0.08));
      transition: all 0.4s ease;
    }

    .contact-info-text p a:hover {
      color: var(--primary-color-dark);
      text-decoration: none;
    }

    .contact-info-text p a:hover i {
      transform: scale(1.2);
      background: linear-gradient(135deg, rgba(94, 183, 228, 0.25), rgba(94, 183, 228, 0.15));
    }

    @keyframes pulse {

      0%,
      100% {
        transform: scale(1);
        opacity: 1;
      }

      50% {
        transform: scale(1.1);
        opacity: 0.9;
      }
    }

    @keyframes slideInDown {
      from {
        opacity: 0;
        transform: translateY(-40px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(25px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes scaleInButton {
      from {
        opacity: 0;
        transform: scale(0.75);
      }

      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    @keyframes slideInUp {
      from {
        opacity: 0;
        transform: translateY(35px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 767px) {
      #thank-you-section {
        padding: 25px 0;
        background-color: #f8f9fa;
      }

      .thank-you-content {
        padding: 0 20px;
      }

      .thank-you-content h2 {
        font-size: 2rem;
        margin-bottom: 15px;
      }

      .thank-you-icon {
        font-size: 80px;
        margin-bottom: 15px;
      }

      .thank-you-message {
        font-size: 1rem;
        margin-bottom: 10px;
      }

      .thank-you-subtext {
        font-size: 0.95rem;
        margin-bottom: 20px;
      }

      .thank-you-actions {
        gap: 12px;
        margin-bottom: 25px;
        flex-wrap: wrap;
      }

      .thank-you-actions a {
        padding: 13px 22px;
        font-size: 12px;
        border-radius: 24px;
        flex: 1 1 calc(33.333% - 8px);
        min-width: 140px;
      }

      .contact-info-text {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0;
        margin-top: 30px;
      }

      .contact-info-text p {
        padding: 22px 20px;
        border-radius: 12px;
      }

      .contact-info-text p a i {
        font-size: 1.8rem;
        width: 48px;
        height: 48px;
      }

      .contact-info-text p strong {
        font-size: 0.8rem;
        margin-bottom: 10px;
      }

      .contact-info-text p a {
        font-size: 0.92rem;
        gap: 10px;
      }
    }

    @media (max-width: 480px) {
      #thank-you-section {
        padding: 20px 0;
        background-color: #f8f9fa;
      }

      .thank-you-content {
        padding: 100px 15px;
      }

      .thank-you-content h2 {
        font-size: 1.7rem;
        margin-bottom: 12px;
        line-height: 1.2;
      }

      .thank-you-icon {
        font-size: 75px;
        margin-bottom: 15px;
        display: block;
      }

      .thank-you-message {
        font-size: 0.95rem;
        margin-bottom: 8px;
        line-height: 1.6;
      }

      .thank-you-subtext {
        font-size: 0.9rem;
        margin-bottom: 15px;
        line-height: 1.5;
      }

      .thank-you-actions {
        gap: 8px;
        margin-bottom: 15px;
      }

      .thank-you-actions {
        flex-direction: column;
        gap: 10px;
      }

      .thank-you-actions a {
        padding: 12px 20px;
        font-size: 11px;
        letter-spacing: 0.8px;
        width: 100%;
        white-space: normal;
        display: block;
      }

      .contact-info-text {
        margin-top: 20px;
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0;
      }

      .contact-info-text p {
        padding: 20px 15px;
        border-radius: 12px;
      }

      .contact-info-text p strong {
        font-size: 0.78rem;
        margin-bottom: 8px;
      }

      .contact-info-text p a {
        font-size: 0.9rem;
        gap: 8px;
      }

      .contact-info-text p a i {
        font-size: 1.6rem;
        width: 42px;
        height: 42px;
      }
    }

    /* THANK YOU PAGE - ENDS */

    @media screen and (max-width:767px) {

      .main-timeline .timeline,
      .main-timeline .timeline:nth-child(even) {
        width: 100%;
        /* padding: 20px 0 20px 30px; */
        padding: 20px 0;
        margin: -25px 0 0;
        border-left: 10px solid #fff;
        border-right: none;
      }

      .main-timeline .timeline:before,
      .main-timeline .timeline:nth-child(even):before {
        right: auto;
        left: -17px;
      }

      .main-timeline .timeline:after,
      .main-timeline .timeline:nth-child(even):after {
        right: auto;
        left: 20px;
      }

      .main-timeline .description,
      .main-timeline .timeline:nth-child(even) .description {
        margin: 20px 20px 0 80px;
      }

      .main-timeline .timeline-icon,
      .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 16px;
        right: auto;
      }

      .main-timeline .timeline,
      .main-timeline .timeline:nth-child(even),
      .main-timeline .timeline:nth-child(4n+3),
      .main-timeline .timeline:nth-child(4n+5) {
        border: 0px;
      }
    }

    @media screen and (max-width:576px) {
      .main-timeline .timeline-content {
        padding-bottom: 70px;
      }

      .main-timeline .description,
      .main-timeline .timeline:nth-child(even) .description {
        margin: 20px 20px 0 20px;
      }
    }


    /*TIMELINE - ENDS*/



    /*IMAGE COMPARE CSS - STARTS*/
    .icv {
      position: relative;
      overflow: hidden;
      cursor: row-resize
    }

    .icv__icv--vertical {
      cursor: row-resize
    }

    .icv__icv--horizontal {
      cursor: col-resize
    }

    .icv__img {
      pointer-events: none;
      -o-user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      max-width: none;
      width: 100%;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      top: 0;
      display: block
    }

    .icv__is--fluid .icv__img {
      display: none
    }

    .icv__img-a {
      height: auto;
      position: static;
      z-index: 1;
      left: 0px
    }

    .icv__img-b {
      height: 100%;
      position: absolute;
      z-index: 2;
      left: auto;
      right: 0px;
      width: auto
    }

    .icv__icv--vertical .icv__img-b {
      width: 100%;
      height: auto
    }

    .icv__imposter {
      z-index: 4;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%
    }

    .icv__wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0px;
      top: 0px;
      overflow: hidden;
      background-size: cover;
      background-position: center center;
      z-index: 3
    }

    .icv__is--fluid .icv__wrapper,
    .icv__icv--vertical .icv__wrapper {
      width: 100% !important
    }

    .icv__is--fluid .icv__wrapper,
    .icv__icv--horizontal .icv__wrapper {
      height: 100% !important
    }

    .icv__fluidwrapper {
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
    }

    .icv__control {
      position: absolute;
      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;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      top: 0px;
      z-index: 5
    }

    .icv__icv--vertical .icv__control {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      left: 0;
      width: 100%
    }

    .icv__control-line {
      height: 50%;
      width: 2px;
      z-index: 6
    }

    .icv__icv--vertical .icv__control-line {
      width: 50%
    }

    .icv__theme-wrapper {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      -webkit-transition: all 0.1s ease-out 0s;
      transition: all 0.1s ease-out 0s;
      z-index: 5
    }

    .icv__icv--vertical .icv__theme-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }

    .icv__arrow-wrapper {
      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.1s ease-out 0s;
      transition: all 0.1s ease-out 0s
    }

    .icv__arrow-a {
      -webkit-transform: scale(1.5) rotateZ(180deg);
      transform: scale(1.5) rotateZ(180deg);
      height: 20px;
      width: 20px;
      -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
      filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33))
    }

    .icv__arrow-b {
      -webkit-transform: scale(1.5) rotateZ(0deg);
      transform: scale(1.5) rotateZ(0deg);
      height: 20px;
      width: 20px;
      -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
      filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33))
    }

    .icv__circle {
      width: 50px;
      height: 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-radius: 999px
    }

    .icv__label {
      position: absolute;
      bottom: 1rem;
      z-index: 12;
      background: rgba(0, 0, 0, 0.33);
      color: white;
      border-radius: 3px;
      padding: 0.5rem 0.75rem;
      font-size: 0.85rem;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .icv__label.vertical {
      bottom: auto;
      left: 1rem
    }

    .icv__label.on-hover {
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
      transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22)
    }

    .icv:hover .icv__label.on-hover {
      -webkit-transform: scale(1);
      transform: scale(1)
    }

    .icv__label-before {
      left: 1rem
    }

    .icv__label-after {
      right: 1rem
    }

    .icv__label-before.vertical {
      top: 1rem
    }

    .icv__label-after.vertical {
      bottom: 1rem;
      right: auto
    }

    .icv__body {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    /*IMAGE COMPARE CSS - ENDS*/

    /* Mobile Menu Text Color Fix */
    @media only screen and (max-width: 767px) {

      .navbar .nav-link,
      .navbar .dropdown-item,
      .navbar a,
      .navbar-hover .nav-link {
        color: #000 !important;
      }

      /* Ensure sub-menu items are also black */
      .dropdown-menu .dropdown-item {
        color: #000 !important;
      }
    }