@font-face {
  font-family: "Posterama 2001 W04 SemiBold";
  src: url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.eot");
  src: url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.woff2") format("woff2"),
    url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.woff") format("woff"),
    url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.ttf") format("truetype"),
    url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.svg#Posterama 2001 W04 SemiBold")
      format("svg");
}
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;700&display=swap');
html,
body {
  margin: 0;
  padding: 0;
}

* {
  font-family: "Barlow", sans-serif;
}

body {
  background-color: #fff;
  font-family: "Barlow", sans-serif;
  color: #383838;
  font-size: 17px;
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Posterama 2001 W04 SemiBold" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

button,
.btn {
  transition: all 0.4s;
}

button:focus,
.btn:focus,
a:focus {
  box-shadow: none !important;
}

button:focus-visible,
.btn:focus-visible,
a:focus-visible {
  box-shadow: none !important;
  outline: 0 !important;
}

.form-control:focus, .form-control:focus-visible, .form-select:focus, .form-select:focus-visible {
    box-shadow: none !important;
    outline: 0 !important;
}

img {
  display: block;
}

/* .row [class*='col-'] {
    background-color: #ffeeee;
    background-clip: content-box;
    min-height: 20px;
}    */

main {
  padding-top: 110px;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

header .navbar {
  background-color: #fff;
  padding: 30px 0;
  height: 110px;
}

header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}

header .navbar .navbar-nav .nav-item .nav-link {
  color: #93959b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 0 20px;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #0b3b8c;
}

.hero-slider .banner {
  background-color: #e1f2ff;
  padding: 75px 0 0;
}

.hero-slider .banner .banner-caption {
  margin-top: -75px;
  padding-left: 75px;
}

.hero-slider .banner .banner-caption h1 {
  color: #0b3b8c;
  font-size: 40px;
  margin: 0 0 10px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease-in-out 0.5s;
}

.hero-slider .swiper-slide-active .banner .banner-caption h1 {
  transform: translateY(0);
  opacity: 1;
}

.hero-slider .banner .banner-caption p {
  color: #383838;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease-in-out 0.7s;
}

.hero-slider .swiper-slide-active .banner .banner-caption p {
  transform: translateY(0);
  opacity: 1;
}

.hero-slider .btn-action .btn-primary {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease-in-out 1s;
}

.hero-slider .swiper-slide-active .btn-action .btn-primary {
  transform: translateY(0);
  opacity: 1;
}

.hero-slider .btn-action .btn-outline-primary {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease-in-out 1.2s;
}

.hero-slider .swiper-slide-active .btn-action .btn-outline-primary {
  transform: translateY(0);
  opacity: 1;
}

.btn-action {
  margin-left: -8px;
  margin-right: -8px;
}

.btn-action .btn {
  margin: 0 8px 12px;
}

.btn-primary {
  border-radius: 6px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #0b3b8c 0%, #056be9 100%);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
}

.btn-primary:hover {
  border: 1px solid #0b3b8c;
  background: transparent !important;
  color: #0b3b8c !important;
}

.btn-outline-primary {
  border-radius: 6px;
  border: 1px solid #0b3b8c;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #0b3b8c;
  text-transform: uppercase;
  padding: 10px 25px;
}

.btn-outline-primary.invert {
    border-color: #fff;
    color: #fff;
}

.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: linear-gradient(180deg, #0b3b8c 0%, #056be9 100%) !important;
  color: #fff !important;
}

.btn-outline-primary.invert:hover {
    background: #fff !important;
    color: #0b3b8c !important;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: -30px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.hero-slider .swiper-button-next svg {
  margin-left: -20px;
}

.hero-slider .swiper-button-prev svg {
  margin-right: -20px;
}

.hero-slider .swiper-button-next svg,
.hero-slider .swiper-button-prev svg path {
  stroke-width: 1px;
  stroke: #000;
}

.hero-slider .swiper-button-next {
  right: -30px;
}

.hero-slider .swiper-button-prev {
  left: -30px;
}

.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  transform: rotate(-45deg);
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.hero-slider .swiper-button-next::after {
  content: none;
}

.hero-slider .swiper-button-prev::after {
  content: none;
}

h2.title {
  color: #0b3b8c;
  font-size: 40px;
  margin: 0 0 20px;
}

p {
    margin-bottom: 30px;
}

.section {
  padding: 75px 0;
}

/* Diamond Slider */

.timepieces {
    position: relative;
    background-color: #E1F2FF;
    overflow: hidden;
}

.timepieces .custom-shape-divider-top {
    position: absolute;
    top: 0;
    left: -10%;
    right: -10%;
    width: 120%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.timepieces .custom-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.timepieces .custom-shape-divider-top .shape-fill {
    fill: #FFFFFF;
}

.timepieces .custom-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: -10%;
    right: -10%;
    width: 120%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.timepieces .custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.timepieces .custom-shape-divider-bottom .shape-fill {
    fill: #FFFFFF;
}

.timepieces__stream {
  width: 100%;
  height: 33em;
  position: relative;
  margin-bottom: 3em;
  margin-top: 3em;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.timepieces__stream.is-shown {
  opacity: 1;
}

@media (max-width: 400px) {
  .timepieces__stream {
    font-size: 0.9em;
    height: 25em;
  }
}

.timepieces__item {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 20em;
  margin-left: -10em;
  opacity: 1;
  text-align: center;
}

@media (max-width: 400px) {
  .timepieces__item {
    font-size: 0.8em;
  }
}

.timepieces__item.is-hidden {
  display: none;
  opacity: 0;
}

.timepieces__item.is-hidden.left {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.8) translate3d(-310%, 70%, 0) rotate(-35deg);
  transform: scale(0.8) translate3d(-310%, 70%, 0) rotate(-35deg);
}

.timepieces__item.is-hidden.right {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.8) translate3d(310%, 70%, 0) rotate(35deg);
  transform: scale(0.8) translate3d(310%, 70%, 0) rotate(35deg);
}

.timepieces__item.center {
  z-index: 2;
}

.timepieces__item.center .timepieces__info {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.timepieces__item.left-first {
  z-index: 0;
  -webkit-transform: scale(0.8) translate3d(-225%, 38%, 0) rotate(-28deg);
  transform: scale(0.8) translate3d(-225%, 38%, 0) rotate(-28deg);
}

.timepieces__item.left-second {
  z-index: 1;
  -webkit-transform: scale(0.8) translate3d(-120%, 10%, 0) rotate(-12deg);
  transform: scale(0.8) translate3d(-120%, 10%, 0) rotate(-12deg);
}

.timepieces__item.right-first {
  z-index: 1;
  -webkit-transform: scale(0.8) translate3d(120%, 10%, 0) rotate(12deg);
  transform: scale(0.8) translate3d(120%, 10%, 0) rotate(12deg);
}

.timepieces__item.right-second {
  z-index: 0;
  -webkit-transform: scale(0.8) translate3d(225%, 38%, 0) rotate(28deg);
  transform: scale(0.8) translate3d(225%, 38%, 0) rotate(28deg);
}

.timepieces__item.is-animated {
  -webkit-transition: 0.4s opacity,
    0.7s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.4s opacity,
    0.7s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.7s transform cubic-bezier(0.645, 0.045, 0.355, 1), 0.4s opacity;
  transition: 0.7s transform cubic-bezier(0.645, 0.045, 0.355, 1), 0.4s opacity,
    0.7s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
}

.timepieces__item__image {
  width: 85%;
  -webkit-transform: translateX(10px) translateZ(0);
  transform: translateX(10px) translateZ(0);
}

/* Diamond Slider */

.explore-diamonds {
    position: relative;
    margin-top: -50px;
}

.diamond-categories {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}

.diamond-categories .item {
    width: 12%;
    height: 116px;
    border: 1px solid #D9D9D9;
    padding: 15px;  
    display: flex;  
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s;
}

.diamond-categories .item a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #383838;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.diamond-categories .item svg {
    width: 55px;
    height: 55px;
    transition: all 1s;
}

.diamond-categories .item .d-name {
    color: #383838;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    margin: 12px 0 0;
}
.diamond-categories .item a img {
    width: 25px;
}
.diamond-categories .item a:hover svg path {
    stroke: #fff;
}

.diamond-categories .item a:hover .d-name {
    color: #fff;
}

.diamond-categories .item:hover {
    background: linear-gradient(180deg, #0b3b8c 0%, #056be9 100%);
}

.grown-content {
    position: absolute;
    text-align: center;
}

.grown-content.left {
    left: 0;
    bottom: 20px;
}

.grown-content.right {
    right: 0;
    top: 40px;
}

.grown-content h2.title {
    font-size: 32px;
}

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

.bespoke {
    position: relative;
    z-index: 0;
    margin: 65px 0 0;
}

.bespoke::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 200px;
    background-image: url(../images/bespoke-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bespoke-img {
    margin: 20px 0 0;
}

.bespoke h2.title {
    color: #fff;
}

.bespoke p {
    color: #fff;
}

.connect-us {
    position: relative;
    z-index: 0;
    margin: 100px 0 0;
}

/*.connect-us::after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background-image: url(../images/connect-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}*/
.connect-us::after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background-color: #056be9;
}
/*.connect-us .connect-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}*/
.connect-us .connect-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
     z-index: -1; 
    text-align: center;
    overflow: hidden;
}
.connect-us .connect-img video {
    display: block;
    width: 600px !important;
    margin: 0 auto;
    position: absolute;
    bottom: -60px;
    left: 60%;
    transform: translateX(-50%);
}
.connect-content {
    padding-left: 35px;
}

.connect-content h2.title {
    font-size: 35px;
}

.connect-content span.subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0 0 5px;
}

.connect-us .connect-form {
    background-color: #E1F2FF;
    border-radius: 20px;
    padding: 50px 50px 25px;
    margin: 15px 0 30px;
    float: left;
    width: 100%;
}

.connect-us .connect-form .form-control, .connect-us .connect-form .form-select {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(11,59,140,0.5);
    border-radius: 10px;
    height: 60px;
    font-size: 15px;
    color: #0B3B8C;
    padding: 20px;
}

.connect-us .connect-form .btn-primary {
    width: 100%;
    height: 60px;
    font-size: 24px;
}

.recent-blogs {
    position: relative;
    z-index: 0;
    margin: 100px 0 0;
}

.recent-blogs .blog-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 400px;
    background-image: url(../images/blog-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-item {
    margin: 15px 0 0;
}

.blog-item .blog-cover img {
    width: 100%;
}

.blog-content {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 10px 90px rgba(0, 0, 0, 0.07);
}

.blog-content a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.blog-content a:hover {
    color: #0B3B8C;
}

.blog-content .btn-link {
    text-align: left;
    padding: 0;
    color: #0B3B8C;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin: 15px 0 0;
}

.blog-content .btn-link:hover {
    color: #0B3B8C;
}

.blog-content .btn-link svg {
    margin-left: 5px;
}

.about-shavi {
    margin: 100px 0 0;
}

.ring_sec .diamond_j_cont {
    position: absolute;
    right: auto;
    width: 652px;
    left: 0;
    top: -180px;
}

.diamond_j {
    margin-left: auto;
    margin-right: auto;    
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
    top: 240px;
}

.diamond_b {
    margin-top: 0;
    margin-right: 9px;
    height: 156px;
    overflow: visible;
}

.insta-header {
    display: flex;
    align-items: center;
}

.insta-icon svg {
    width: 75px;
    height: 75px;
    fill: #0B3B8C;
    margin-right: 30px;
}

.insta-links {
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

.insta-links a {
    font-weight: 700;
    color: #0B3B8C;
    text-decoration: underline;
}

.insta-holder {
    border: 1px solid #D9D9D9;
    padding: 24px;
    margin: 30px 0 0;
}

.insta-holder a {
    display: block;
}

.insta-holder a img {
    width: 100%;
}

footer {
    background-color: #0B3B8C;
    padding: 75px 0 0;
    position: relative;
}

footer .custom-shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

footer .custom-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

footer .custom-shape-divider-top .shape-fill {
    fill: #FFFFFF;
}

.company-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-profiles {
    margin: 25px 0;
}

.social-link {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    background-color: transparent;
    transition: all 0.4s;
}

.social-link svg {
    height: 22px;
    fill: #fff;
}

.social-link:hover {
    border-color: #2CA6FF;
    background-color: #2CA6FF;
}

.social-link:hover svg {
    fill: #0B3B8C;
}

.footer-bottom {
    margin: 20px 0 0;
    padding: 30px 0;
    border-top: 1px solid #2CA6FF;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.quick-links {
    text-align: right;
}

.quick-links a {
    color: #fff;
    display: inline-block;
    margin: 0 15px;
    transition: all 0.4s;
}

.quick-links a:hover {
    color: #2ca6ff;
}

.diamond-icon {
    width: 75px;
    background-color: #0B3B8C;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;700&display=swap');
.contact-connect-us h2 {
    font-family: 'Cinzel', serif !important;
    font-weight: 600;
}
.connect-us.contact-connect-us .connect-form .form-control::placeholder {
    color: #0B3B8C;
}

.connect-us .connect-form .social-profiles {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.connect-us .connect-form .social-profiles .social-link svg {
    fill: #056BE9;
}
.connect-us .connect-form .social-profiles .social-link {
    border-color: #056BE9;
}
.connect-us .connect-form .social-profiles .social-link:hover {
    background-color: #056BE9;
}
.connect-us .connect-form .social-profiles .social-link:hover svg {
    fill: #fff;
}

.contact-connect-us.connect-us::after {
    background: #056BE9;
}
.contact-connect-us .contact-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-connect-us .whtsapp-details {
    display: flex;
    align-items: center;
}
.contact-details-box {
    display: flex;
    align-items: start;
    margin-bottom: 45px;
}
.contact-details-box > div {
    padding-left: 28px;
    color: #fff;
    font-size: 24px;
}
.contact-details-box a {
    color: #fff !important;
    transition: all 0.5s;
}
.contact-details-box a.btn-link:hover {
    text-decoration: none;
}
.contact-details-box p {
    margin-bottom: 0;
}
.contact-details-box:last-child {
    margin-bottom: 0;
}
ul.nd-shapes {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
ul.nd-shapes li {
    width: 10%;
}
ul.nd-shapes li img {
    margin: 0 auto;
}
ul.nd-shapes li .icon {
    border: 1px solid #D9D9D9;
    display: block;
    padding: 15px;
    cursor: pointer;
    min-height: 80px;
}

ul.nd-shapes li:hover .icon {
    background: linear-gradient(180deg, #0b3b8c 0%, #056be9 100%);
}

ul.nd-shapes li:hover .icon img {
    filter: brightness(0) invert(1);
}

ul.nd-shapes li .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #383838;
    margin-top: 10px;
    display: block;
}
.ui-slider-horizontal {
height: 14px;
border: 1px solid #D9D9D9;
border-radius: 50px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #d3d3d3;
border: 2px solid #fff;
width: 18px;
height: 18px;
background: #D9D9D9;
border-radius: 50px;
}
.ui-slider-horizontal .ui-slider-range {
    background: #D9D9D9;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.2em;
}
.slect-boxese select {
    min-width: 105px;
    height: 35px;
    padding: 5px;
    text-align: center;
}
.slect-boxese {
    margin-top: 15PX;
    display: flex;
    justify-content: space-between;
}
a {
    transition: all 0.2s ease-in-out;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/*Breadcumbs*/
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs {
    background-color: #F3F3F3;
    padding-top: 8px;
    padding-bottom: 8px;
}
.breadcrumbs ul li {
    font-size: 15px;
    line-height: 20px;
}
.breadcrumbs ul li:not(:last-child) {
    margin-right: 4px;
}
.breadcrumbs ul li a {
    color: #000000;
}
.breadcrumbs ul li a:hover {
    color: #056BE9;
}
/*Page Banner*/
.page-banner-inner {
    min-height: 452px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-banner h1 {
    color: #0B3B8C;
}
.page-banner p {
    font-weight: 500;
    font-size: 20px;
}
/*Single Product*/
.products-media-wrapper .image-block {
    position: relative;
    padding-top: 100%;
    background-color: #fff;
}
.products-media-wrapper .image-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 15px);
    max-height: calc(100% - 13px);
    object-fit: contain;
}
.product-single .product-info-wrapper .about-product ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-single .product-info-wrapper .about-product {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding: 15px 0;
}
.product-single .product-info-wrapper .about-product ul li .title {
    width: 115px;
    display: inline-block;
    font-weight: 600;
}
.product-single .product-info-wrapper .about-product ul li .detail {
    width: calc(100% - 115px);
    display: inline-block;
}
.product-single .product-info-wrapper .product-features {
    border-top: 1px solid #DFDFDF;
}
.product-single .product-info-wrapper .product-features .feature-item {
    padding-top: 30px;
}
.product-single .product-info-wrapper .product-features .feature-item:not(:last-child) {
    margin-right: 70px;
}
.product-single .product-info-wrapper .product-features .feature-item span {
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
}
.product-single .product-info-wrapper .product-features .feature-item .image-block {
    height: 60px;
    margin-bottom: 15px;
}
.product-single .product-info-wrapper .product-features .feature-item .image-block img {
    max-height: 100%;
    width: auto;
}
.product-single .product-info-wrapper .about-product ul li span {
    font-size: 18px;
    line-height: 28px;
}
.product-single .product-info-wrapper .about-product ul li:not(:last-child) {
    margin-bottom: 8px;
}
.product-single .product-info-wrapper .action-block {
    padding: 30px 0;
}
.product-single .product-info-wrapper .action-block .request-button {
    margin-right: 40px;
}
.product-single .product-info-wrapper .action-block .request-button .btn.btn-primary {
    font-size: 20px;
    line-height: 20px;
    padding: 18px 28px;
}
.product-single .product-info-wrapper .action-block .share-button img {
    margin-right: 14px;
}
.product-single .product-info-wrapper .action-block .share-button span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.product-single .product-info-wrapper .action-block .share-button:hover span {
    text-decoration: underline;
}
.product-single .products-media-wrapper,.product-single .product-info-wrapper {
    margin-top: 30px;
}
.product-single .product-info-wrapper {
    padding-left: 75px;
}
.product-single .product-info-wrapper .title-block h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px;
}
.product-single .product-info-wrapper .title-block p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 20px;
}
.product-single .product-info-wrapper .title-block p a {
    color: #056BE9;
    text-decoration: underline;
}
.product-single .product-info-wrapper .action-block .share-button,.product-single .product-info-wrapper .action-block .share-button:hover {
    border: 0;
    padding: 0;
    background-color: transparent;
}
.product-details .title-block,
.product-listing-title .title-block {
    border-bottom: 1px solid  #DFDFDF;
}
.product-details .title-block h4,
.product-listing-title .title-block h4,
.nd-shapes-section .title h4,
.product-filters .filter-item .title-block h4 {
    text-transform: none;
    color: #383838;
    font-weight: 600;
    font-family: "Barlow", sans-serif !important;
    display: inline-block;
    position: relative;
}
.product-listing-title .title-block h4 {
    color: #0B3B8C;
}
.nd-shapes-section .title h4 {
    margin-bottom: 12px;
}
.product-details .title-block h4:after,
.product-listing-title .title-block h4:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000000;
    left: 0;
    bottom: -9px;
}
.product-details .title-block,
.product-listing-title .title-block {
    margin-bottom: 25px;
}
.product-details {
    padding-top: 65px;
}
.product-details .content-block p {
    font-size: 18px;
    line-height: 34px;
}
.products-media-wrapper .thumbnail-image-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.products-media-wrapper .thumbnail-images {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 25px;
}
.products-media-wrapper .thumbnail-images .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.products-media-wrapper .thumbnail-images .slick-arrow.slick-prev {
    left: 5px;
}
.products-media-wrapper .thumbnail-images .slick-arrow.slick-next {
    right: 5px;
}
/*Product Filters*/
.product-filters .filter-item {
    margin-top: 45px;
}
.product-filters .container .wrapper {
    padding-bottom: 50px;
    border-bottom: 1px solid  #DFDFDF;
    margin-bottom: 60px;
}
.product-filters .filter-item .search input[type="search"] {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    width: 100%;
    height: 61px;
    padding: 15px 56px 15px 30px;
    font-size: 14px;
    line-height: 16px;
    color: #383838;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
}
.product-filters .filter-item .search input[type="search"]:focus-visible {
    outline: none;
}
.product-filters .filter-item .search input[type="search"]::placeholder {
    color: #B1B1B1;
    opacity: 1;
}
.product-filters .filter-item .search input[type="search"]:-ms-input-placeholder { 
    color: #B1B1B1;
}
.product-filters .filter-item .search input[type="search"]::-ms-input-placeholder {
    color: #B1B1B1;
}
/*Recent Products*/
.recent-products {
    padding: 90px 0 75px 0;
    margin: 85px 0 0;
}
.recent-products .title-block h4 {
    color: #0B3B8C;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
}
.recent-products .rp-slick-arrows,
.signature-creation .signature-slick-arrows {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recent-products .rp-slick-arrows button,
.signature-creation .signature-slick-arrows button{
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 2px solid #0B3B8C;
    border-radius: 50%;
    color: #0B3B8C;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
.recent-products .rp-slick-arrows button i,
.signature-creation .signature-slick-arrows button i{
    font-size: 30px;
}
.recent-products .rp-slick-arrows .rp-slick-next,
.signature-creation .signature-slick-arrows .signature-slick-next {
    margin-left: 10px;
}
.recent-products .rp-slick-arrows button:hover,
.signature-creation .signature-slick-arrows button:hover {
    background-color: #0B3B8C;
    color: #fff;
}
.recent-products .title-block {
    margin-bottom: 35px;
}
.recent-products .recent-products-slider,
.signature-creation .signatures-slider {
    padding-left: calc((100% - 1290px) / 2);
}
.recent-products .recent-products-slider .rp-item .content-block {
    background-color: #fff;
    padding: 30px 15px 35px 30px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
}
.recent-products .recent-products-slider .rp-item .image-block {
    background-color: #F8F8F8;
    position: relative;
    padding-top: 100%;
}
.recent-products .recent-products-slider .rp-item .image-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    max-width: calc(100% - 85px);
    max-height: calc(100% - 100px);
}
.recent-products .recent-products-slider .rp-item {
    padding: 10px;
}
.recent-products-slider .slick-list {
    padding: 0 16% 0 0 !important;
    margin-left: -10px;
}
.signature-creation .slick-list {
    padding: 0 16% 0 0 !important;
    margin-left: -10px;
}
.recent-products .recent-products-slider .rp-item .content-block h6 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}
.recent-products .recent-products-slider .rp-item .content-block h6 a {
    color: #000;
}
.recent-products .recent-products-slider .rp-item .content-block h6 a:hover {
    color: #0B3B8C;
}
.recent-products .recent-products-slider .rp-item .content-block .btn-link {
    text-align: left;
    padding: 0;
    color: #0B3B8C;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin: 10px 0 0;
}
/*Customizasion Page*/
.image-text-block-section .itb-item .image-block {
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    max-width: 57%;
    z-index: 1;
}
.image-text-block-section .itb-item .text-block {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    z-index: 2;
}
.image-text-block-section .itb-item {
    padding-top: 65px;
    padding-bottom: 65px;
}
.image-text-block-section .itb-item .text-block .content-block {
    background: #E1F2FF;
    border-radius: 20px;
    padding: 40px 45px 50px 50px;
}
.image-text-block-section .itb-item:nth-child(even) .image-block {order: 1;}
.image-text-block-section .itb-item:nth-child(even) .text-block {order: 2;}
.image-text-block-section .itb-item .image-block .image img {
    max-width: 100%;
    height: auto;
}
.image-text-block-section .itb-item:nth-child(odd) .text-block {
    padding-left: 5%;
}
.image-text-block-section .itb-item:nth-child(even) .text-block {
    padding-right: 5%;
}
.image-text-block-section .itb-item:nth-child(even) .image-block {
    margin-right: -100px;
}
.image-text-block-section .itb-item:nth-child(odd) .text-block {
    margin-right: -100px;
}
.image-text-block-section .itb-item .image-block .image {
    position: relative;
    padding-top: 80%;
}
.image-text-block-section .itb-item .image-block .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-text-block-section .itb-item .text-block .content-block h5 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 25px;
    font-family: "Barlow", sans-serif !important;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.image-text-block-section .itb-item .text-block .content-block p:last-child {
    margin-bottom: 0;
}
.journy-of-diamond .blue-bg-title {
    background-color: #0B3B8C;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.journy-of-diamond .blue-bg-title p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
}
.journy-of-diamond {
    padding-top: 60px;
}
.journy-of-diamond .title-block h2 {
    margin-bottom: 25px;
    color: #0B3B8C;
}
/*Page Banner*/
.page-banner-inner p {
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
}
/*List with Icons*/
.list-with-icons .lw-item .icon-block {
    background: linear-gradient(180deg, #0B3B8C 0%, #056BE9 100%);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 0 auto 30px;
}
.list-with-icons .lw-item .content-block h6 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    color: #0B3B8C;
}
.list-with-icons .lw-item .content-block p {
    font-size: 16px;
    line-height: 30px;
}
.list-with-icons .lw-item .content-block {
    padding-left: 32px;
    padding-right: 32px;
}
.list-with-icons .lw-item {
    position: relative;
    padding: 30px 0;
}
.list-with-icons {
    padding-bottom: 60px;
}
.list-with-icons .lw-item::before {
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    right: -16px;
    position: absolute;
    display: block;
    background-image: url(../images/Line-separator.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.list-with-icons .col-12:last-child .lw-item::before {
    display: none;
}
/*Product Listing Page*/
.nd-shapes-section .nd-shapes {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.nd-shapes-section .nd-shapes li {
    width: 10%;
}
.nd-shapes-section .nd-shapes li .icon {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nd-shapes-section .nd-shapes li:last-child .icon {
    border-right: 1px solid #D9D9D9;
}
.nd-shapes-section .nd-shapes li .name {
    display: block;
    text-align: center;
    padding-top: 9px;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}
.products-list-section .nav.product-tabs li button {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 3.4px;
    color: #383838;
}
.products-list-section .nav.product-tabs li button.active {
    background: linear-gradient(180deg, #0B3B8C 0%, #056BE9 100%);
    color: #fff;
}
.products-list-section .nav.product-tabs li button img {
    margin-left: 6px;
    max-width: 20px;
}
.products-list-section .nav.product-tabs li button img.image-white {
    display: none;
}
.products-list-section .nav.product-tabs li button.nav-link.active img.image-white {
    display: block;
}
.products-list-section .nav.product-tabs li button.nav-link.active img.image-black {
    display: none;
}
.product-listing-title {
    padding-top: 40px;
    padding-bottom: 20px;
}
.products-grid-wrapper .product-block .image-block {
    background-color: #F8F8F8;
    position: relative;
    padding-top: 100%;
}
.products-grid-wrapper .product-block .image-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 80px);
}
.products-grid-wrapper .product-block .content-block {
    background-color: #FFFFFF;
    box-shadow: 0px 8.41558px 75.7403px rgba(0, 0, 0, 0.07);
    padding: 25px;
}
.products-grid-wrapper .product-block .content-block .about-product {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.products-grid-wrapper .product-block .content-block .about-product li {
    padding: 4px 5px;
    display: flex;
}
.products-grid-wrapper .product-block .content-block .about-product li .title {
    width: 55px;
}
.products-grid-wrapper .product-block .content-block .about-product li:nth-child(odd) {
    width: 60%;
}
.products-grid-wrapper .product-block .content-block .about-product li:nth-child(even) {
    width: 40%;
}
.products-grid-wrapper .product-block .content-block .about-product li .content {
    width: calc(100% - 55px);
    padding-left: 10px;
    font-weight: 500;
}
.products-list-section .visul-image img {
    margin-right: 7px;
    transform: translateY(2px);
}
.products-grid-wrapper .product-block .content-block .about-product li span {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}
.products-grid-wrapper .product-block .content-block .price {
    margin-top: 20px;
    font-family: "Barlow", sans-serif !important;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    color: #000;
}
.products-grid-wrapper .product-block .content-block .price span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
}
.products-grid-wrapper .product-block .more-info {
    margin-top: 14px;
}
.products-grid-wrapper .product-block .more-info .btn {
    width: 100%;
    font-weight: 500;
}
.products-grid-wrapper .col-12,
.products-list-section .products-list-wrapper {
    margin-top: 50px;
}
.products-list-wrapper table {
    width: 100%;
    text-align: center;
}
.products-list-wrapper table tr th {
    background: linear-gradient(180deg, #0B3B8C 0%, #056BE9 100%);
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-weight: 500;
    padding: 8px 8px;
}
.products-list-wrapper table tr td span,.products-list-wrapper table tr td .btn.btn-primary {
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
}
.products-list-wrapper table tr td img {
    display: inline-block;
    max-width: 30px;
    margin-right: 5px;
}
.products-list-wrapper table tr td {
    padding: 30px 8px;
    border-bottom: 1px solid #DFDFDF;
}
.products-list-wrapper table tr td .btn.btn-primary {
    padding: 6px 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.products-list-section .load-more {
    margin-top: 50px;
}
.products-list-section .load-more span {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #989898;
}
.products-list-section .load-more .btn.btn-primary {
    margin-top: 18px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    text-transform: none;
    padding: 5px 50px 6px;
}
.products-list-section .load-more b {
    font-weight: 400;
    color: #383838;
}
/*Signature Creation Section*/
.signatures-wrapper .signature-item {
    padding: 10px;
}
.signatures-wrapper .signature-item .image-block {
    background-color: #F8F8F8;
    position: relative;
    padding-top: 100%;
}
.signatures-wrapper .signature-item .image-block img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.signatures-wrapper .signature-item .content-block {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
}
.signatures-wrapper .signature-item .content-block .btn.btn-link {
    text-align: left;
    padding: 0;
    color: #0B3B8C;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin: 10px 0 0;
}
.signatures-wrapper .signature-item .content-block .btn.btn-link svg {
    margin-left: 5px;
}
.signature-creation {
    padding: 80px 0 100px 0;
    margin: 80px 0 0 0;
}
.signature-creation .section-title p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    max-width: 684px;
    margin: 0 auto;
}
.signature-creation .section-title h2 {
    margin-bottom: 5px;
}
.signature-creation .signature-slick-arrows {
    margin: 0 0 10px 0;
}
.signatures-wrapper .signature-item .content-block h6 {
    font-size: 18px;
    line-height: 26px;
    font-family: "Barlow", sans-serif !important;
}
.signatures-wrapper .signature-item .content-block h6 a {
    color: #000;
}
.signatures-wrapper .signature-item .content-block h6 a:hover {
    color: #0B3B8C;
}
/*Blog Detail Page*/
.blog-content-section .author-block {
    border-top: 2px solid #6D6D6D;
    border-bottom: 2px solid #6D6D6D;
    padding: 26px 0;
}
.blog-content-section .author-block h6 {
    margin-bottom: 0;
    font-family: "Barlow", sans-serif !important;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}
.blog-content-section .blog-share-block .social-profiles a {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 50%;
}
.blog-content-section .blog-share-block .social-profiles a:hover {
    background-color: #000;
}
.blog-content-section .blog-share-block .social-profiles a:hover svg path {
    fill: white;
}
.blog-content-section .blog-share-block .share img {
    margin-right: 30px;
}
.blog-content-section .blog-share-block .share span {
    color: #000000;
    font-size: 20px;
    line-height: 31px;
    font-weight: 500;
}
.blog-content-section .blog-share-block .social-profiles {
    margin: 0;
}
.blog-content-section .blog-share-block {
    padding-bottom: 70px;
    padding-top: 20px;
}
.blog-content-section .blog-share-block .share {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.blog-content-section .blog-share-block .share:hover span {
    text-decoration: underline;
}
.blog-content-section .content-block p {
    font-size: 20px;
    line-height: 31px;
    font-weight: 500;
    color: #000;
}
.blog-content-section .content-block blockquote p {
    color: #6D6D6D !important;
    font-style: italic;
    margin: 0;
}
.blog-content-section .content-block blockquote {
    padding-left: 20px;
    border-left: 3px solid #0B3B8C;
    padding-bottom: 5px;
}
.blog-content-section .title-block {
    padding-top: 35px;
}
.blog-content-section .title-block h4 {
    text-transform: none;
    font-family: "Barlow", sans-serif !important;
    color: #0B3B8C;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 12px;
}
.blog-content-section .title-block date {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 35px;
    color: #7B7B7B;
}
.blog-content-section .title-block date img {
    margin-right: 5px;
}
.page-banner .banner-label {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FFFFFF;
    min-width: 161px;
    text-align: center;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
}
.page-banner .page-banner-inner {
    position: relative;
}
.comment-form-section .form-block {
    background-color: #E1F2FF;
    border-radius: 20px;
    padding: 5px 54px 50px 54px;
    margin-top: 48px;
}
.comment-form-section .form-block .col-12 {
    margin-top: 42px;
}
.comment-form-section .form-block .col-12 textarea {
    height: 193px;
    padding: 22px 20px;
}
.comment-form-section .form-block textarea, 
.comment-form-section .form-block input[type="text"], 
.comment-form-section .form-block input[type="email"],
.popup .form-block input[type="text"],
.popup .form-block input[type="email"],
.popup .form-block textarea,
.popup .form-block input[type="file"],
.popup .form-block input[type="tel"],
.popup .form-block select {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(11, 59, 140, 0.5);
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
}
.comment-form-section .form-block input[type="text"], 
.comment-form-section .form-block input[type="email"],
.popup .form-block input[type="text"],
.popup .form-block input[type="email"],
.popup .form-block input[type="file"],
.popup .form-block input[type="tel"],
.popup .form-block select {
    height: 60px;
}
.comment-form-section .form-block input[type="text"], 
.comment-form-section .form-block input[type="email"],
.popup .form-block input[type="text"],
.popup .form-block input[type="email"],
.popup .form-block input[type="file"],
.popup .form-block select {
    padding: 10px 18px;
}
.comment-form-section .form-block input[type="checkbox"],
.popup .form-block input[type="checkbox"] {
    border-radius: 0;
}
.comment-form-section .form-block .form-check-label span,
.popup .form-block span {
    color: #6D6D6D;
    font-size: 16px;
    line-height: 16px;
}
.comment-form-section .form-block input[type="submit"],
.popup .form-block input[type="submit"] {
    border-radius: 6px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #0b3b8c 0%, #056be9 100%);
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    max-width: 346px;
    height: 60px;
    width: 100%;
}
.comment-form-section .form-block input[type="submit"]:hover,
.popup .form-block input[type="submit"]:hover {
    border: 1px solid #0b3b8c;
    background: transparent !important;
    color: #0b3b8c !important;
}
.comment-form-section .title-block h4 {
    font-family: "Barlow", sans-serif !important;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    color: #0B3B8C;
    margin-bottom: 12px;
}
.comment-form-section .title-block p {
    font-size: 18px;
    line-height: 18px;
    color: #6D6D6D;
    font-weight: 500;
    margin-bottom: 0;
}
.comment-form-section {
    padding-top: 88px;
}
.comment-form-section .form-block input[type="text"]::placeholder,
.comment-form-section .form-block input[type="email"]::placeholder,
.comment-form-section .form-block textarea::placeholder,
.popup .form-block input[type="text"]::placeholder,
.popup .form-block input[type="email"]::placeholder,
.popup .form-block textarea::placeholder,
.popup .form-block input[type="tel"]::placeholder  {
    color: #0B3B8C;
    opacity: 1;
}
.comment-form-section .form-block input[type="text"]:-ms-input-placeholder,
.comment-form-section .form-block input[type="email"]:-ms-input-placeholder,
.comment-form-section .form-block textarea:-ms-input-placeholder,
.popup .form-block input[type="text"]:-ms-input-placeholder,
.popup .form-block input[type="email"]:-ms-input-placeholder,
.popup .form-block textarea:-ms-input-placeholder,
.popup .form-block input[type="tel"]:-ms-input-placeholder {
    color: #0B3B8C;
}
.comment-form-section .form-block input[type="text"]::-ms-input-placeholder,
.comment-form-section .form-block input[type="email"]::-ms-input-placeholder,
.comment-form-section .form-block textarea::-ms-input-placeholder,
.popup .form-block input[type="text"]::-ms-input-placeholder,
.popup .form-block input[type="email"]::-ms-input-placeholder,
.popup .form-block textarea::-ms-input-placeholder,
.popup .form-block input[type="tel"]::-ms-input-placeholder {
    color: #0B3B8C;
}
.popup .form-block textarea {
  height: 109px;
  padding: 12px 22px;
}
/*About Us Page*/
.trusted-internaly .trusted-item {
    max-width: 140px;
    margin-top: 30px;
}
.trusted-internaly .trusted-wrapper {
    justify-content: space-around;
    padding: 0 100px;
}
.trusted-internaly .trusted-item .icon-block {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    border: 3px dashed #0B3B8C;
    margin-bottom: 20px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
}
.trusted-internaly .trusted-item .content-block h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Barlow", sans-serif !important;
    color: #000;
}
.trusted-internaly .title-block p {
    max-width: 836px;
    margin: 0 auto;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
}
.trusted-internaly {
    padding-top: 60px;
    padding-bottom: 60px;
}
.our-story-section .our-story-content img {
    max-width: 100%;
}
.trusted-internaly .trusted-item .icon-block img {
    max-width: 100%;
}
.trusted-internaly .title-block h2 {
    margin-bottom: 10px;
}
.our-story-section {
    margin: 0 0 0 0 !important;
    padding-top: 85px;
}
.our-story-section .title-block p,.our-story-section .our-story-content p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
}
.our-story-section .title-block h2 {
    margin-bottom: 10px;
}
.our-story-section .title-block {
    margin-bottom: 40px;
}
.our-story-section .our-story-content img {
    width: 100%;
    margin-bottom: 60px;
}
.our-story-section .title-block p {
    max-width: 684px;
    margin: 0 auto;
}
.mission-section.list-with-icons {
    padding-top: 80px;
}
.blogs-listing .blogs-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -23px;
    margin-left: -23px;
}
.blogs-listing .blogs-wrapper .blog-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 60px;
}
.blogs-listing .blogs-wrapper .blog-item .image-block {
    position: relative;
    padding-top: 280px;
    display: block;
    overflow: hidden;
}
.blogs-listing .blogs-wrapper .blog-item .image-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}
.blogs-listing .blogs-wrapper .blog-item .image-block:hover img {
    transform: scale(1.1);
}
.blogs-listing .blogs-wrapper .blog-item .blog-content {
    padding: 24px 30px;
}
.blogs-listing .blogs-wrapper .blog-item .blog-content h4,.blogs-listing .blogs-wrapper .blog-item .blog-content h4 a {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Barlow", sans-serif !important;
}
.blogs-listing .blogs-wrapper .blog-item .blog-content h4 a {
    color: #0B3B8C;
}
/*Filter*/
.ui-slider .tooltip {
    display: none !important;
}
.ui-slider-popup {
    position: absolute !important;
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 36px;
    padding-top: 14px;
    z-index: 100;
    opacity: 0.8;
}
.product-filters .filter-item .title-block {
    margin-bottom: 16px;
}
.product-filters .filter-item .irs--flat .irs-line {
    height: 14px;
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    background-color: transparent;
}
.product-filters .filter-item .irs--flat .irs-bar {
    background: #D9D9D9;
    height: 14px;
}
.product-filters .filter-item .irs--flat .irs-handle {
    width: 18px;
    height: 18px;
    background: #D9D9D9;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
}
.product-filters .filter-item .irs--flat .irs-handle i {
    opacity: 0;
}
.product-filters .filter-item span.irs-from, .product-filters .filter-item span.irs-to, .product-filters .filter-item span.irs-min, .product-filters .filter-item span.irs-max {
    display: none;
}
.product-filters .filter-item .irs--flat .irs-grid-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.product-filters .filter-item .irs--flat .irs-grid-pol {
    background-color: #fff;
    top: -26px;
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 14px;
}
.product-filters .filter-item .irs--flat .irs-grid-pol.small {
    display: none;
}
.product-filters .filter-item span.irs-grid {
    padding-top: 5px;
    bottom: -6px;
}
.product-filters .filter-item .irs--flat.irs-with-grid {
  position: relative;
  top: -25px;
}
.product-filters .filter-item.rangeslider3 span.irs-grid span.irs-grid-text:last-child {
  margin-left: -15% !important;
}
/*Blog Listing Page*/
.blogs-listing {
    padding-bottom: 70px;
}
.blogs-listing .blogs-wrapper .blog-item .blog-content date {
    display: flex;
    align-items: center;
}
.blogs-listing .blogs-wrapper .blog-item .blog-content date img {
    margin-right: 5px;
}
.blogs-listing .blogs-wrapper .blog-item .blog-content date span {
    color: #7B7B7B;
    font-size: 18px;
    line-height: 35px;
}
.blogs-listing .blogs-wrapper .blog-item .blog-content p {
    font-size: 20px;
    line-height: 31px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogs-listing .blogs-wrapper .blog-item .blog-content .read-more {
    font-size: 20px;
    line-height: 31px;
    text-decoration: underline;
}
.blogs-listing .blogs-wrapper .blog-item .blog-content .read-more:hover {
    color: #0b3b8c;
}
/*Privacy Policy Page*/
.privacy-page-content {
    padding: 50px 0 60px 0;
}
.privacy-page-content .nav {
    width: 355px;
}
.privacy-page-content .tab-content {
    width: calc(100% - 355px);
}
.privacy-page-content .nav,.privacy-page-content .tab-content {
    padding-left: 15px;
    padding-right: 15px;
}
.privacy-page-content .nav .nav-item {
    width: 100%;
    padding: 15px 0;
}
.privacy-page-content .wrapper {
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}
.privacy-page-content .nav .nav-item .nav-link {
    background-color: transparent;
    color: #7A7A7A;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    padding: 0;
    transition: all 0.2s ease-in-out;
}
.privacy-page-content .nav .nav-item .nav-link:hover, .privacy-page-content .nav .nav-item .nav-link.active {
    color: #0B3B8C;
}
.privacy-page-content .privacy-content h3 {
    color: #0B3B8C;
    font-size: 30px;
    line-height: 36px;
    font-family: "Barlow", sans-serif !important;
    margin-bottom: 25px;
    font-weight: 600;
}
.privacy-page-content .privacy-content p,.privacy-page-content .privacy-content h6 {
    color: #000000;
    font-size: 30px;
    line-height: 42px;
}
.privacy-page-content .privacy-content p b,.privacy-page-content .privacy-content p strong {
    font-weight: 600;
}
.privacy-page-content .privacy-content h6 {
    font-family: "Barlow", sans-serif !important;
    margin-bottom: 25px;
    font-weight: 600;
}
/*Popup Model*/
.modal-dialog.send-enquiry-model {
    max-width: 892px;
    width: 100%;
}
.modal-dialog.customize-filter-model {
    max-width: 1296px;
    width: 100%;
}
.popup .modal-header {
    padding: 0;
    position: relative;
}
.popup .modal-content,.popup .modal-content .modal-header {
    border: 0;
    border-radius: 0;
    justify-content: center;
}
.popup .modal-content .modal-header img {
    max-width: 100%;
}
.popup .modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 17px;
    height: 17px;
    color: #fff;
    opacity: 1;
    padding: 0;
}
.send-enquiry-model .modal-body {
    padding: 30px 90px;
}
.send-enquiry-model .modal-body .title-block h3 {
    color: #0B3B8C;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}
.send-enquiry-model .modal-body .title-block h6 {
    font-size: 12px;
    line-height: 12px;
    font-family: "Barlow", sans-serif !important;
    text-transform: uppercase !important;
}
.popup .modal-body {
    background-color: #E1F2FF;
}
.send-enquiry-model .col-12 {
    margin-top: 27px;
}
.send-enquiry-model .form-block .file-type {
    position: relative;
}
.send-enquiry-model .form-block .file-type .custom-file-type {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(11, 59, 140, 0.5);
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
}
.popup .form-block input[type="file"] {
    opacity: 0;
    position: relative;
    z-index: 2;
}
.send-enquiry-model .form-block .file-type .custom-file-type span.text {
    color: #0B3B8C;
}
.send-enquiry-model .form-block .file-type {
    position: relative;
}
.send-enquiry-model .form-block .file-type .custom-file-type {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(11, 59, 140, 0.5);
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
}
.send-enquiry-model .form-block .file-type .custom-file-type span.text {
    color: #0B3B8C;
}
.send-enquiry-model .form-block .file-type input {
    position: relative;
    z-index: 2;
    opacity: 0;
}
.customize-filter-model .modal-body {
    padding: 36px;
}
.customize-filter-model .field-label label {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
}
.customize-filter-model .col-12 {
    margin-top: 0;
}
.customize-filter-model .field-label {
    margin-top: 24px;
}
.customize-filter-model .input-block {
    margin-top: 16px;
}
.customize-filter-model .submit-block,.customize-filter-model .title-block {
    margin-top: 30px;
}
.customize-filter-model .submit-block input[type="submit"] {
    max-width: 143px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    height: 42px !important;
}
.customize-filter-model .modal-body > .title-block {margin-top: 0;}
.iti__hide {
  display: none; 
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none; }
.customize-filter-model .input-block .iti {
    display: block;
}
.customize-filter-model .input-block .iti__selected-flag {
    padding: 0 6px 0 10px;
}
.customize-filter-model .form-block .file-type .custom-file-type span.text {
    background: rgba(186, 186, 186, 0.5);
    border: 0.833333px solid rgba(11, 59, 140, 0.5);
    border-radius: 5.83333px;
    font-size: 13px;
    font-weight: 600;
    height: 54px;
    line-height: 52px;
    width: 112px;
    text-align: center;
}
.customize-filter-model .form-block .file-type .custom-file-type {
    padding: 1px 15px 1px 2px;
}
.customize-filter-model .form-block .file-type .custom-file-type span.file-name {
    width: calc(100% - 112px);
    padding-left: 11px;
    color: #8B8B8B;
    font-size: 13px;
    line-height: 13px;
}
@media only screen and (max-width: 1399px) {
    .product-single .product-info-wrapper {
        padding-left: 25px;
    }
    .product-details {
        padding-top: 60px;
    }
    .product-details .content-block p {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .product-details .title-block,
    .product-listing-title .title-block{
        margin-bottom: 20px;
    }
    .recent-products .recent-products-slider,
    .signature-creation .signatures-slider {
        padding-left: calc((100% - 1110px) / 2);
    }
    .recent-products .title-block h4 {
        font-size: 36px;
        line-height: 36px;
    }
    .recent-products .recent-products-slider .rp-item .content-block {
        padding: 25px 15px 25px 25px;
    }
    .recent-products .recent-products-slider .rp-item .content-block h6 {
        font-size: 22px;
        line-height: 24px;
    }
    .recent-products .recent-products-slider .rp-item .content-block .btn-link {
        margin: 0 0 0 0;
    }
    .recent-products {
        padding: 80px 0 70px 0;
        margin: 80px 0 0 0;
    }
    .recent-products-slider .slick-list {
        padding: 0 15% 0 0 !important;
    }
    .signature-creation .slick-list {
        padding: 0 15% 0 0 !important;
    }
    .recent-products .recent-products-slider .rp-item .image-block img {
        max-width: calc(100% - 60px);
        max-height: calc(100% - 80px);
    }
    .list-with-icons .lw-item .content-block {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-banner p {
        font-size: 18px;
        line-height: 28px;
    }
    .journy-of-diamond .blue-bg-title p {
        font-size: 18px;
        line-height: 28px;
    }
    .signatures-wrapper .signature-item .content-block {
        padding: 20px;
    }
    .signatures-wrapper .signature-item .content-block h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .signatures-wrapper .signature-item .content-block .btn.btn-link svg {
        width: 10px;
        height: auto;
    }
    .signature-creation {
        padding: 80px 0 80px 0;
    }
    .products-grid-wrapper .product-block .content-block {
        padding: 15px 20px;
    }
    .products-grid-wrapper .product-block .content-block .about-product li span {
        font-size: 14px;
        line-height: 18px;
    }
    .products-grid-wrapper .product-block .content-block .about-product li .title {
        width: 45px;
    }
    .products-grid-wrapper .product-block .content-block .about-product li .content {
        width: calc(100% - 45px);
    }
    .products-grid-wrapper .product-block .content-block .price {
        font-size: 18px;
        line-height: 19px;
    }
    .products-grid-wrapper .product-block .content-block .price span {
        font-size: 12px;
        line-height: 18px;
    }
    .products-grid-wrapper .product-block .image-block img {
        max-width: calc(100% - 80px);
        max-height: calc(100% - 60px);
    }
    .products-grid-wrapper .col-12, .products-list-section .products-list-wrapper {
        margin-top: 40px;
    }
    .products-list-wrapper table tr th {
        font-size: 17px;
        line-height: 19px;
    }
    .products-list-wrapper table tr td img {
        max-width: 24px;
    }
    .products-list-wrapper table tr td span, .products-list-wrapper table tr td .btn.btn-primary {
        font-size: 17px;
        line-height: 19px;
    }
    .products-list-wrapper table tr td {
        padding: 25px 6px;
    }
    .nd-shapes-section .nd-shapes li .icon img {
        max-width: 40px;
    }
    .image-text-block-section .itb-item .image-block {
        -ms-flex: 0 0 52%;
        flex: 0 0 52%;
        max-width: 52%;
    }
    .image-text-block-section .itb-item .text-block {
        -ms-flex: 0 0 52%;
        flex: 0 0 52%;
        max-width: 52%;
    }
    .image-text-block-section .itb-item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .image-text-block-section .itb-item .text-block .content-block {
        padding: 40px 30px 40px 40px;
    }
    .image-text-block-section .itb-item .text-block .content-block p {
        margin-bottom: 20px;
    }
    .signature-creation {
        margin: 60px 0 0 0;
    }
    .list-with-icons {
        padding-bottom: 30px;
    }
    .trusted-internaly .trusted-wrapper {
        padding: 0 60px;
    }
    .blogs-listing .blogs-wrapper .blog-item .image-block {
        padding-top: 240px;
    }
    .blogs-listing .blogs-wrapper .blog-item {
        padding-left: 18px;
        padding-right: 18px;
        margin-top: 45px;
    }
    .blogs-listing .blogs-wrapper .blog-item .blog-content {
        padding: 20px 25px;
    }
    .blogs-listing .blogs-wrapper .blog-item .blog-content h4, .blogs-listing .blogs-wrapper .blog-item .blog-content h4 a {
        font-size: 24px;
        line-height: 28px;
    }
    .blogs-listing .blogs-wrapper .blog-item .blog-content p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .blogs-listing .blogs-wrapper .blog-item .blog-content .read-more {
        font-size: 18px;
        line-height: 28px;
    }
    .blogs-listing .blogs-wrapper {
        margin-left: -18px;
        margin-right: -18px;
    }
    .privacy-page-content .privacy-content p, .privacy-page-content .privacy-content h6 {
        font-size: 24px;
        line-height: 34px;
    }
    .privacy-page-content .nav .nav-item .nav-link {
        font-size: 20px;
        line-height: 24px;
    }
    .privacy-page-content .nav .nav-item {
        padding: 10px 0;
    }
    .privacy-page-content .nav {
        width: 280px;
    }
    .privacy-page-content .tab-content {
        width: calc(100% - 280px);
    }
    .privacy-page-content .privacy-content h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .privacy-page-content .privacy-content h6 {
        margin-bottom: 20px;
    }
    .privacy-page-content {
        padding: 40px 0 40px 0;
    }
    .modal-dialog.customize-filter-model {
        max-width: calc(100% - 60px);
    }
}
@media only screen and (max-width: 1199px) {
    .product-single .product-info-wrapper {
        padding-left: 15px;
    }
    .product-single .product-info-wrapper .title-block h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .product-single .product-info-wrapper .title-block p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .product-single .product-info-wrapper .about-product ul li span {
        font-size: 16px;
        line-height: 24px;
    }
    .product-single .product-info-wrapper .about-product ul li .title {
        width: 86px;
    }
    .product-single .product-info-wrapper .about-product ul li .detail {
        width: calc(100% - 86px);
    }
    .product-single .product-info-wrapper .action-block {
        padding: 20px 0;
    }
    .product-single .product-info-wrapper .action-block .request-button .btn.btn-primary {
        font-size: 16px;
        line-height: 16px;
        padding: 16px 24px;
    }
    .product-single .product-info-wrapper .action-block .share-button span {
        font-size: 16px;
        line-height: 20px;
    }
    .product-single .product-info-wrapper .action-block .share-button img {
        max-width: 16px;
        margin-right: 12px;
    }
    .product-single .product-info-wrapper .action-block .request-button {
        margin-right: 30px;
    }
    .product-single .product-info-wrapper .product-features .feature-item:not(:last-child) {
        margin-right: 0;
    }
    .product-single .product-info-wrapper .product-features .feature-item {
        padding-top: 20px;
    }
    .product-single .product-info-wrapper .product-features .feature-item .image-block {
        height: 50px;
        margin-bottom: 12px;
    }
    .product-single .product-info-wrapper .product-features {
        justify-content: space-between;
    }
    .products-media-wrapper .thumbnail-images {
        margin-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .products-media-wrapper .thumbnail-images .slick-arrow {
        font-size: 24px;
    }
    .products-media-wrapper .thumbnail-images .slick-arrow.slick-prev {
        left: 0;
    }
    .products-media-wrapper .thumbnail-images .slick-arrow.slick-next {
        right: 0;
    }
    .products-media-wrapper .thumbnail-image-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    .recent-products .recent-products-slider,
    .signature-creation .signatures-slider {
        padding-left: calc((100% - 930px) / 2);
    }
    .recent-products .title-block h4 {
        font-size: 32px;
        line-height: 32px;
    }
    .recent-products .rp-slick-arrows button i,
    .signature-creation .signature-slick-arrows  button i{
        font-size: 24px;
    }
    .recent-products .rp-slick-arrows button,
    .signature-creation .signature-slick-arrows button {
        width: 26px;
        height: 26px;
    }
    .recent-products {
        padding: 70px 0 60px 0;
        margin: 70px 0 0 0;
    }
    .recent-products .title-block {
        margin-bottom: 30px;
    }
    .recent-products .recent-products-slider .rp-item .content-block {
        padding: 20px 15px 20px 20px;
    }
    .recent-products .recent-products-slider .rp-item .content-block h6 {
        font-size: 20px;
        line-height: 22px;
    }
    .recent-products-slider .slick-list {
        padding: 0 12% 0 0 !important;
    }
    .signature-creation .slick-list {
        padding: 0 12% 0 0 !important;
    }
    .list-with-icons .lw-item .icon-block {
        width: 76px;
        height: 76px;
        margin: 0 auto 20px;
    }
    .list-with-icons .lw-item .icon-block img {
        max-width: 42px;
    }
    .list-with-icons .lw-item .content-block p {
        font-size: 14px;
        line-height: 24px;
    }
    .list-with-icons .lw-item .content-block {
        padding-left: 16px;
        padding-right: 16px;
    }
    .signature-creation {
        padding: 60px 0 60px 0;
        margin: 70px 0 0 0;
    }
    .products-list-section .nav.product-tabs li button {
        font-size: 16px;
        line-height: 16px;
    }
    .products-list-section .nav.product-tabs li button img {
        max-width: 16px;
    }
    .products-list-wrapper table tr th,.products-list-wrapper table tr td span, .products-list-wrapper table tr td .btn.btn-primary {
        font-size: 16px;
        line-height: 18px;
    }
    .products-list-wrapper table tr td {
        padding: 20px 6px;
    }
    .products-list-wrapper table tr td img {
        max-width: 20px;
    }
    .nd-shapes-section .nd-shapes li .icon img {
        max-width: 30px;
        max-height: 36px;
    }
    .nd-shapes-section .nd-shapes li .icon {
        height: 66px;
    }
    .product-listing-title {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .image-text-block-section .itb-item .text-block .content-block h5 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .image-text-block-section .itb-item .text-block .content-block p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .image-text-block-section .itb-item .text-block .content-block {
        padding: 30px;
    }
    .signature-creation {
        margin: 30px 0 0 0;
    }
    .signature-creation .section-title p {
        font-size: 16px;
        line-height: 24px;
    }
    .comment-form-section .title-block h4 {
        font-size: 32px;
        line-height: 32px;
    }
    .comment-form-section .form-block {
        padding: 5px 40px 40px 40px;
    }
    .comment-form-section .form-block .col-12 {
        margin-top: 32px;
    }
    .comment-form-section .form-block .col-12 textarea {
        height: 170px;
    }
    .comment-form-section .form-block input[type="submit"] {
        font-size: 22px;
        line-height: 22px;
        max-width: 300px;
        height: 56px;
    }
    .comment-form-section {
        padding-top: 70px;
    }
    .recent-blogs {
        margin: 80px 0 0 0;
    }
    .comment-form-section .form-block {
        margin-top: 40px;
    }
    .page-banner .banner-label {
        font-size: 18px;
        line-height: 28px;
        min-width: 131px;
        min-height: 32px;
    }
    .page-banner .banner-label {
        font-size: 18px;
        line-height: 28px;
        min-width: 131px;
        min-height: 32px;
    }
    .blog-content-section .title-block h4 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .blog-content-section .content-block p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .blog-content-section .blog-share-block .share img {
        max-width: 30px;
        margin-right: 20px;
    }
    .blog-content-section .blog-share-block .share span {
        font-size: 18px;
        line-height: 28px;
    }
    .blog-content-section .blog-share-block .social-profiles a {
        width: 30px;
        height: 30px;
    }
    .blog-content-section .blog-share-block .social-profiles a svg {height: 13px;}
    .blog-content-section .blog-share-block {
        padding-bottom: 40px;
        padding-top: 10px;
    }
    .blog-content-section .author-block h6 {
        font-size: 22px;
        line-height: 22px;
    }
    .blog-content-section .author-block {
        padding: 20px 0;
    }
    .trusted-internaly .trusted-wrapper {
        padding: 0 60px;
    }
    .our-story-section .our-story-content img {
        max-width: 100%;
    }
    .trusted-internaly {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .trusted-internaly .trusted-item .icon-block {
        width: 120px;
        height: 120px;
        padding: 25px;
    }
    .trusted-internaly .trusted-item .icon-block img {
        max-width: 100%;
    }
    .trusted-internaly .trusted-item .content-block h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .our-story-section .our-story-content img {
        margin-bottom: 40px;
    }
    .our-story-section .our-story-content p,.our-story-section .title-block p {
        font-size: 17px;
        line-height: 26px;
    }
    .our-story-section .our-story-content p {
        margin-bottom: 20px;
    }
    .our-story-section {
        padding-top: 60px;
    }
    .contact-details-box > div {
        padding-left: 20px;
        font-size: 20px;
    }
    .mission-section.list-with-icons {
        padding-top: 60px;
    }
    .blogs-listing .blogs-wrapper .blog-item {
      padding-left: 15px;
      padding-right: 15px;
    }
    .blogs-listing .blogs-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .blogs-listing .blogs-wrapper .blog-item .blog-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .privacy-page-content .privacy-content p {
        font-size: 20px;
        line-height: 30px;
    }
    .privacy-page-content .privacy-content h6 {
        margin-bottom: 15px;
    }
    .privacy-page-content .nav {
        width: 260px;
    }
    .privacy-page-content .tab-content {
        width: calc(100% - 260px);
    }
    .privacy-page-content {
        padding: 30px 0 30px 0;
    }
    .customize-filter-model .submit-block, .customize-filter-model .title-block {
        margin-top: 25px;
    }
    .customize-filter-model .field-label {
        margin-top: 20px;
    }
    .customize-filter-model .input-block {
        margin-top: 10px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blogs-listing .blogs-wrapper .blog-item .blog-content {
        padding: 20px;
    }
    .blogs-listing .blogs-wrapper .blog-item .image-block {
        padding-top: 220px;
    }
}
@media only screen and (max-width: 991px) {
    .product-single .product-info-wrapper .product-features {
        justify-content: flex-start;
    }
    .product-single .product-info-wrapper .product-features .feature-item:not(:last-child) {
        margin-right: 60px;
    }
    .product-single .product-info-wrapper {
        padding-left: 0;
    }
    .product-details .content-block p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .product-details {
        padding-top: 50px;
    }
    .recent-products .recent-products-slider,
    .signature-creation .signatures-slider {
        padding-left: calc((100% - 690px) / 2);
    }
    .recent-products-slider .slick-list {
        padding: 0 20% 0 0 !important;
    }
    .signature-creation .slick-list {
        padding: 0 20% 0 0 !important;
    }
    .recent-products .recent-products-slider .rp-item .image-block img {
        max-width: calc(100% - 30px);
        max-height: calc(100% - 60px);
    }
    .recent-products {
        padding: 60px 0 50px 0;
        margin: 60px 0 0 0;
    }
    .recent-products .title-block h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .recent-products .title-block {
        margin-bottom: 25px;
    }
    .list-with-icons .row {
        justify-content: center;
    }
    .page-banner-inner {
        min-height: 372px;
    }
    .journy-of-diamond .blue-bg-title p {
        font-size: 16px;
        line-height: 24px;
    }
    .journy-of-diamond .title-block h2 {
        margin-bottom: 20px;
    }
    .signatures-wrapper .signature-item .content-block {
        padding: 15px;
    }
    .products-list-wrapper table tr th, .products-list-wrapper table tr td {white-space: nowrap;}
    .products-list-wrapper table tr td {padding: 15px 10px;}
    .products-list-wrapper table tr th {padding: 8px 10px;}
    .nd-shapes-section .nd-shapes li {
        width: 20%;
        margin: 10px 0;
    }
    .nd-shapes-section .nd-shapes li:nth-child(5) .icon {
        border-right: 1px solid #D9D9D9;
    }
    .nd-shapes-section .title h4 {
        margin-bottom: 5px;
    }
    .product-listing-title {
        padding-bottom: 0;
    }
    .image-text-block-section .itb-item:nth-child(odd) .text-block {
        margin-right: 0;
        padding-left: 0;
    }
    .image-text-block-section .itb-item:nth-child(even) .text-block {
        padding-right: 0;
        order: initial;
    }
    .image-text-block-section .itb-item .text-block,.image-text-block-section .itb-item .image-block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .image-text-block-section .itb-item {
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0;
    }
    .image-text-block-section .itb-item:nth-child(even) .image-block {
        margin-right: 0;
        order: initial;
    }
    .image-text-block-section .itb-item .text-block {
        order: 2 !important;
    }
    .image-text-block-section .itb-item .image-block {
        order: 1 !important;
    }
    .image-text-block-section .itb-item .text-block .content-block {
        background-color: transparent;
        padding: 40px 30px;
    }
    .image-text-block-section .itb-item .image-block .image {
        padding-top: 56.25%;
    }
    .list-with-icons .lw-item .content-block p {
        margin-bottom: 15px;
    }
    .comment-form-section .form-block {
        padding: 5px 20px 30px;
    }
    .comment-form-section .form-block .col-12 {
        margin-top: 20px;
    }
    .comment-form-section .form-block input[type="text"], 
    .comment-form-section .form-block input[type="email"],
    .popup .form-block input[type="text"],
    .popup .form-block input[type="email"],
    .popup .form-block input[type="file"],
    .popup .form-block input[type="tel"],
    .popup .form-block select {
        height: 56px;
    }
    .comment-form-section .form-block .col-12 textarea,
    .popup .form-block textarea {
        height: 150px;
    }
    .comment-form-section .form-block input[type="submit"],
    .popup .form-block input[type="submit"] {
        font-size: 20px;
        line-height: 20px;
        max-width: 260px;
        height: 56px;
    }
    .modal-dialog.send-enquiry-model {
        max-width: calc(100% - 60px);
    }
    .send-enquiry-model .modal-body {
        padding: 30px;
    }
    .send-enquiry-model .col-12 {
        margin-top: 20px;
    }
    .comment-form-section .form-block {
        margin-top: 35px;
    }
    .blog-content-section .content-block p {
        font-size: 16px;
        line-height: 24px;
    }
    .trusted-internaly .trusted-wrapper {
        padding: 0;
    }
    .trusted-internaly .title-block p {
        font-size: 15px;
        line-height: 24px;
    }
    .trusted-internaly .trusted-item .icon-block {
        width: 110px;
        height: 110px;
        padding: 22px;
        margin-bottom: 10px;
    }
    .trusted-internaly .trusted-item .content-block h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .trusted-internaly {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .our-story-section .our-story-content img {
        margin-bottom: 25px;
    }
    .our-story-section .our-story-content p, .our-story-section .title-block p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-connect-us.connect-us::after {
        width: 100%;
        height: 38%;
        bottom: 0;
        top: auto;
    }
    .contact-details-box > div {
        font-size: 15px;
    }
    .contact-details-box {
        margin-bottom: 30px;
    }
    .mission-section.list-with-icons {
        padding-top: 50px;
    }
    .blogs-listing .blogs-wrapper .blog-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .blogs-listing {
        padding-bottom: 50px;
    }
    .privacy-page-content .nav,.privacy-page-content .tab-content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .privacy-page-content .wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .privacy-page-content .nav {
        display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .privacy-page-content .nav .nav-item {
        width: auto;
        display: inline-block;
        padding: 0;
    }
    .privacy-page-content .nav .nav-item .nav-link {
        white-space: nowrap;
        border-radius: 25px;
        padding: 8px 24px;
        font-size: 16px;
        line-height: 24px;
    }
    .privacy-page-content .nav .nav-item .nav-link:hover, .privacy-page-content .nav .nav-item .nav-link.active {
        color: #fff;
        background-color: #0b3b8c;
    }
    .privacy-page-content .privacy-content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .privacy-page-content .privacy-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .privacy-page-content .privacy-content h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .customize-filter-model .col-12 {
        margin-top: 0;
    }
    .customize-filter-model .submit-block, .customize-filter-model .title-block {
        margin-top: 25px;
    }
    .customize-filter-model .field-label {
        margin-top: 16px;
    }
    .customize-filter-model .form-block .file-type .custom-file-type span.text {
        height: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .list-with-icons .col-12:first-child .lw-item::before {
        display: block;
    }
    .list-with-icons .col-12 .lw-item::before {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .product-single .product-info-wrapper .title-block h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 5px;
    }
    .product-single .product-info-wrapper .title-block p,
    .product-single .product-info-wrapper .about-product ul li span {
        font-size: 15px;
        line-height: 24px;
    }
    .recent-products .recent-products-slider,
    .signature-creation .signatures-slider {
        padding-left: calc((100% - 515px) / 2);
    }
    .recent-products .title-block h4 {
        font-size: 28px;
        line-height: 28px;
    }
    .recent-products-slider .slick-list {
        padding: 0 30% 0 0 !important;
    }
    .signature-creation .slick-list {
        padding: 0 30% 0 0 !important;
    }
    .list-with-icons .lw-item::before {display: none;}
    .page-banner-inner p {
        max-width: 100%;
    }
    .page-banner p {
        font-size: 16px;
        line-height: 24px;
    }
    .page-banner-inner {
        min-height: 332px;
    }
    .signature-creation .signature-slick-arrows {
        margin: 20px 0 15px 0;
    }
    .signature-creation {
        padding: 40px 0 40px 0;
        margin: 40px 0 0 0;
    }
    .products-grid-wrapper .product-block .content-block {
        padding: 15px 15px;
    }
    .products-grid-wrapper .product-block .content-block .price {
        font-size: 16px;
        line-height: 18px;
    }
    .products-grid-wrapper .col-12, .products-list-section .products-list-wrapper {
        margin-top: 20px;
    }
    .products-list-section .product-tabs {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-top: 20px;
    }
    .products-list-section .d-flex {
        flex-wrap: wrap;
    }
    .products-list-section .load-more {
        margin-top: 30px;
    }
    .image-text-block-section .itb-item .text-block .content-block {
        padding: 30px 20px;
    }
    .signature-creation {
        margin: 10px 0 0 0;
    }
    .list-with-icons .lw-item .content-block p {
        margin-bottom: 0;
    }
    .list-with-icons .lw-item {
        padding: 15px 0;
    }
    .recent-blogs {
        margin: 0;
    }
    .comment-form-section .title-block h4 {
        font-size: 28px;
        line-height: 28px;
    }
    .comment-form-section .title-block p {
        font-size: 16px;
        line-height: 24px;
    }
    .comment-form-section .form-block {
        margin-top: 25px;
    }
    .comment-form-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog-content-section .author-block h6 {
        font-size: 18px;
        line-height: 18px;
    }
    .blog-content-section .blog-share-block .share img {
        max-width: 24px;
        margin-right: 15px;
    }
    .blog-content-section .blog-share-block {
        padding-bottom: 20px;
    }
    .trusted-internaly .trusted-item .icon-block {
        width: 100px;
        height: 100px;
    }
    .our-story-section {
        padding-top: 50px;
    }
    .our-story-section .title-block {
        margin-bottom: 25px;
    }
    .our-story-section .our-story-content p, .our-story-section .title-block p {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-connect-us.connect-us::after {
        display: block !important;
        content: "";
        position: absolute;
        z-index: -2;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .contact-connect-us .contact-details {
        padding-top: 30px;
    }
    .send-enquiry-model .modal-body .title-block h3 {
        font-size: 22px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 15px;
        padding-right: 15px;
    }
    .recent-products .recent-products-slider,
    .signature-creation .signatures-slider {
        padding-left: 15px;
    }
    .journy-of-diamond .blue-bg-title p {
        font-size: 14px;
        line-height: 22px;
    }
    .journy-of-diamond .title-block h2 {
        margin-bottom: 12px;
    }
    .products-grid-wrapper .product-block .content-block .about-product li span {
        font-size: 16px;
        line-height: 21px;
    }
    .products-grid-wrapper .product-block .content-block .about-product li .title {
        width: 58px;
    }
    .products-grid-wrapper .product-block .content-block .about-product li .content {
        width: calc(100% - 58px);
    }
    .products-grid-wrapper .product-block .content-block {
        padding: 15px 20px;
    }
    .products-grid-wrapper .product-block .content-block .price {
        font-size: 18px;
        line-height: 20px;
    }
    .products-list-section .result span, .products-list-section .visul-image span {
        font-size: 14px;
    }
    .products-list-section .nav.product-tabs li button {
        font-size: 14px;
        line-height: 14px;
    }
    .products-list-section .nav.product-tabs li button img {
        max-width: 12px;
    }
    .products-list-wrapper table tr th, .products-list-wrapper table tr td span, .products-list-wrapper table tr td .btn.btn-primary {
        font-size: 14px;
        line-height: 16px;
    }
    .products-list-wrapper table tr th {
        padding: 6px 10px;
    }
    .products-list-wrapper table tr td {
        padding: 10px;
    }
    .nd-shapes-section .nd-shapes li .icon {
        height: 60px;
    }
    .image-text-block-section .itb-item .text-block .content-block {
        padding: 25px 15px;
    }
    .signature-creation .section-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .blogs-listing .blogs-wrapper .blog-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }
    .blogs-listing .blogs-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .blogs-listing .blogs-wrapper .blog-item .blog-content {
        padding: 22px 20px;
    }
    .blogs-listing .blogs-wrapper .blog-item .blog-content date span {
        font-size: 16px;
        line-height: 32px;
    }
    .blogs-listing {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .modal-dialog.send-enquiry-model {
        max-width: calc(100% - 30px);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .customize-filter-model .modal-body {
        padding: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .product-single .product-info-wrapper .product-features .feature-item:not(:last-child) {
        margin-right: 0;
    }
    .product-single .product-info-wrapper .product-features {
        justify-content: space-between;
    }
    .product-single .product-info-wrapper .product-features .feature-item .image-block {
        height: 42px;
        margin-bottom: 8px;
    }
    .product-single .product-info-wrapper .product-features .feature-item span, .product-single .product-info-wrapper .title-block p, .product-single .product-info-wrapper .about-product ul li span,.product-single .product-info-wrapper .action-block .share-button span {
        font-size: 14px;
        line-height: 20px;
    }
    .product-single .product-info-wrapper .title-block h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .product-single .products-media-wrapper, .product-single .product-info-wrapper {
        margin-top: 25px;
    }
    .product-single .product-info-wrapper .title-block p {
        margin-bottom: 15px;
    }
    .product-single .product-info-wrapper .action-block .request-button .btn.btn-primary {
        font-size: 15px;
        line-height: 15px;
        padding: 14px 20px;
    }
    .product-single .product-info-wrapper .action-block .request-button {
        margin-right: 20px;
    }
    .product-single .product-info-wrapper .action-block .share-button img {
        max-width: 14px;
        margin-right: 8px;
    }
    .recent-products .title-block h4 {
        font-size: 24px;
        line-height: 24px;
    }
    .recent-products .rp-slick-arrows button,
    .signature-creation .signature-slick-arrows button{
        width: 24px;
        height: 24px;
    }
    .recent-products .rp-slick-arrows button i,
    .signature-creation .signature-slick-arrows button i{
        font-size: 22px;
    }
    .recent-products {
        padding: 50px 0 40px 0;
        margin: 50px 0 0 0;
    }
    .recent-products .rp-slick-arrows .rp-slick-next,
    .signature-creation .signature-slick-arrows .signature-slick-next {
        margin-left: 6px;
    }
    .nd-shapes-section .nd-shapes li .name {
        font-size: 14px;
        line-height: 16px;
    }
    .nd-shapes-section .nd-shapes li .icon img {
        max-width: 26px;
        max-height: 28px;
    }
    .nd-shapes-section .nd-shapes li .icon {
        height: 52px;
    }
    .product-details .title-block h4, .product-listing-title .title-block h4, .nd-shapes-section .title h4, .product-filters .filter-item .title-block h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .trusted-internaly .trusted-item .icon-block {
        width: 100px;
        height: 100px;
    }
    .trusted-internaly .trusted-item {
        max-width: 100%;
        width: 100%;
    }
    .our-story-section {
        padding-top: 40px;
    }
    .send-enquiry-model .modal-body {
        padding: 20px;
    }
}


/*====== Dim Slider ======*/
.diamond-slider-inner .element .element-inner, .diamond-slider-inner .element .bttn, .diamond-slider-inner .element h3{transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.diamond-slider-inner{background-color: #333333; padding: 80px 0 !important; position: relative; background-image: url(../images/inner-hero-banner.jpg); background-position: center center; background-size: cover;}
.diamond-slider-inner:before{background-color: #000000; content: ""; position: absolute; width: 100%; height: 100%; opacity: 0.3; left: 0; top: 0;}
.diamond-slider-inner .element img{max-height: 200px; width: auto !important; margin: 0 auto; transform: inherit; -webkit-transform: inherit;}
.diamond-slider-inner .element h3{font-weight: 100; margin-top: 10px; color: #ffffff; font-family: "Barlow", sans-serif !important; text-transform: uppercase; font-size: 22px;}
.diamond-slider-inner .element .bttn {opacity: 0; visibility: hidden; border: 1px solid #fff; border-radius: 5px; color: #ffffff; text-transform: uppercase; text-align: center; font-size: 15px; display: block; width: 100px; margin: 15px auto 0; padding: 4px 0;}
.diamond-slider-inner .element .bttn:hover{background-color: #ffffff; color: #333333;}
.diamond-slider-inner .element .element-inner, .diamond-slider-inner .element .bttn{transform: scale(1); -webkit-transform: scale(1);}
.diamond-slider-inner .element.slick-center .element-inner{transform: scale(1.2); -webkit-transform: scale(1.2);}
.diamond-slider-inner .element.slick-center h3{font-weight: 400; margin-top: 30px;}
.diamond-slider-inner .element.slick-center .bttn{opacity: 1; visibility: visible;}
.diamond-slider-inner .slick-list{padding: 50px 0 !important; height: 405px;}
.diamond-slider-inner .slick-slider-ele .slick-arrow{z-index: 9; font-weight: 300; position: absolute; top: 50%; transform: translate(0, -50%); background-color: transparent; color: #ffffff; padding: 0; font-size: 50px;  height: 35px; width: 35px; background-repeat: no-repeat; filter: invert(1); -webkit-filter: invert(1);}
.diamond-slider-inner .slick-slider-ele .slick-arrow i{display: none;}
.diamond-slider-inner .slick-slider-ele .slick-arrow.slick-prev{left: 0; background-image: url(../images/left-arrow-dim.svg);}
.diamond-slider-inner .slick-slider-ele .slick-arrow.slick-next{right: 0; background-image: url(../images/right-arrow-dim.svg);}

.diamond-slider .timepieces__stream{overflow: visible; height: 28em; margin-top: 5em;}
.diamond-slider .timepieces__stream .timepieces__item__image{width: 70%; margin: 0 auto; transform: inherit; -webkit-transform: inherit;}

@media (min-width: 1025px){
    .diamond-slider .timepieces__stream .timepieces__item{width: auto;}
}
/*====== Dim Slider End ======*/