﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px !important;
}

.text-right{
    text-align: right;
}

.dnone{
  display: none!important;
}

/*----------Montserrat Font---------*/
body {
    font-family: 'Montserrat', sans-serif;
}


.lenis.lenis-smooth {
    scroll-behavior: auto;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}
/*---------- Margin ---------*/
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}
.mt-140{
  margin-top: 140px;
}
.mt-150{
  margin-top: 150px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.m-10 {
    margin: 10px;
}

.m-20 {
    margin: 20px;
}

.m-30 {
    margin: 30px;
}

.m-40 {
    margin: 40px;
}

.m-50 {
    margin: 50px;
}

/*---------- padding ---------*/
.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.p-t-b-80{
    padding: 80px 0;
}
a:hover {
    color: #47a2e9 !important;
}


/*--------Preloader-----------*/

.bg-blue {
    background: #14185b;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: visible;
    background: #fff url('../img/Loader.gif') no-repeat center;
}

/*---------Back To Top----------*/
#button {
  display: inline-block;
  background-color: #212529;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #14185b;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }


/*---------Navbar---------------*/

.logoImg{
  width: 3.0em;
}
.logoTxt {
  font-weight: 700;
  font-size: 34px!important;
  color: #212529!important;
  font-family: 'Montserrat', sans-serif;
}

.logoBox h1 {
  color: #0f287a!important;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
  /*line-height: 2;*/
   padding-left: 6px!important;
}

.site-logo {
  z-index: 99999;
  width: 60%;
}

    .site-navbar {
        margin-bottom: 0px;
        z-index: 1999;
        position: relative;
        width: 100%;
        padding: 1rem;
        box-shadow: 0 0 4px rgb(0 0 0 / 10%), 0 4px 8px rgb(0 0 0 / 15%);
    }
  .site-navigation{
    position: relative;
    z-index: 9999;
  }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px;
    text-align: end;
  }
    .site-navbar .site-logo {
      position: absolute;
    }
      @media (max-width: 991.98px) {
        .site-navbar .site-logo {
          float: left;
          position: relative; 
        } 
      }
    .site-navbar .site-navigation.border-bottom  {
      border-bottom: 1px solid white !important;
    }
    .site-navbar .site-navigation .site-menu {
      margin-bottom: 0; 
    }
      .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block; 
      }
      .site-navbar .site-navigation .site-menu > li {
        display: inline-block; 
      }
  
          .site-navbar .site-navigation .site-menu > li > a.active {
              color: #212529 !important;
          }
  
          .site-navbar .site-navigation .site-menu > li > a {
              position: relative;
              display: block;
              text-decoration: none;
              font-weight: 600;
              font-size: 14px;
              color: #747474 !important;
              text-transform: uppercase;
              padding: 20px 10px;
              transition: 0.5s;
              font-family: 'Montserrat', sans-serif;
          }
              .site-navbar .site-navigation .site-menu > li > a::after {
                  position: absolute;
                  content: "";
                  width: 100%;
                  height: 3px;
                  top: 80%;
                  left: 0;
                  background: #212529;
                  transition: transform 0.5s;
                  transform: scaleX(0);
                  transform-origin: right;
              }
              .site-navbar .site-navigation .site-menu > li > a:hover {
                  color: #0c1636 !important;
              }
              .site-navbar .site-navigation .site-menu > li > a:hover::after {
                  transform: scaleX(1);
                  transform-origin: left;
              }
      .site-navbar .site-navigation .site-menu .has-children {
        position: relative;
      }
        .site-navbar .site-navigation .site-menu .has-children > a {
          position: relative;
          padding-right: 20px; 
        }
          .site-navbar .site-navigation .site-menu .has-children > a:before {
            position: absolute;
            content: "\e313";
            font-size: 16px;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: 'icomoon'; 
          }
        .site-navbar .site-navigation .site-menu .has-children .dropdown {
          visibility: hidden;
          opacity: 0;
          top: 100%;
          position: absolute;
          text-align: left;
          border-top: 2px solid #007bff;
          -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
          padding: 0px 0;
          margin-top: 20px;
          margin-left: 0px;
          background: #fff;
          -webkit-transition: 0.2s 0s;
          -o-transition: 0.2s 0s;
          transition: 0.2s 0s; 
        }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
            position: absolute; 
          }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              display: none;
              bottom: 100%;
              left: 20%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none; 
            }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              border-color: rgba(136, 183, 213, 0);
              border-bottom-color: #fff;
              border-width: 10px;
              margin-left: -10px; 
            }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a {
            text-transform: none;
            letter-spacing: normal;
            -webkit-transition: 0s all;
            -o-transition: 0s all;
            transition: 0s all;
            color: #000 !important; 
          }
            .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
              color: #000 !important;
              background: #f8f9fa; 
            }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
            list-style: none;
            padding: 0;
            margin: 0;
            min-width: 200px; 
          }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
              padding: 9px 20px;
              display: block; 
            }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                background: #f8f9fa;
                color: #ced4da; 
              }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
              content: "\e315";
              right: 20px; 
            }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
              left: 100%;
              top: 0; 
            }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
              background: #f8f9fa;
              color: #ced4da; 
            }
        .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
          color: #007bff; 
        }
        .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
          cursor: pointer; 
        }
          .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            margin-top: 0px;
            visibility: visible;
            opacity: 1; 
          }
  
  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; 
  }
    .offcanvas-menu .site-mobile-menu {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); 
    }
    .site-mobile-menu .site-mobile-menu-header {
      width: 100%;
      float: left;
      padding-left: 20px;
      padding-right: 20px; 
    }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px;
      color: #182a68;
  }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
          font-size: 30px;
          display: inline-block;
          padding-left: 10px;
          padding-right: 0px;
          line-height: 1;
          cursor: pointer;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; 
        }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
              color: #ced4da;
          }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px; 
      }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
          display: inline-block;
          text-transform: uppercase; 
        }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 70px; 
          }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
            text-decoration: none; 
          }
    .site-mobile-menu .site-mobile-menu-body {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative;
      padding: 0 20px 20px 20px;
      height: calc(100vh - 52px);
      padding-bottom: 150px; 
    }
    .site-mobile-menu .site-nav-wrap {
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative; 
    }
      .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #747474; 
      }
        .site-mobile-menu .site-nav-wrap a:hover {
          color: #000; 
        }
      .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block; 
      }
          .site-mobile-menu .site-nav-wrap li .nav-link.active {
              color: #182a68;
          }
      .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%; 
      }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
          background: #f8f9fa;
        }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
          font-size: 12px;
          z-index: 20;
          font-family: "icomoon";
          content: "\f078";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; 
        }
        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); 
        }
      .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%; 
        z-index: 99;
      }
        .site-mobile-menu .site-nav-wrap > li > a {
          padding-left: 20px;
          font-size: 20px; 
        }
        .site-mobile-menu .site-nav-wrap > li > ul {
          padding: 0;
          margin: 0;
          list-style: none; 
        }
          .site-mobile-menu .site-nav-wrap > li > ul > li {
            display: block; 
          }
            .site-mobile-menu .site-nav-wrap > li > ul > li > a {
              padding-left: 40px;
              font-size: 16px; 
            }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
              padding: 0;
              margin: 0; 
            }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                display: block; 
              }
                .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                  font-size: 16px;
                  padding-left: 60px; 
                }
      .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em; 
      }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
          width: auto; 
        }
          .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
            padding-left: 15px !important; 
          }
  a.site-menu-toggle.py-5.js-menu-toggle.text-black {
      color: #182a68;
      text-decoration: none;
  }
  
  .sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%; 
  }
    .sticky-wrapper .site-navbar {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; 
    }
    .sticky-wrapper .site-navbar {
      background: #fff; 
    }
      .sticky-wrapper .site-navbar .site-logo a {
        color: #fff; 
      }
      .sticky-wrapper .site-navbar ul li a {
        color: rgba(255, 255, 255, 0.7) !important; 
      }
        .sticky-wrapper .site-navbar ul li a.active {
          color: #fff !important; 
        }
    .sticky-wrapper.is-sticky .site-navbar {
      background: #fff;
      -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
      box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); 
    }
      .sticky-wrapper.is-sticky .site-navbar .site-logo a {
        color: #007bff; 
      }
      .sticky-wrapper.is-sticky .site-navbar ul li a {
        color: #747474 !important; 
      }
        .sticky-wrapper.is-sticky .site-navbar ul li a.active {
          color: #000 !important; 
        }
    .sticky-wrapper .shrink {
      padding-top: 0px !important;
      padding-bottom: 0px !important; 
    }
      @media (max-width: 991.98px) {
        .sticky-wrapper .shrink {
          padding-top: 30px !important;
          padding-bottom: 30px !important; 
        } }
  
  @media only screen and (max-width: 767px) {
  .logo img {
      width: 70%;
  }
  }


  .btn-white {
    font-weight: 500;
    background-color: transparent;
    border: 3px solid #212529;
    color: #212529;
    padding: 4px 30px;
    transition: all 0.5s ease;
    cursor: pointer;
    cursor: pointer;
}
.btn-white:hover,
button:hover {
  outline: 0;
  color: #fff;
}
.btn-white:active,
button:active {
  outline: 0;
  color: #fff;
}
.btn-slide-left-white {
    background: linear-gradient(to left, transparent 50%, #212529 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
.btn-slide-left-white:hover {
  background-position: left bottom;
  color:#fff;
}

/* header ends */

/* banner */
.banner-bg{
    background: #f9f6f1;
    padding-top: 14px;
    
}

.banner-logo {
    background-image: url("../img/logo-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-bg-txt h3 {
    font-weight: 400;
}
.banner-bg-txt h2 {
    font-size: 40px;
    font-weight: 700;
}
.banner-bg-txt p {
    font-size: 21px;
    padding: 0 6%;
    font-weight: 500;
}

.main-btn {
    padding: 8px 40px;
    border-radius: 0;
}



/* about */
.about-bg{
    background: #fce9e2;
    background-image: url("../img/about.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size:contain;
    /* padding-bottom: 2% ; */
}

.about-para p{
  font-size: 18px;
  color: #000;
}

.about-para h5{
  padding: 10px 0;
}
/* Diamond Range */
.drange-bg{
    background: #e0edec;
    
}

.owl-item > div {
    cursor: pointer;
    margin: 28%;
    transition: margin 0.4s ease;
  }
  .owl-item.center > div {
    cursor: auto;
    margin: 4%;
  }

  .owl-item:not(.center) > div:hover {
    opacity: .75;
  }

  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block!important;
}

.owl-carousel .owl-item img {
  display: flex;
  width: 100%!important;
  z-index: 99;
}

.owl-item.center  .owl-c  {
  background: #fff!important;
  padding: 14px!important;
  border-radius: 60%;
}

.owl-item.center .d-text {
  font-size: 24px;

}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 0;
  top: 45%;
  background-color: var(--base-color) !important;
  display: block;
  padding: 0 .3em !important;
  font-size: 3em;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: 0;
  top: 45%;
  background-color: var(--base-color) !important;
  display: block ;
  padding: 0 .3em !important;
  font-size: 3em ;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

.owl-dots {
  display: none;
}

.srchBtn {
  display: flex;
  justify-content: center;
}
.srchBtn .banner-btn{
  margin: 0 10px;
}

/*---fine jewellery---*/
.fine-jewellery {
  background: #ede8e0;
  
}

.f-jewellery{
  position: absolute;
  display: flex;
}

.fj-txt{
  padding-left: 8%;
}

.jewelleryRow {
  margin-bottom: -10%;
}

.jewelleryFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.jewelleryItem {
  flex: 0 0 calc(20% - 16px);
  min-width: 180px;
}

.f-20{
  font-size: 20px;
}

/*----------Footer start --------*/
footer {
    background: #f9f6f1;
    color:#fff;
    paddinleftx 46px;
}

.ft-24{
  margin-top: 24%;
}

/* span.mail, .landline{
    margin-left: 20px;
} */
.contact p {
  padding-right: 18%;
}
.social {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.conicn{
  font-size: 16px;
  font-weight: 500;
}
/*----form----*/
/*----form--------*/
.contact-form {
    padding: 0 60px;
}

.wrapper-id form.disabled {
    pointer-events: none;
    opacity: 0.7;
}

form .dbl-field {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
}

.dbl-field .field {
    height: 42px;
    display: flex;
    position: relative;
    width: 100%;
}

.wrapper-id form i {
    position: absolute;
    top: 50%;
    left: 18px;
    color: #ccc;
    font-size: 17px;
    pointer-events: none;
    transform: translateY(-50%);
}

form .field input,
form .message textarea {
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 18px 0 48px;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.field input::placeholder,
.message textarea::placeholder {
    color: #ccc;
}

.field input:focus,
.message textarea:focus {
    padding-left: 47px;
    border: 2px solid #0D6EFD;
}

    .field input:focus ~ i,
    .message textarea:focus ~ i {
        color: #0D6EFD;
    }

form .message {
    position: relative;
}

    form .message textarea {
        min-height: 130px;
        max-height: 230px;
        max-width: 100%;
        min-width: 100%;
        padding: 15px 20px 0 48px;
    }

        form .message textarea::-webkit-scrollbar {
            width: 0px;
        }

.message textarea:focus {
    padding-top: 14px;
}



.button-area button {
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    border-radius: 0;
    width: 100%;
    cursor: pointer;
    padding: 8px;
    background: #212529;
    transition: background 0.3s ease;
}

    .button-area button:hover {
        background: #212529 ;
    }

.button-area span {
    font-size: 17px;
    margin-left: 30px;
    display: none;
}

@media (max-width: 600px) {
    .wrapper-id header {
        text-align: center;
    }

    .wrapper-id form {
        margin: 35px 20px;
    }

    form .dbl-field {
        flex-direction: column;
        margin-bottom: 0px;
    }


    form .message textarea {
        resize: none;
    }

    form .button-area {
        margin-top: 20px;
        flex-direction: column;
    }

    .button-area button {
        width: 100%;
        padding: 11px 0;
        font-size: 16px;
    }

    .button-area span {
        margin: 20px 0 0;
        text-align: center;
    }
}

.contact-icn {
    position: absolute;
    top: 50%;
    left: 18px;
    color: #ccc;
    font-size: 17px;
    pointer-events: none;
    transform: translateY(-50%);
}

.contact-msg-icn {
    top: 30px;
    font-size: 20px;
    position: absolute;
    left: 18px;
    color: #ccc;
    font-size: 17px;
    pointer-events: none;
    transform: translateY(-50%);
}

input[type=text]:focus {
    border: none !important;
}

textarea:focus {
    border: 2px solid #1c1c1c !important;
}

input:focus + .contact-icn {
    color: #14185b !important;
}

textarea:focus + .contact-msg-icn {
    color: #1c1c1c !important;
}

.material-icons:focus {
    color: #1c1c1c !important;
}
/*--form end--*/

.social-icn {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.social-icn .s-icn {
    font-size: 26px;
    padding: 10px 6px;
}
    .social-icn .s-icn:hover {
        font-size: 26px;
        padding: 10px 6px;
        color: #47a2e9;
    }

  .bg-grey {
      background: #f1ede6;
      padding: 16px 0;
      margin-top: 20px;
  }
  .bg-grey p{
    font-size: 18px;
    margin-bottom: 0;
  }

/*----------Footer ends --------*/


/* fine-jewellery */
.card-body {
  border-bottom: 7px solid #232b77;
  padding: 10px 26px;
  background: #ffff;
  position: relative;
  z-index: 1;
  text-align: center;
}

.card {
position: relative;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
overflow: hidden;
}

.image-container {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}



.moreBtn {
opacity: 0;
transition: opacity 0.3s ease-in-out;
}

.card:hover .moreBtn {
opacity: 1;
}



.Jcard-body{
  padding: 10px 26px;
  background: #ffff;
  text-align: center;
}
.card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.card-img-top.zoom-in:hover {
  transform: scale(1.1);
}


h5.card-title {
  color: #000;
}
.aJewellery{
  text-decoration: none;
}
/* ChatBot */

.chatbot-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99;
}

.chat-widget {
  display: none;
  width: 300px;
  height: 400px;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}


.chat-header {
  background-color: #232b77;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.chat-body {
  height: 300px;
  overflow-y: scroll;
  padding: 10px;
  background: #fff;
}

.chat-message {
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 5px;
  display: flex;
  gap: 8px;
}

.chat-message.bot {
  background-color: #f1f1f1;
  text-align: left;
}

.chat-input {
  display: flex;
  align-items: center;
  /* padding: 10px; */
  background: #fff;
  border-top: 1px solid #ccc;
}

input[type="text"] {
  flex: 1;
  padding: 8px;
  margin-right: 10px;
  /* border: 1px solid #ccc; */
  border: none;
  border-radius: 5px;
}

#userInput {
  border: none;
  outline: none;
}


#sendBtn {
  background-color: #ffffff;
  color: #232b77;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
}

#sendBtn:hover {
  color: #5263ff;
}

.close-btn {
  float: right;
  cursor: pointer;
}

.chat-message.user {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

/* CSS for message animation */
.chat-message {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* CSS for ellipsis animation */
.ellipsis-animation:after {
  content: "...";
  animation: ellipsis 1.2s infinite;
}

@keyframes ellipsis {
  0% {
      content: ".";
  }
  33% {
      content: "..";
  }
  66% {
      content: "...";
  }
}

.chatbot-icon-container {
  position: relative;
}

.tooltip {
  width: 100px;
  visibility: hidden;
  background-color: #fff;
  color: #212529;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 9%;
  /* left: 50%; */
  transform: translateX(-109%);
  opacity: 0;
  transition: opacity 0.3s;
}
.chatbot-icon-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}





#divmsg marquee {
  position: -webkit-sticky;
  position: sticky;
  font-size: 14px;
  z-index: 998;
  color: #2593ca;
  font-family: "Helvetica Neue",Helvetica,Sans-Serif !important;
  /* height: 22px; */
  line-height: 1.8em;
}

.navbar-brand {
  padding-top: 0.9000rem !important;
}


.logoImg2{
  width: 2.4em;
}
.logoTxt2 {
  font-weight: 700;
  font-size: 28px!important;
  color: #212529!important;
  font-family: 'Montserrat', sans-serif;
}
.logoBox2 h1 {
  color: #0f287a!important;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
  /*line-height: 2;*/
   padding-left: 6px!important;
}
.flname {
  font-size: 30px;
  font-family: monospace;
}
.faddr{
  font-size: 18px;
  font-weight: 500;
}


.getInTouch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}

.locationMap{
  padding-right:20px;
  
}