body {
  padding: 0px;
  margin: 0px;
  font-family: "Figtree", sans-serif; }

a, a:hover {
  text-decoration: none; }

.fs-1px {
  font-size: 1px; }

.fs-2px {
  font-size: 2px; }

.fs-3px {
  font-size: 3px; }

.fs-4px {
  font-size: 4px; }

.fs-5px {
  font-size: 5px; }

.fs-6px {
  font-size: 6px; }

.fs-7px {
  font-size: 7px; }

.fs-8px {
  font-size: 8px; }

.fs-9px {
  font-size: 9px; }

.fs-10px {
  font-size: 10px; }

.fs-11px {
  font-size: 11px; }

.fs-12px {
  font-size: 12px; }

.fs-13px {
  font-size: 13px; }

.fs-14px {
  font-size: 14px; }

.fs-15px {
  font-size: 15px; }

.fs-16px {
  font-size: 16px; }

.fs-17px {
  font-size: 17px; }

.fs-18px {
  font-size: 18px; }

.fs-19px {
  font-size: 19px; }

.fs-20px {
  font-size: 20px; }

.fs-21px {
  font-size: 21px; }

.fs-22px {
  font-size: 22px; }

.fs-23px {
  font-size: 23px; }

.fs-24px {
  font-size: 24px; }

.fs-25px {
  font-size: 25px; }

.fs-26px {
  font-size: 26px; }

.fs-27px {
  font-size: 27px; }

.fs-28px {
  font-size: 28px; }

.fs-29px {
  font-size: 29px; }

.fs-30px {
  font-size: 30px; }

.text-color-1 {
  color: #15c0b6; }

.text-color-2 {
  color: #DCFCE7; }

.text-color-3 {
  color: #F2DFD8; }

.text-color-4 {
  color: #59DF74; }

.text-color-5 {
  color: #15C0A9; }

.text-color-6 {
  color: #F2A959; }

.text-color-7 {
  color: #63C1C3; }

.text-color-8 {
  color: #97C2F8; }

.text-color-9 {
  color: #94A3B8; }

.text-color-10 {
  color: #eff6fe; }

.text-color-11 {
  color: #A855F7; }

.text-color-12 {
  color: #EFEAFF; }

.text-color-13 {
  color: #BFDBFE; }

.text-color-14 {
  color: #FFB999; }

.text-color-15 {
  color: #FFF4EF; }

.text-color-16 {
  color: #FF7F42; }

.page-container {
  display: flex;
  flex-direction: column;
  row-gap: 30px; }

.gradient1, .banner .matter {
  background: linear-gradient(90deg, #DCFCE7 0%, #F2DFD8 100%); }

.gradient2, .btn-1, .packages .package-box .accommodation li a, .btn-2 {
  background: linear-gradient(90deg, #59DF74 0%, #15C0A9 100%); }

.gradient3, .banner .banner-shadow {
  background: linear-gradient(90deg, #F2A959 0%, #63C1C3 50%, #97C2F8 100%); }

.gradient4, .rated {
  background: linear-gradient(180deg, #DCFCE7 0%, #F2DFD8 100%); }

.gradient5, .packages .sub-heading img, .customised-tours {
  background: linear-gradient(180deg, white 0%, #F1FCF3 100%); }

.gradient6, .why-kashmir .point .point-container {
  background: linear-gradient(180deg, #BFDBFE 0%, #EFEAFF 100%); }

.btn-1, .packages .package-box .accommodation li a, .btn-2 {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 8px; }

.btn-1, .packages .package-box .accommodation li a {
  color: white;
  box-shadow: inset 0 0 4px white;
  padding: 13px 0px; }

.btn-2 {
  padding: 1px;
  overflow: hidden; }
  .btn-2 span {
    color: #15c0b6;
    background-color: white;
    display: block;
    padding: 12px 0px;
    border-radius: 7px; }

.btn-3 {
  background-color: #171717;
  color: white;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border-radius: 30px;
  padding: 0 13px;
  display: inline-block; }

.btn-4 {
  background-color: white;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  padding: 8px 20px;
  display: block;
  border: 2px solid #000; }
  .btn-4 i {
    margin-left: 10px; }

.banner {
  border: 1px solid #9DC1FE;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  margin: 10px 10px 0px; }
  .banner .banner-shadow {
    width: 80%;
    margin: 0 auto;
    height: 40px;
    display: block;
    border-radius: 12px;
    position: absolute;
    bottom: -5px;
    left: 10%;
    right: 10%;
    z-index: -1; }
  .banner img {
    width: 100%;
    border-radius: 15px 15px 0 0; }
  .banner .matter {
    padding: 20px;
    text-align: center;
    border-radius: 0 0 16px 16px; }
    .banner .matter .tag {
      background-color: #94A3B8;
      font-size: 10px;
      font-weight: 600;
      color: white;
      padding: 2px 5px;
      letter-spacing: 3px; }
    .banner .matter h1 {
      font-size: 36px;
      color: #171717; }
    .banner .matter .text {
      color: #737373;
      font-size: 16px; }

.rated {
  padding: 30px 10px; }
  .rated .box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 15px; }
    .rated .box h2 {
      color: #15c0b6;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 20px; }
    .rated .box .companies {
      display: flex;
      column-gap: 10px; }
      .rated .box .companies .company {
        border: 1px solid #15c0b6;
        border-radius: 15px;
        display: flex;
        column-gap: 10px;
        padding: 8px;
        align-items: center;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.4); }
        .rated .box .companies .company b, .rated .box .companies .company strong {
          color: #000; }

.packages .package-container {
  padding: 30px 10px;
  background: linear-gradient(180deg, #fff 80%, #f0f8ff 100%); }
.packages .owl-stage {
  padding-left: 0px !important; }
.packages .item {
  padding: 0 5px; }
.packages .owl-nav button {
  width: 24px; }
.packages h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  margin-bottom: 10px; }
  .packages h2 b {
    color: #15c0b6;
    font-weight: 500; }
.packages .sub-heading {
  font-size: 18px;
  line-height: 26px;
  color: #3b82f6;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.2; }
  .packages .sub-heading img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    margin-right: 10px;
    border: 1px solid #9DC1FE;
    padding: 5px;
    border-radius: 100%; }
  .packages .sub-heading span {
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    font-weight: 400;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    margin-left: 10px;
    width: 100%; }
.packages .package-box {
  border: 1px solid #9DC1FE;
  background-color: #eff6fe;
  padding: 10px 20px;
  border-radius: 20px;
  position: relative; }
  .packages .package-box::after, .packages .package-box::before {
    content: "";
    width: 11px;
    height: 44px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%; }
  .packages .package-box::before {
    background-image: url(../images/package-left.png);
    left: -1px; }
  .packages .package-box::after {
    background-image: url(../images/package-right.png);
    right: -1px; }
  .packages .package-box .tag {
    display: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #A855F7;
    border: 1px solid #A855F7;
    border-radius: 6px 6px 6px 0px;
    padding: 3px 10px 3px 25px;
    position: relative;
    left: -30px;
    background-color: #EFEAFF;
    margin-bottom: 10px; }
    .packages .package-box .tag::after {
      content: "";
      background-color: #A855F7;
      width: 14px;
      height: 14px;
      display: block;
      position: absolute;
      left: 2px;
      bottom: -8px;
      z-index: -1;
      transform: rotate(45deg); }
  .packages .package-box .top {
    display: flex;
    column-gap: 10px; }
    .packages .package-box .top img {
      border-radius: 10px;
      width: 50%;
      object-fit: cover;
      margin-bottom: 10px; }
  .packages .package-box h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000; }
  .packages .package-box h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #000; }
  .packages .package-box hr {
    margin: 5px 0;
    border: 0px;
    opacity: 1;
    border: 1px dashed #BFDBFE; }
  .packages .package-box .itinerary {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .packages .package-box .itinerary li {
      padding: 0px;
      margin: 0px;
      list-style: none; }
    .packages .package-box .itinerary li {
      display: flex;
      column-gap: 5px;
      color: #737373;
      font-size: 11px;
      font-weight: 500; }
      .packages .package-box .itinerary li::before {
        content: "";
        flex: none;
        background: url(../images/check.png) left top no-repeat;
        height: 12px;
        width: 12px;
        display: inline-block; }
      .packages .package-box .itinerary li b {
        text-wrap: nowrap;
        font-weight: 600;
        color: #000;
        flex: none; }
  .packages .package-box .accommodation {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex; }
    .packages .package-box .accommodation li {
      width: 33.33%;
      text-align: center;
      line-height: 20px;
      font-size: 11px;
      font-weight: 400;
      color: #737373;
      margin-bottom: 5px; }
      .packages .package-box .accommodation li::before {
        content: "\f101";
        font-family: "FontAwesome";
        color: #15c0b6;
        margin-right: 5px; }
      .packages .package-box .accommodation li a {
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 4px;
        display: inline-block; }
  .packages .package-box .bottom {
    display: flex;
    display: none;
    align-items: center;
    justify-content: space-between; }
    .packages .package-box .bottom .main-price {
      font-size: 10px;
      color: #737373;
      text-decoration: line-through;
      margin-right: 5px; }
    .packages .package-box .bottom .off {
      border: 1px solid #FFB999;
      background-color: #FFF4EF;
      color: #FF7F42;
      padding: 1px 5px;
      font-size: 10px;
      font-weight: 700;
      border-radius: 30px;
      display: inline-flex;
      align-items: center; }
      .packages .package-box .bottom .off img {
        width: auto;
        height: auto;
        margin: 0;
        margin-right: 3px;
        flex: none; }
    .packages .package-box .bottom .price {
      color: #737373;
      font-size: 12px; }
      .packages .package-box .bottom .price b {
        font-size: 16px;
        color: #000; }
  .packages .package-box .inclusions {
    font-size: 12px; }
    .packages .package-box .inclusions h4 {
      font-size: 13px;
      margin: 0; }
    .packages .package-box .inclusions ul, .packages .package-box .inclusions li {
      padding: 0px;
      margin: 0 0 0 0px;
      list-style: none; }
    .packages .package-box .inclusions ul {
      column-count: 2; }
    .packages .package-box .inclusions li {
      line-height: 16px;
      margin-bottom: 5px;
      padding-left: 16px;
      position: relative; }
      .packages .package-box .inclusions li::before {
        content: "\f00c";
        font-family: 'FontAwesome';
        color: lightseagreen;
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 0px; }

.customised-tours {
  border-radius: 10px 10px 0 0;
  padding: 20px 10px;
  margin: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .customised-tours h2 {
    font-size: 36px;
    line-height: 42px;
    color: #15c0b6;
    font-weight: 700;
    text-align: center; }
    .customised-tours h2 small {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000; }

.booking-points {
  padding: 0 10px; }
  .booking-points h3 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    text-align: center; }
    .booking-points h3 b {
      color: #15c0b6; }
  .booking-points h5 {
    font-size: 14px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center; }
  .booking-points .points {
    display: flex;
    flex-direction: column;
    row-gap: 20px; }
    .booking-points .points .point {
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      overflow: hidden;
      display: flex;
      align-items: center; }
      .booking-points .points .point img {
        height: 106px;
        width: 30%;
        object-fit: cover; }
      .booking-points .points .point .matter {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        padding: 0px 20px;
        line-height: 1.3; }
        .booking-points .points .point .matter b {
          font-size: 14px;
          font-weight: 600;
          color: #000;
          display: block; }
        .booking-points .points .point .matter a {
          color: #15c0b6;
          font-size: 13px;
          font-weight: 500;
          display: block; }

.heading-bottom-border::after, .packages-comes-with h3::after, .our-team h3::after, .why-kashmir h3::after, .make-you-explore h3::after, .offer h3::after, .expert h3::after, .get-in-touch h3::after, .needs h3::after, .video-section h3::after {
  content: "";
  height: 2px;
  width: 100px;
  margin: 0 auto;
  background: linear-gradient(90deg, white 0%, #15c0b6 50%, white 100%);
  display: block;
  margin-top: 10px; }

.packages-comes-with {
  padding: 30px 10px;
  background-color: #f4f5f9; }
  .packages-comes-with h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-align: center; }
    .packages-comes-with h3 b {
      color: #15c0b6;
      font-weight: 600; }
  .packages-comes-with .points {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px; }
    .packages-comes-with .points .point {
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 9px;
      border-radius: 10px;
      font-size: 13px;
      line-height: 26px;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.5);
      text-align: center; }
      .packages-comes-with .points .point img {
        border-radius: 10px; }

.our-team {
  padding: 30px 10px; }
  .our-team h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #15c0b6;
    text-align: center; }
    .our-team h3 small {
      color: #737373;
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      display: block; }
  .our-team .team {
    display: flex;
    column-gap: 10px;
    justify-content: center; }
    .our-team .team .member {
      font-size: 12px;
      line-height: 22px;
      font-weight: 600;
      color: #737373;
      text-align: center; }

.why-kashmir {
  padding: 0 10px;
  margin-bottom: 30px; }
  .why-kashmir h2 {
    color: #171717;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center; }
    .why-kashmir h2 b {
      font-size: 31px;
      font-weight: 800;
      color: #15c0b6; }
      .why-kashmir h2 b span {
        -webkit-text-stroke: 1px #BDBEBD;
        color: white; }
  .why-kashmir h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #15c0b6;
    text-align: center; }
    .why-kashmir h3 small {
      color: #737373;
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      display: block; }
  .why-kashmir .point {
    position: relative;
    height: 100%; }
    .why-kashmir .point .point-container {
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 16px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 16px;
      position: relative;
      z-index: 2;
      margin-bottom: 10px;
      height: 100%; }
      .why-kashmir .point .point-container .matter {
        padding: 15px 10px 0px;
        font-size: 11px;
        line-height: 1.1;
        color: #737373; }
        .why-kashmir .point .point-container .matter h4 {
          font-size: 14px;
          font-weight: 600;
          color: #171717; }
      .why-kashmir .point .point-container.d-flex-col {
        flex-direction: row; }
        .why-kashmir .point .point-container.d-flex-col .matter {
          padding: 15px 10px; }
          .why-kashmir .point .point-container.d-flex-col .matter h4 {
            text-wrap: nowrap; }
      .why-kashmir .point .point-container img {
        width: auto;
        height: auto; }
    .why-kashmir .point .banner-shadow {
      width: 80%;
      margin: 0 auto;
      height: 40px;
      display: block;
      border-radius: 12px;
      position: absolute;
      bottom: -3px;
      left: 10%;
      right: 10%;
      z-index: -1;
      background-color: #BDBEBD; }

.request-callback {
  border: 1px solid #FECC9D;
  background: linear-gradient(90deg, #FBFAED 0%, #E9F4DE 44%, #FBE8D3 100%);
  margin: 0 10px;
  border-radius: 16px;
  display: flex;
  align-items: end;
  height: 140px;
  margin-bottom: 30px; }
  .request-callback .info {
    padding: 15px;
    font-size: 11px;
    line-height: 1.2;
    color: #737373; }
    .request-callback .info h4 {
      color: #171717;
      font-size: 14px;
      font-weight: 600; }
    .request-callback .info p {
      font-weight: 500; }

.make-you-explore {
  padding: 0 10px; }
  .make-you-explore h3 {
    line-height: 22px;
    color: #15c0b6;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
    .make-you-explore h3 small {
      font-size: 12px;
      color: #171717;
      display: block; }
  .make-you-explore .gallery {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2px;
    row-gap: 2px;
    justify-content: center; }
    .make-you-explore .gallery a {
      border: 1px solid rgba(0, 0, 0, 0.1);
      position: relative;
      width: 32.9%; }
      .make-you-explore .gallery a img {
        width: 100%;
        height: 100px;
        object-fit: cover; }
      .make-you-explore .gallery a span {
        font-size: 12px;
        line-height: 22px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0px;
        left: 10px; }

.about-us {
  padding: 0 20px; }
  .about-us h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-align: center; }
    .about-us h3 b {
      color: #15c0b6;
      font-weight: 600; }
    .about-us h3 + p {
      text-align: center;
      color: #737373;
      font-size: 15px;
      line-height: 18px; }
  .about-us .box-1 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #737373; }
    .about-us .box-1:last-child {
      margin-bottom: 0px; }
    .about-us .box-1 h4 {
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      color: #000; }
    .about-us .box-1 div {
      position: relative;
      padding-left: 20px; }
      .about-us .box-1 div::after, .about-us .box-1 div::before {
        content: "";
        background-color: #ccc;
        display: block;
        position: absolute;
        top: 0px; }
      .about-us .box-1 div::before {
        width: 5px;
        height: 5px;
        border-radius: 10px;
        left: 0px; }
      .about-us .box-1 div::after {
        height: 100%;
        width: 1px;
        left: 2px; }

.offer {
  background-color: #f7f9fb;
  padding: 20px; }
  .offer h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #15c0b6;
    text-align: center; }
    .offer h3 small {
      color: #171717;
      font-weight: 500;
      font-size: 12px;
      line-height: 22px;
      display: block; }
    .offer h3 + p {
      text-align: center;
      color: #737373;
      font-size: 14px;
      line-height: 18px; }
  .offer .box {
    display: flex;
    margin-bottom: 20px; }
    .offer .box img {
      width: 50%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px; }
    .offer .box .matter {
      padding: 20px;
      font-size: 12px;
      line-height: 18px;
      color: #737373; }
      .offer .box .matter h5 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        color: #000; }
    .offer .box:last-child {
      margin-bottom: 0px; }
    .offer .box:nth-child(2n) {
      flex-direction: row-reverse; }

.edge {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: end;
  border-radius: 10px 10px 0 0;
  margin: 0 10px 30px;
  background: linear-gradient(90deg, white 0%, #F1FCF3 100%); }
  .edge .matter {
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
    color: #737373; }
    .edge .matter h4 {
      font-size: 18px;
      line-height: 42px;
      font-weight: 600;
      color: #000; }
      .edge .matter h4 b {
        font-weight: 600;
        color: #15c0b6; }

.expert {
  padding: 0 10px;
  margin-bottom: 30px; }
  .expert h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center; }
    .expert h3 b {
      font-weight: 600;
      color: #15c0b6;
      display: block; }
  .expert .box {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #737373; }
    .expert .box .name {
      font-size: 14px;
      line-height: 26px;
      font-weight: 500;
      color: #000;
      text-align: center; }
    .expert .box div {
      text-align: justify; }

.get-in-touch h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center; }
  .get-in-touch h3 b {
    font-weight: 600;
    color: #15c0b6; }

.needs {
  margin: 0 10px 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 15px; }
  .needs h3 {
    font-size: 20px;
    font-weight: 600;
    color: #15c0b6;
    text-align: center; }
    .needs h3 small {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      display: block; }
  .needs a {
    background: linear-gradient(180deg, white 0%, #F1FCF3 100%);
    padding: 10px 16px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }
    .needs a:last-child {
      margin-bottom: 0px; }
    .needs a i {
      height: 34px;
      width: 34px;
      border: 2px solid rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #000;
      border-radius: 50px; }

.reviews {
  background: linear-gradient(180deg, #F5F5F5 0%, white 100%); }
  .reviews .top, .reviews .bottom {
    padding: 20px 16px; }
  .reviews .top h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000; }
  .reviews .top .detailts {
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .reviews .top .detailts b {
      font-size: 20px;
      line-height: 26px;
      font-family: 600;
      color: #212121;
      display: block; }
    .reviews .top .detailts .spa {
      width: 1px;
      height: 34px;
      background-color: #BDBEBD;
      margin: 0 10px;
      display: flex; }
    .reviews .top .detailts i {
      width: 32px;
      height: 32px;
      border-radius: 100%;
      border: 1px solid white;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 10px rgba(57, 176, 101, 0.4);
      background: linear-gradient(180deg, #F5F5F5 0%, white 100%);
      color: #15c0b6; }
  .reviews .bottom {
    background-color: #EBFAF4; }
    .reviews .bottom .review {
      border: 1px solid white;
      padding: 25px;
      border-radius: 12px;
      margin-bottom: 16px;
      background: linear-gradient(180deg, #F5F5F5 0%, white 100%);
      box-shadow: 0 3px 5px rgba(57, 176, 101, 0.1); }
      .reviews .bottom .review:last-child {
        margin-bottom: 0px; }
      .reviews .bottom .review .time {
        font-size: 12px;
        line-height: 16px;
        color: #737373;
        font-weight: 400;
        text-align: right; }
      .reviews .bottom .review h5 {
        font-size: 14px;
        line-height: 18px;
        color: #000;
        font-weight: 500; }
      .reviews .bottom .review p {
        font-size: 12px;
        line-height: 16px;
        color: #737373;
        font-weight: 400; }
      .reviews .bottom .review .user {
        display: flex;
        column-gap: 10px;
        font-size: 12px;
        line-height: 16px;
        color: #737373;
        font-weight: 400; }
        .reviews .bottom .review .user .user-img {
          width: 40px;
          height: 40px;
          border-radius: 100px;
          object-fit: cover; }
        .reviews .bottom .review .user b {
          font-size: 12px;
          line-height: 16px;
          color: #000;
          font-weight: 600; }

.video-section {
  padding: 0 15px;
  /* The Modal (background) */
  /* Modal Content */
  /* The Close Button */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */ }
  .video-section h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #15c0b6;
    text-align: center; }
    .video-section h3 small {
      color: #737373;
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      display: block; }
  .video-section img {
    border-radius: 10px; }
  .video-section .owl-carousel .owl-stage {
    padding-left: 0px !important; }
  .video-section .modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff; }
  .video-section .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    border: 0px;
    border-radius: 0px; }
  .video-section .close {
    color: #999;
    position: absolute;
    top: 0px;
    left: 25px;
    font-size: 35px;
    font-weight: bold; }
  .video-section .close:hover, .video-section .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer; }
  .video-section .mySlides {
    display: none; }
  .video-section .cursor {
    cursor: pointer; }
  .video-section .prev, .video-section .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #555;
    background-color: #eee;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none; }
  .video-section .next {
    right: 0;
    border-radius: 3px 0 0 3px; }
  .video-section .prev:hover, .video-section .next:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .video-section .numbertext {
    color: #666;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0; }
  .video-section .caption-container {
    text-align: center;
    background-color: #fff;
    padding: 2px 16px;
    color: #000; }
  .video-section .demo {
    opacity: 0.6; }
  .video-section .active, .video-section .demo:hover {
    opacity: 1; }
  .video-section img.hover-shadow {
    transition: 0.3s; }
  .video-section .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .video-section video {
    height: 70vh;
    width: 100%; }
  .video-section .video-thumbnails {
    display: flex;
    column-gap: 10px;
    padding: 0 10px;
    width: 100%; }
    .video-section .video-thumbnails .column {
      flex-grow: 1; }
      .video-section .video-thumbnails .column img {
        border: 2px solid #f6f6f6;
        border-radius: 5px;
        width: 100%;
        height: 80px;
        object-fit: cover; }
      .video-section .video-thumbnails .column img.active {
        border: 2px solid #15c0b6; }

.-gradient7 {
  background: linear-gradient(0deg, #ffffff 0%, #f9f8e8 93%); }

.gradient8 {
  background: linear-gradient(10deg, white 0%, #f4fff6 93%); }

.gradient9 {
  background: linear-gradient(0deg, #ffffff 0%, #d6f9dd 93%); }

.gradient10 {
  background: linear-gradient(180deg, #fff 20%, #f0f8ff 100%) !important; }

.img-bg-1 {
  background: url(../images/bg-1.png) no-repeat;
  background-size: cover; }

.text-color-1 {
  color: #15c0b6; }

hr.style2 {
  background: linear-gradient(90deg, #fff 0%, #15c0b6 50%, #fff 100%);
  height: 2px;
  width: 100px;
  border: 0;
  opacity: 1;
  margin: 10px auto; }

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9;
  display: flex;
  gap: 15px;
  flex-direction: column; }
  .floating-buttons img {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 100%; }

/*# sourceMappingURL=style.css.map */
