html {
  text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  background: rgb(255, 255, 255);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0px;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline-width: 0px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
}

small {
  font-size: 60%;
}

big {
  font-size: 120%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0px;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

fieldset {
  border: 1px solid silver;
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: rgb(155, 155, 155);
  font-size: 14px;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}
.w-90 {
  width: 95% !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
}

a {
  color: rgb(27, 27, 27);
}

h1 {
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
}

h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
}

h4 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
}

h5 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
}

h6 {
  font-size: 0.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
}

p {
  line-height: 24px;
  color: rgb(0, 3, 5);
  font-weight: 400;
}

select option {
  height: 40px;
  min-height: 40px;
}

.inherit_a {
  color: inherit;
  font-size: inherit;
  text-decoration: none !important;
}

.input,
.textarea,
.select {
  height: 34px;
  padding: 7px 10px;
  border-radius: 4px;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
  vertical-align: middle;
}

.textarea {
  min-height: 70px;
  resize: vertical;
}

.form-height {
  height: 34px;
  min-height: initial;
  max-height: initial;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  vertical-align: middle;
}

.button {
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none !important;
}

button,
input[type="button"],
input[type="submit"] {
  height: 34px;
  text-align: center;
  outline: 0px;
  border: 0px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0.2rem;
}

::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-thumb {
  background-color: #666666;
  border: 2px solid #666666;
}

.form-control {
  height: 40px;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 1.7rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.mypageloader {
  background: rgb(255, 255, 255);
  z-index: 99999999;
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.pageloader {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  translate: -50% -50%;
}

.bounce {
  animation: 2s ease 0s infinite normal none running bounce;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

img {
  max-width: 100%;
}

.pageloader img {
  width: 100px;
  height: auto;
}

.btn-secondary {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(153, 146, 156), rgb(56, 48, 58));
  border: 3px solid rgb(210, 205, 216);
}

.btn-primary {
  background: #0047d1;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 24px;
  border: 1px solid rgb(0, 56, 167);
  letter-spacing: 0.006em;
}

.btn-danger {
  background: rgb(208, 2, 27);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid rgb(208, 2, 27);
}

.btn-blank {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 2px solid rgb(128, 66, 148);
  color: rgb(128, 66, 148);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: rgb(255, 255, 255);
  letter-spacing: 0.006em;
  border: 1px solid #0044c8 !important;
  background-color: #0044c8 !important;
}

input[type="checkbox"] {
  accent-color: rgb(0, 71, 209);
  width: 32px;
  height: 32px;
  margin-top: 2px;
  left: 0px;
  margin-right: 4px;
  position: relative;
}

form .form-group {
  position: relative;
}

form .form-group .fa {
  position: absolute;
  bottom: 13px;
  right: 15px;
  font-size: 2rem;
  color: rgb(155, 155, 155);
  cursor: pointer;
}
.address-fluid {
  background: #2e4c4d;
  padding: 10px 0px;
}
.address-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.address-fluid .main-section .left-part p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.address-fluid .main-section .right-part ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.address-fluid .main-section .right-part ul li {
  margin-left: 20px;
}
.address-fluid .main-section .right-part ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.logo-fluid {
  background: #ffffff;
  padding: 10px 0px;
}
.logo-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-fluid .main-section ul > li {
  width: 33%;
}
.logo-fluid .main-section ul > li a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.1px;
  color: #2e4c4d;
}
.logo-fluid .main-section ul > li a img {
  max-width: 300px;
}
.logo-fluid .main-section ul > li .find-right {
  position: relative;
  float: right;
}
.logo-fluid .main-section ul > li .find-right input {
  padding: 12px 16px 12px 40px;
  border: 1px solid #eaeded;
}
.logo-fluid .main-section ul > li .find-right input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.logo-fluid .main-section ul > li .find-right .fa {
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 16px;
  color: #c3c3c3;
}
.menu-fluid {
  background: #f7f7f7;
  padding: 0px 0px;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
.menu-fluid .navbar {
  padding: 0;
  position: initial;
}
.menu-fluid .navbar-nav .nav-item {
  margin: 0px 15px;
  position: inherit;
}
.menu-fluid .navbar-nav .nav-item .nav-link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0.1px;
  color: #2e4c4d;
  padding: 18px 0px;
}
.menu-fluid .navbar-nav .nav-item .nav-link:hover {
  font-weight: 600;
}
.menu-fluid .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  width: 100%;
  border-radius: 0px;
  background: #f1f1f1;
  padding: 20px 0px;
}
.menu-fluid .navbar-nav .nav-item .dropdown-menu.show {
  display: block;
  width: 100%;
  border-radius: 0px;
  background: #f1f1f1;
  padding: 20px 0px;
}
.menu-fluid .navbar-nav .submenu-section {
  display: flex;
  justify-content: space-between;
}
.menu-fluid .navbar-nav .submenu-section {
  justify-content: center;
}
.menu-fluid .navbar-nav .submenu-section .submenu-list {
  width: 25%;
}
.menu-fluid .navbar-nav .submenu-section .submenu-list .heading h3 {
  font-family: Cormorant Garamond;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #2e4c4d;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.menu-fluid .navbar-nav .submenu-section .submenu-list .heading h3:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background: #2e4c4d;
  bottom: -10px;
  left: 0;
}
.menu-fluid .navbar-nav .submenu-section .submenu-list .submenu-option ul li {
  margin-bottom: 10px;
}
.menu-fluid .navbar-nav .submenu-section .submenu-list .submenu-option ul li a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #666666;
}
.menu-fluid
  .navbar-nav
  .submenu-section
  .submenu-list
  .submenu-option
  ul
  li
  a:hover {
  color: #2e4c4d;
}
.banner-section {
  position: relative;
}
.banner-section .video-section {
  width: 100%;
  height: 100%;
}
.banner-section .video-section video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.banner-section .content-part {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner-section .content-part h1 {
  font-size: 12rem;
  color: #ffffff;
  font-weight: 700;
}
.banner-section .content-part a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  color: #ffffff;
  padding: 15px 26px 15px 26px;
  border: 1px solid #ffffff;
  display: inline-block;
}
.banner-section .content-part a:hover {
  color: #ffffff;
  border: 1px solid #2e4c4d;
  background: #2e4c4d;
}
.wholesale-fluid {
  padding: 50px 0px;
}
.wholesale-fluid .main-section .content-part span {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: #666666;
  position: relative;
  width: 100%;
  display: block;
}
.wholesale-fluid .main-section .content-part span:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 1px;
  background: hsl(181.94deg 25.2% 24.12% / 60%);
  top: 18px;
  right: 0;
}

.wholesale-fluid .main-section .content-part h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 77.46px;
  color: #2e4c4d;
  margin: 0;
  margin-bottom: 20px;
}
.wholesale-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 20px;
}
.wholesale-fluid .main-section .content-part a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  border: 1px solid #2e4c4d;
  padding: 16px 30px;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
}
.wholesale-fluid .main-section .content-part a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.wholesale-fluid .main-section .content-part a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.wholesale-fluid .main-section .image-part {
  position: relative;
  overflow: hidden;
}
.wholesale-fluid .main-section .image-part img {
  width: auto;
  height: auto;
  transition: all 0.5s ease-in-out 0s;
}
.wholesale-fluid .main-section .image-part img:hover {
  transition: all 0.5s ease-in-out 0s;
}
.engagement-fluid {
  padding: 50px 0px 50px 0px;
  background: #ffffff;
}
.engagement-fluid .main-section .content-part span {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: #666666;
}
.engagement-fluid .main-section .content-part h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 77.46px;
  color: #2e4c4d;
  margin: 0;
  margin-bottom: 20px;
}
.engagement-fluid .main-section .content-part .b-sup-length {
  font-size: 60%;
  display: inline-block;
  position: relative;
  top: -13px;
  margin-left: -5px;
}
.engagement-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 20px;
}
.engagement-fluid .main-section .content-part a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  padding: 16px 30px;
  border: 1px solid #2e4c4d;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
}
.engagement-fluid .main-section .content-part a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.engagement-fluid .main-section .content-part a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.engagement-fluid .main-section .image-part {
  position: relative;
  overflow: hidden;
}
.engagement-fluid .main-section .image-part img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out 0s;
}
.engagement-fluid .main-section .image-part img:hover {
  transition: all 0.5s ease-in-out 0s;
}
.inspire-fluid {
  padding: 50px 0px;
  background-image: url(../img/collection-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inspire-fluid .main-section .content-part h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 77px;
  color: #2e4c4d;
  margin: 0;
  position: relative;
}
.inspire-fluid .main-section .content-part h2:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  background: hsl(181.94deg 25.2% 24.12% / 60%);
  top: 40px;
  right: 0;
}
.inspire-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 0;
}
.inspire-fluid .main-section .see-our-jewellery {
  text-align: center;
  margin-top: 30px;
}
.inspire-fluid .main-section .see-our-jewellery a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  padding: 16px 30px;
  border: 1px solid #2e4c4d;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.inspire-fluid .main-section .see-our-jewellery a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.inspire-fluid .main-section .see-our-jewellery a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}

.inspire-fluid .main-section .collection-part {
  margin-top: 50px;
}
.inspire-fluid .main-section .collection-part ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inspire-fluid .main-section .collection-part ul li {
  width: 24%;
  margin: 1%;
}
.inspire-fluid .main-section .collection-part ul li .card-part {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.inspire-fluid .main-section .collection-part ul li .card-part .image-part {
  overflow: hidden;
}
.inspire-fluid .main-section .collection-part ul li .card-part .image-part img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.inspire-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .image-part:hover
  img {
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.inspire-fluid .main-section .collection-part ul li .card-part .text-part {
  padding: 15px 10px;
  width: 100%;
}
.inspire-fluid .main-section .collection-part ul li .card-part .text-part span {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #ffffff;
}
.inspire-fluid .main-section .collection-part ul li .card-part .text-part h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  margin: 0;
  text-align: center;
}
.customorder-fluid {
  padding: 50px 0px;
  background: #ffffff;
}
.customorder-fluid .main-section .content-part span {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: #666666;
}
.customorder-fluid .main-section .content-part h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 74.46px;
  color: #2e4c4d;
  margin: 0;
  margin-bottom: 20px;
}
.customorder-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 30px;
}
.customorder-fluid .main-section .content-part a {
  font-size: 18px;
  font-weight: 500;
  line-height: 64px;
  width: 242px;
  height: 64px;
  border: 1px solid #2e4c4d;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
  margin-left: 10px;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.customorder-fluid .main-section .content-part a:after {
  content: "";
  position: absolute;
  background: #2e4c4d33;
  width: 242px;
  height: 64px;
  top: 10px;
  left: -10px;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.customorder-fluid .main-section .content-part a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.customorder-fluid .main-section .content-part a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.customorder-fluid .main-section .image-part {
  position: relative;
  overflow: hidden;
}
.customorder-fluid .main-section .image-part img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out 0s;
}
.customorder-fluid .main-section .image-part img:hover {
  transition: all 0.5s ease-in-out 0s;
}
.featured-fluid {
  padding: 50px 0px;
  background-image: url(../img/collection-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.featured-fluid .main-section .content-part h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 77.2px;
  color: #2e4c4d;
  margin: 0;
}
.featured-fluid .main-section .see-our-jewellery {
  text-align: center;
  margin-top: 50px;
}
.featured-fluid .main-section .see-our-jewellery a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  border: 1px solid #2e4c4d;
  padding: 16px 30px;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.featured-fluid .main-section .see-our-jewellery a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.featured-fluid .main-section .see-our-jewellery a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}

.featured-fluid .item-slider {
  margin-top: 30px;
  /* overflow: hidden; */
}
.featured-fluid .item-slider .row {
  margin: 0px;
  padding: 0px;
}
.featured-fluid .item-slider .row .col-12 {
  margin: 0px;
  padding: 0px;
}
.featured-fluid .owl-prev span,
.featured-fluid .owl-next span {
  color: #000000;
  font-size: 2rem;
}

.featured-fluid .owl-prev span:hover,
.featured-fluid .owl-next span:hover {
  color: #ffffff;
}

.featured-fluid .owl-prev,
.featured-fluid .owl-next {
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 3px;
  display: inline-block !important;
  border: 1px solid #dddddd;
  background: #bdbaba99;
  color: #ffffff;
}

.featured-fluid .owl-prev {
  left: 8%;
  position: absolute;
  top: 40%;
}

.featured-fluid .owl-next {
  right: 8%;
  position: absolute;
  top: 40%;
}

.featured-fluid button:focus,
.featured-fluid button:active {
  outline: none;
}

.featured-fluid .items {
  background: #ffffff;
}
.featured-fluid .items .content-part {
  padding: 20px 10px;
  overflow: hidden;
  height: 120px;
}

.featured-fluid .items .image-part {
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.featured-fluid .items .image-part img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.featured-fluid .items .image-part:hover img {
  transform: scale(1.05);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.featured-fluid .items .content-part h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.featured-fluid .items .content-part p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}

.featured-fluid .items .content-part span {
  border: 1px solid #2e4c4d;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  display: block;
  padding: 12px 30px;
  color: #2e4c4d;
  position: relative;
  text-align: center;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.featured-fluid .items .content-part span:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.engagement1-fluid {
  padding: 50px 0px 0px 0px;
  background: #ffffff;
}
.engagement1-fluid .main-section .content-part span {
  font-style: italic;
}
.engagement1-fluid .main-section .content-part h3 {
  font-size: 60px;
  font-weight: 400;
  line-height: 77.46px;
  color: #2e4c4d;
  margin: 0;
  margin-bottom: 10px;
}
.engagement1-fluid .main-section .content-part p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26.8px;
  color: #666666;
  margin-bottom: 30px;
}
.engagement1-fluid .main-section .content-part a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  border: 1px solid #2e4c4d;
  padding: 16px 30px;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
}
.engagement1-fluid .main-section .content-part a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.engagement1-fluid .main-section .content-part a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.engagement1-fluid .main-section .image-part {
  position: relative;
  overflow: hidden;
}
.engagement1-fluid .main-section .image-part video {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out 0s;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.engagement1-fluid .main-section .image-part img:hover {
  transition: all 0.5s ease-in-out 0s;
}
.instagram-fluid {
  padding: 50px 0px;
  background: #ffffff;
}
.instagram-fluid .content-part {
  margin-bottom: 30px;
}
.instagram-fluid .content-part h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 77px;
  color: #2e4c4d;
  margin: 0;
  position: relative;
}
.instagram-fluid .content-part h2:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  background: hsl(181.94deg 25.2% 24.12% / 60%);
  top: 40px;
  right: 0;
}
.instagram-fluid .content-part a {
  color: #666666;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
}
.getring-fluid {
  padding: 50px 0px;
  background: #ffffff;
  background: #2e4c4d;
}
.getring-fluid .left-part h3 {
  font-size: 64px;
  font-weight: 400;
  line-height: 77px;
  color: #ffffff;
  margin: 0;
  position: relative;
}
.getring-fluid .right-part ul {
  display: flex;
  justify-content: end;
}
.getring-fluid .right-part ul li {
  margin-left: 20px;
  border: 1px solid #cfcfcf;
  padding: 16px 30px;
}
.getring-fluid .right-part ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  color: #ffffff;
}
.getring-fluid .right-part ul li:hover {
  background: #ffffff;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.getring-fluid .right-part ul li:hover a {
  color: #2e4c4d;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.footer-fluid {
  background: #ffffff;
  padding: 50px 0px;
  border-top: 4px solid #2e4c4d;
  position: relative;
}
.footer-fluid .main-section .footer-logo img {
  max-width: 300px;
  height: auto;
}
.footer-fluid .main-section .footer-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.footer-fluid .main-section .footer-list .list-part .heading h3 {
  font-family: Cormorant Garamond;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #2e4c4d;
  margin-bottom: 20px;
}
.footer-fluid .main-section .footer-list .list-part .menu-option ul li {
  margin-bottom: 15px;
}
.footer-fluid .main-section .footer-list .list-part .menu-option ul li a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #666666;
}
.footer-fluid .main-section .footer-list .list-part .menu-option ul li a:hover {
  font-weight: 600;
}
.footer-fluid .main-section .footer-list .list-part .social-option ul {
  display: flex;
  align-items: center;
  justify-content: start;
}
.footer-fluid .main-section .footer-list .list-part .social-option ul li {
  margin-right: 20px;
}
.footer-fluid .main-section .footer-list .list-part .social-option ul li a {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #666666;
}
.footer-fluid
  .main-section
  .footer-list
  .list-part
  .social-option
  ul
  li
  a:hover {
  color: #2e4c4d;
  font-weight: 600;
}
.footer-fluid .main-section .footer-list .list-part .social-option ul li a img {
  width: 20px;
}
.powered-fluid {
  background: #2e4c4d;
  padding: 10px 0px;
}
.powered-fluid .main-section p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.powered-fluid .main-section p a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.breadcum-fluid {
  padding: 20px 0px;
  background: #fbfbfb;
}
.breadcum-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcum-fluid .main-section .left-part ul {
  display: flex;
  align-items: center;
  justify-content: start;
}
.breadcum-fluid .main-section .left-part ul li {
  margin-right: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #2e4c4d;
}
.breadcum-fluid .main-section .left-part ul li a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #2e4c4d;
}
.breadcum-fluid .main-section .right-part h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #2e4c4d;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.ourstory-fluid {
  padding: 50px 0px;
}
.ourstory-fluid .main-section .content-part h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 52.46px;
  color: #2e4c4d;
  margin: 0;
  margin-bottom: 20px;
}
.ourstory-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 10px;
}
.ourstory-fluid .main-section .content-part ul.list-part li {
  list-style-type: disc;
  margin-left: 40px;
}
.ourstory-fluid .main-section .content-part ul.list-part li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 10px;
}
.ourstory-fluid .main-section .content-part .button-part {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ourstory-fluid .main-section .content-part .button-part ul {
  display: flex;
}
.ourstory-fluid .main-section .content-part .button-part ul li {
  margin-right: 10px;
}
.ourstory-fluid .main-section .content-part .button-part ul li a {
  border: 1px solid #000000;
  color: #000;
  background: inherit;
  padding: 10px 20px;
  transition: all 0.08s ease;
}
.ourstory-fluid .main-section .image-part iframe {
  border: 5px solid #dfdfdf;
  border-radius: 5px;
  width: 100%;
  height: 275px;
}
.contentpage-fluid {
  padding: 30px 0px;
}
.contentpage-fluid h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: #2e4c4d;
}
.contentpage-fluid h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #2e4c4d;
}
.contentpage-fluid p,
.contentpage-fluid ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 10px;
}
.contentpage-fluid a {
  font-size: 16px;
  font-weight: 600;
  line-height: 28.8px;
  color: #704ab8;
}
.contactus-fluid {
  padding: 50px 0px;
}
.contactus-fluid .content-part h3 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #2e4c4d;
  margin-bottom: 20px;
}
.contactus-fluid .content-part h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #2e4c4d;
  margin-bottom: 0px;
}
.contactus-fluid .content-part ul li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #2e4c4d;
  margin-bottom: 20px;
}
.contactus-fluid .content-part ul li a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #2e4c4d;
}
.contactus-fluid .content-part ul li .fa {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.8rem;
  color: #2e4c4d;
  margin-right: 20px;
}
.emailus-fluid {
  padding: 50px 0px;
}
.emailus-fluid .main-section {
  text-align: center;
}
.emailus-fluid .main-section h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 74.46px;
  color: #2e4c4d;
  margin: 0;
  margin-bottom: 20px;
}
.emailus-fluid .main-section p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 30px;
}
.emailus-fluid .main-section a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  width: 285px;
  padding: 16px 30px;
  border: 1px solid #2e4c4d;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.emailus-fluid .main-section a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.emailus-fluid .main-section a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.emailus-fluid .main-section img {
  width: 100%;
  height: auto;
}
.locator-fluid {
  padding: 50px 0px;
}
.backtop {
  position: absolute;
  right: 30px;
  bottom: 50px;
}
.backtop img {
  width: 50px;
}
@media screen and (max-width: 320px) {
  .twitter-typeahead {
    width: 280px;
  }
  .tt-menu {
    width: 277px;
  }
}
@media (min-width: 325px) and (max-width: 375px) {
  .twitter-typeahead {
    width: 335px;
  }
  .tt-menu {
    width: 332px;
  }
}
@media (min-width: 380px) and (max-width: 425px) {
  .twitter-typeahead {
    width: 385px;
  }
  .tt-menu {
    width: 382px;
  }
}
@media (min-width: 430px) and (max-width: 768px) {
  .twitter-typeahead {
    width: 728px;
  }
  .tt-menu {
    width: 725px;
  }
}
.logout-part {
  position: relative;
  display: inline-block;
}

.logout {
  position: absolute;
  width: 100px;
  text-align: center;
  background: #2e4c4d;
  padding: 8px 10px;
  left: 0;
  bottom: -40px;
  color: #ffffff;
  display: none;
  border-radius: 4px;
  z-index: 999;
}
.logout-part:hover .logout {
  display: block;
}
.logout p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
}
.banner-inner-section {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 450px;
}
.banner-inner-section.weeding-band {
  background-image: url(../img/weeding-band.jpg);
  display: flex;
  align-items: center;
}
.banner-inner-section.fashion-jewelry {
  background-image: url(../img/fashion-jewelry.png);
  display: flex;
  align-items: center;
}
.banner-inner-section.mens-jewelry {
  background-image: url(../img/men-jewelry.jpg);
  display: flex;
  align-items: center;
}
.banner-inner-section.custom-design {
  background-image: url(../img/custom-design.png);
  display: flex;
  align-items: start;
}
.banner-inner-section.engagement-ring {
  background-image: url(../img/engagement-ring.jpg);
  display: flex;
  align-items: center;
}
.banner-inner-section.engagement-ring .container {
  display: flex;
  justify-content: right;
}
.banner-inner-section.engagement-ring .container .content-part {
  display: inline-block;
}
.banner-inner-section .video-section {
  width: 100%;
  height: 450px;
}
.banner-inner-section .video-section img {
  width: 100%;
  height: 450px;
}
.banner-inner-section.custom-design .content-part {
  text-align: center;
  margin-top: 20px;
}
.banner-inner-section .content-part h1 {
  font-size: 5rem;
  color: #2e4c4d;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}
.banner-inner-section .content-part h2 {
  font-size: 5rem;
  color: #2e4c4d;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}
.banner-inner-section .content-part.whitetext h1 {
  color: #ffffff;
}
.banner-inner-section .content-part.whitetext h2 {
  color: #ffffff;
}
.banner-inner-section .content-part p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28.8px;
  color: #2e4c4d;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.banner-inner-section.custom-design .content-part p {
  width: 70%;
  margin: 0 auto;
}
.banner-inner-section .content-part.whitetext p {
  color: #ffffff;
}
.banner-inner-section .content-part a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  color: #2e4c4d;
  padding: 15px 26px 15px 26px;
  border: 1px solid #2e4c4d;
  display: inline-block;
}
.banner-inner-section .content-part.whitetext a {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.banner-inner-section .content-part a:hover {
  color: #ffffff;
  border: 1px solid #2e4c4d;
  background: #2e4c4d;
}
.engagement-inner-fluid {
  padding: 50px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #f2f2f2;
}
.engagement-inner-fluid .main-section .content-part h1 {
  font-size: 44px;
  font-weight: 400;
  line-height: 77px;
  color: #2e4c4d;
  margin: 0;
}
.engagement-inner-fluid .main-section .content-part h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 77px;
  color: #2e4c4d;
  margin: 0;
}
.engagement-inner-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 0;
}
.engagement-inner-fluid .main-section .see-our-jewellery {
  text-align: center;
  margin-top: 30px;
}
.engagement-inner-fluid .main-section .see-our-jewellery a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  padding: 16px 30px;
  border: 1px solid #2e4c4d;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.engagement-inner-fluid .main-section .see-our-jewellery a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.engagement-inner-fluid .main-section .see-our-jewellery a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}

.engagement-inner-fluid .main-section .collection-part {
  margin-top: 50px;
}
.engagement-inner-fluid .main-section .collection-part ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.engagement-inner-fluid .main-section .collection-part ul li {
  width: 24%;
  margin: 1%;
}
.engagement-inner-fluid .main-section .collection-part ul li .card-part {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.engagement-inner-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .image-part {
  overflow: hidden;
}
.engagement-inner-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .image-part
  img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.engagement-inner-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .image-part:hover
  img {
  transform: scale(1.05);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.engagement-inner-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .text-part {
  padding: 15px 10px;
  width: 100%;
}
.engagement-inner-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .text-part
  h2
  span {
  font-family: "Quicksand", sans-serif;
}
.engagement-inner-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .text-part
  h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  margin: 0;
  text-align: center;
}
.bgmen-ring-fluid {
  padding: 0px 0px;
}
.customize-ring-fluid {
  padding: 50px 0px;
  background: #ffffff;
}
.customize-ring-fluid .main-section .content-part {
  text-align: center;
}
.customize-ring-fluid .main-section .content-part h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 77px;
  color: #2e4c4d;
  margin: 0;
}
.customize-ring-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 0;
}
.customize-ring-fluid .main-section .see-our-jewellery {
  text-align: center;
  margin-top: 30px;
}
.customize-ring-fluid .main-section .see-our-jewellery a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  padding: 16px 30px;
  border: 1px solid #2e4c4d;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.customize-ring-fluid .main-section .see-our-jewellery a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.customize-ring-fluid .main-section .see-our-jewellery a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.customize-ring-fluid .main-section .middle-section {
  margin-top: 50px;
}
.customize-ring-fluid .main-section .middle-section .point-part ul {
  text-align: center;
}
.customize-ring-fluid
  .main-section
  .middle-section
  .image-part.text-center
  img {
  width: 500px;
}
.customize-ring-fluid .main-section .middle-section .point-part ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.customize-ring-fluid .main-section .middle-section .point-part ul li:after {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  display: inline-block;
  left: -30px;
  top: 0;
}
.findretailer-fluid {
  padding: 50px 0px 50px 0px;
  background: #f0f0f0;
}
.findretailer-fluid .main-section .content-part span {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: #666666;
}
.findretailer-fluid .main-section .content-part h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 77.46px;
  color: #2e4c4d;
  margin: 0;
  margin-bottom: 20px;
}
.findretailer-fluid .main-section .content-part .b-sup-length {
  font-size: 60%;
  display: inline-block;
  position: relative;
  top: 0em;
  margin-left: -5px;
}
.findretailer-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 20px;
}
.findretailer-fluid .main-section .content-part a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  padding: 16px 50px;
  border: 1px solid #2e4c4d;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
}
.findretailer-fluid .main-section .content-part a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.findretailer-fluid .main-section .content-part a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.findretailer-fluid .main-section .image-part {
  position: relative;
  overflow: hidden;
}
.findretailer-fluid .main-section .image-part img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out 0s;
}
.findretailer-fluid .main-section .image-part video {
  width: 100%;
  height: auto;
}
.findretailer-fluid .main-section .image-part img:hover {
  transition: all 0.5s ease-in-out 0s;
}
.findretailer-fluid .main-section .map-part iframe {
  width: 100%;
  height: 400px;
  border: 5px solid #2e4c4d;
  overflow: hidden;
}
.caddesign-fluid {
  padding: 50px 0px;
  background: #ffffff;
}
.caddesign-fluid .main-section .content-part {
  text-align: center;
  border: 1px solid #a7a7a7;
  padding: 80px 0px;
  background-image: url(../img/cad-bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.caddesign-fluid .main-section .content-part h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 77px;
  color: #2e4c4d;
  margin: 0;
}
.caddesign-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 0;
}
.caddesign-fluid .main-section .content-part a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  padding: 16px 50px;
  border: 1px solid #2e4c4d;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.caddesign-fluid .main-section .content-part a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.caddesign-fluid .main-section .content-part a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.product-inner-fluid {
  padding: 50px 0px;
  background: #ffffff;
}
.product-inner-fluid .main-section .content-part h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 77px;
  color: #2e4c4d;
  margin: 0;
}
.product-inner-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 0;
}

.product-inner-fluid .main-section .collection-part {
  margin-top: 50px;
}
.product-inner-fluid .main-section .collection-part ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-inner-fluid .main-section .collection-part ul li {
  width: 31%;
  margin: 1%;
}
.product-inner-fluid .main-section .collection-part ul li .card-part {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.product-inner-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .image-part {
  overflow: hidden;
}
.product-inner-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .image-part
  img {
  width: 100%;
  height: auto;
}

.product-inner-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .text-part {
  padding: 15px 10px;
  width: 100%;
}
.something-fluid {
  padding: 50px 0px;
  background: #ffffff;
}
.something-fluid .main-section .content-part {
  text-align: center;
  background-color: #2e4c4e;
  padding: 100px 50px;
  width: 100%;
}
.something-fluid .main-section .content-part h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 77px;
  color: #ffffff;
  margin: 0;
}
.something-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #ffffff;
  margin-bottom: 0;
}
.something-fluid .main-section .content-part a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  padding: 16px 50px;
  border: 1px solid #ffffff;
  display: inline-block;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.something-fluid .main-section .content-part a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #ffffff;
  color: #2e4c4d;
}
.something-fluid .main-section .content-part a:hover:after {
  top: 0px;
  left: 0px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.why-shop-jewelers {
  padding: 50px 0px;
}
.why-shop-jewelers .card {
  border-radius: 0;
  margin-bottom: 10px;
}
.why-shop-jewelers .card-header {
  background: none;
  padding: 0;
  border: none;
}
.why-shop-jewelers .card-header .card-link:not(.collapsed):after {
  background-image: url(../img/lose.svg);
}
.why-shop-jewelers .card-header .card-link:after {
  background-image: url(../img/plus.svg);
  transform: scale(0.7) !important;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 16px;
  transition: transform 0.2s ease-in-out;
  float: right;
}
.why-shop-jewelers .card-header a {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.1px;
  font-size: 1.8rem;
  color: #2e4c4d;
}
.why-shop-jewelers .card-body p,
.why-shop-jewelers .card-body ul li {
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.1px;
  color: #2e4c4d;
  font-size: 1.6rem;
}
.show {
  display: block !important;
}
.why-shop-jewelers .card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.custom-inner-fluid {
  padding: 50px 0px;
  background: #ffffff;
}
.custom-inner-fluid .main-section .content-part h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 77px;
  color: #2e4c4d;
  margin: 0;
}
.custom-inner-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 0;
}

.custom-inner-fluid .main-section .collection-part {
  margin-bottom: 30px;
}
.custom-inner-fluid .main-section .collection-part ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom-inner-fluid .main-section .collection-part ul li {
  width: 31%;
  margin: 1%;
}
.custom-inner-fluid .main-section .collection-part ul li .card-part {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.custom-inner-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .image-part {
  overflow: hidden;
}
.custom-inner-fluid
  .main-section
  .collection-part
  ul
  li
  .card-part
  .image-part
  img {
  width: 100%;
  height: auto;
}
.custom-inner-fluid .main-section .collection-part ul li .card-part .text-part {
  padding: 15px 10px;
  width: 100%;
}
.custom-inner-fluid .main-section .contact-part h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 77px;
  color: #2e4c4d;
  margin: 0;
  text-transform: uppercase;
}
.custom-inner-fluid .main-section .contact-part p,
.custom-inner-fluid .main-section .contact-part a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 10px;
}
.guide-inner-fluid {
  padding: 50px 0px 0px 0px;
  background: #ffffff;
}
.guide-inner-fluid .main-section .content-part h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 77px;
  color: #2e4c4d;
  margin: 0;
}
.guide-inner-fluid .main-section .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 0;
}
.pricingGuideTop p {
  margin: 3px 0 0;
  font-size: 21px;
  letter-spacing: 0.5px;
}

.pricingGuideBox {
  background: #f2f2f2;
  padding: 20px 20px;
}
.pricingGuideBox h4 {
  font-size: 30px;
  margin-top: 10px;
}

.pricingGuideBox li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}

.pricingGuideBox li strong {
  font-weight: 500;
  font-size: 17px;
}
.appoinment-fluid {
  padding: 50px 0px;
}
.appoinment-fluid .main-section {
  text-align: center;
}
.appoinment-fluid .main-section h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 74.46px;
  color: #2e4c4d;
  margin: 0;
  margin-bottom: 20px;
}
.appoinment-fluid .main-section p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 30px;
}
.appoinment-fluid .main-section .right-part {
  text-align: center;
}
.appoinment-fluid .main-section .right-part h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 54.46px;
  color: #2e4c4d;
  margin-bottom: 20px;
}
.appoinment-fluid .main-section .right-part ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28.8px;
  color: #666666;
  margin-bottom: 10px;
}
.signup-fluid {
  padding: 50px 0px;
}
.signup-fluid .content-part {
}
.signup-fluid .content-part h3 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #2e4c4d;
  margin-bottom: 20px;
}
.signup-fluid .content-part p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #2e4c4d;
  margin-bottom: 10px;
}
.signup-fluid .content-part ul {
  list-style-type: disc;
  padding-left: 40px;
}
.signup-fluid .content-part ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #2e4c4d;
  margin-bottom: 5px;
}
.signup-fluid .content-part a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  padding: 16px 30px;
  border: 1px solid #2e4c4d;
  display: inline-block;
  color: #000000;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.signup-fluid .content-part a:hover {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  margin-left: 0px;
  background: #2e4c4d;
  color: #ffffff;
}
.signup-fluid .form-part h3 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #2e4c4d;
  margin-bottom: 20px;
}
.order-fluid {
  padding: 30px 0px;
}
#header.stick {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
