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: "Poppins", 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;
}

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;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h5 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h6 {
  font-size: 0.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

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;
}
.nav-tabs .nav-item {
  margin-bottom: 0px;
}
.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;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
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: 15px;
  padding-right: 15px;
  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: 5px;
  height: 5px;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0, 56, 166);
  border: 2px solid rgb(0, 56, 166);
}

.form-control {
  height: 48px;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 1.7rem;
  border: 1px solid rgba(151, 151, 151, 0.5);
  background: rgb(255, 255, 255);
}

.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: rgba(0, 56, 166, 1);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 24px;
  border: 1px solid rgb(0, 56, 167);
}

.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);
  border: 1px solid rgba(0, 68, 200, 1) !important;
  background-color: rgba(0, 68, 200, 1) !important;
}

input[type="checkbox"] {
  accent-color: rgb(0, 56, 167);
  width: 28px;
  height: 28px;
  margin-top: -3px;
  left: 0px;
  margin-right: 5px;
  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;
}

h3.heading {
  font-size: 2rem;
  line-height: 24px;
  font-weight: 500;
  color: rgb(40, 39, 52);
}
.hero-fluid {
  padding: 0;
}
.hero-fluid .main-part .item img {
  width: 100%;
}
.hero-fluid .main-part .logo-part {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
}
.hero-fluid .main-part .logo-part img {
  width: 300px;
  height: auto;
}
.aboutus-fluid {
  padding: 80px 0px 96px 0px;
}

.aboutus-fluid .image-part img {
  width: 90%;
}

.aboutus-fluid .content-part.without-image {
  width: 70%;
  margin: 0px auto;
}

.aboutus-fluid .content-part h1 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 0px;
}
.aboutus-fluid .content-part h2 {
  font-size: 2.2rem;
  line-height: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 0px;
}
.aboutus-fluid .content-part h3 {
  font-size: 2.4rem;
  line-height: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 0px;
}
.aboutus-fluid .content-part h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.aboutus-fluid .content-part ul {
  list-style-type: disc;
  padding-left: 30px;
}
.aboutus-fluid .content-part p,
.aboutus-fluid .content-part ul li {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

.footer-fluid {
  padding: 40px 0px;
  background: #020000;
  border-top: 1px solid rgb(229, 229, 229);
}

.footer-fluid .card-part .heading {
  margin-bottom: 10px;
}

.footer-fluid .card-part .heading h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: rgb(255 255 255);
  margin: 0px;
  line-height: 2.4rem;
  font-family: "Roboto", sans-serif;
}

.footer-fluid .list-part ul li {
  margin-bottom: 8px;
}

.footer-fluid .list-part ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

.footer-fluid .list-part ul li a {
  color: #d9bf6f;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}

.footer-fluid .list-part ul li a:hover {
  color: rgb(255 204 51);
}

.footer-fluid .address-part p {
  color: rgb(0, 0, 0);
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.footer-fluid .footer-main {
  display: flex;
  justify-content: space-between;
}
.footer-fluid .footer-main .card-part {
}
.footer-fluid .download ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-fluid .download ul {
  display: flex;
  align-items: center;
}

.footer-fluid .download ul li:nth-child(1) {
  margin-right: 15px;
}

.footer-fluid .download ul li a img {
  max-width: 140px;
}

.footer-fluid .social-media ul {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 15px;
  margin-bottom: 20px;
}

.footer-fluid .social-media ul li {
  margin-right: 5rem;
}

.footer-fluid .social-media ul li:nth-last-child(1) {
  margin-right: 0px;
}

.footer-fluid .social-media ul li a span {
  position: relative;
}
.footer-fluid .social-media ul li a span {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../img/socials.png);
  background-repeat: no-repeat;
  background-size: auto;
}
.footer-fluid .social-media ul li:nth-last-child(1) a span {
  background-position: -145px 0px;
}
.footer-fluid .social-media ul li:nth-last-child(2) a span {
  background-position: -50px 0px;
}
.footer-fluid .social-media ul li:nth-last-child(3) a span {
  background-position: 0px 0px;
}
.footer-fluid .social-media ul li:nth-last-child(4) a span {
  background-position: -95px 0px;
}
.footer-fluid .social-media ul li:nth-last-child(5) a span {
  background-position: -45px 0px;
}
.footer-fluid .social-media ul li:nth-last-child(6) a span {
  background-position: 0px 0px;
}
.copyright-fluid {
  background: #020000;
  padding: 15px 0px;
  border-top: 1px solid #000000;
}

.copyright-fluid .main-section {
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
}

.copyright-fluid .main-section p {
  color: rgb(255 255 255);
  font-size: 1.5rem;
  line-height: 28px;
}

.copyright-fluid .main-section p a {
  color: #ffcc33;
}

.copyright-fluid .main-section p a:hover {
  color: #d9bf6f;
}
.dreamring-fluid {
  background-image: url(../img/dreamring.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  justify-content: end;
  height: 100vh;
  display: flex;
  align-items: center;
}
.dreamring-fluid .main-section {
  width: 40%;
  float: right;
  padding: 100px 0px;
}
.dreamring-fluid .main-section h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  font-family: "the_seasonsregular";
}
.dreamring-fluid .main-section .start-with {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-family: "Poppins", sans-serif;
  margin-top: 50px;
}
.dreamring-fluid .main-section p {
  color: rgb(255 255 255);
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 1px;
}
.dreamring-fluid .main-section a {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0px 0px;
  color: #020000;
  text-transform: uppercase;
  border-radius: 12px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-align: center;
  background: linear-gradient(180deg, #fffa98 0%, #d0a739 100%);
}
.dreamring-fluid .main-section a:after {
  content: "";
  background-image: url(../img/arrow-right.png);
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  position: absolute;
  right: 15px;
  top: 10px;
}
.brilliance-fluid {
  background: #f8f8f8;
  padding: 0px 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.brilliance-fluid .main-section .right-part {
  width: 80%;
}
.brilliance-fluid .main-section h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  color: #020000;
  font-family: "the_seasonsbold";
}
.brilliance-fluid .main-section p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 26px;
  margin-bottom: 80px;
  color: rgba(51, 51, 51, 0.8);
}
.brilliance-fluid .main-section a {
  display: block;
  height: 48px;
  width: 100%;
  background: linear-gradient(180deg, #fffa98 0%, #d0a739 100%);
  color: #020000;
  text-transform: uppercase;
  border-radius: 12px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-align: center;
}
.brilliance-fluid .main-section a:after {
  content: "";
  background-image: url(../img/arrow-right.png);
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  position: absolute;
  right: 15px;
  top: 10px;
}
.gemstone-fluid {
  background-image: url(../img/gemstone.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  display: flex;
  justify-content: end;
  height: 100vh;
  display: flex;
  align-items: center;
}
.gemstone-fluid .main-section {
  width: 40%;
  float: right;
}
.gemstone-fluid .main-section h3 {
  font-family: "the_seasonsbold";
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  color: #ffffff;
}
.gemstone-fluid .main-section .start-with {
  margin-top: 50px;
}
.gemstone-fluid .main-section p {
  color: rgb(255 255 255);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.01em;
}
.gemstone-fluid .main-section a {
  display: block;
  height: 48px;
  width: 100%;
  background: linear-gradient(180deg, #fffa98 0%, #d0a739 100%);
  color: #020000;
  text-transform: uppercase;
  border-radius: 12px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 80px;
}
.gemstone-fluid .main-section a:after {
  content: "";
  background-image: url(../img/arrow-right.png);
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  position: absolute;
  right: 15px;
  top: 8px;
}
.collection-fluid {
  padding: 50px 0px;
}
.collection-fluid h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  font-family: "the_seasonsbold";
}
.collection-fluid .slider-part {
  margin-top: 50px;
}
.collection-fluid .slider-part .carousel-item img {
  width: 100%;
  height: auto;
}

.collection-fluid .slider-part .carousel-item .title {
  position: absolute;
  bottom: 10px;
  left: 10%;
  right: 0px;
  width: 85%;
  z-index: 999999;
}
.collection-fluid .slider-part .carousel-item .title a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}
.collection-fluid .slider-part .carousel-item .title a:after {
  content: "";
  background-image: url(../img/arrow-right.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  right: 15px;
  top: 4px;
}
.gtco-testimonials {
  position: relative;
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 0px 0 30px 0px;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #d9d9d9;
  border: 2px solid #d8dcdd;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #8b8b8b;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
  border: 2px solid #8b8b8b;
}
.gtco-testimonials .card {
  margin: 0 15px;
  border-radius: 0px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}

.instagram-fluid {
  padding: 0px 0px 50px 0px;
}
.address-fluid {
  padding: 80px 0px 80px 0px;
  background: #f8f8f8;
}
.address-fluid .main-sevtion > ul {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.address-fluid .main-sevtion > ul > li {
  width: 48%;
  height: 100%;
  margin: 1%;
}
.address-fluid .main-sevtion ul li .address-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.address-fluid .main-sevtion ul li .content-part {
  padding: 0px 30px;
}
.address-fluid .main-sevtion ul li .content-part h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  font-family: "the_seasonsbold";
  margin-top: 0px;
}
.address-fluid .main-sevtion ul li .content-part p {
  color: #020000cc;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.01em;
}
.address-fluid .main-sevtion ul li .map-part iframe {
  border: 0;
  width: 100%;
  height: 350px;
  border-radius: 16px;
}
.address-fluid .main-sevtion ul li .tabs-part {
  padding: 0px 40px;
}
.address-fluid .main-sevtion ul li .nav-item .nav-link {
  border: 0;
  font-size: 1.7rem;
  color: #939597;
  font-weight: 400;
  padding-left: 30px;
  margin-right: 10px;
  line-height: 30px;
  background: transparent;
}
.address-fluid .main-sevtion ul li .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  margin-top: 30px;
}
.address-fluid .main-sevtion ul li .nav-tabs .nav-item.show .nav-link,
.address-fluid .main-sevtion ul li .nav-tabs .nav-link.active {
  color: #333333;
  background-color: #fff0;
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: 600;
  font-size: 17px;
}
.address-fluid .main-sevtion ul li .nav-item .nav-link .map-marker {
  position: relative;
  display: block;
  height: 0px;
}
.address-fluid .main-sevtion ul li .nav-item .nav-link .map-marker:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  background-image: url(../img/map.png);
  width: 32px;
  height: 30px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.address-fluid
  .main-sevtion
  ul
  li
  .nav-item
  .nav-link.active
  .map-marker:after {
  background-position: 0px -30px;
}
.address-fluid .main-sevtion ul li .tab-content .tab-pane {
  margin-top: 30px;
}
.address-fluid .main-sevtion ul li .tab-content .tab-pane p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 28px;
  color: #333333;
}
.address-fluid .main-sevtion ul li .tab-content .tab-pane p br {
  display: none;
}
.address-fluid .main-sevtion ul li .tab-content .tab-pane a {
  text-align: center;
  display: block;
  width: 80%;
  background: #ffcc33;
  padding: 12px 10px;
  color: #333333;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 12px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}
.form-part {
  margin-top: 50px;
  padding: 30px 30px;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
}
.Heading__HeadingControl-sc-1ei0mei-0 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}
.FormFieldLayout__Label-sc-1m85c11-0 {
  font-weight: 400;
}
.videoaddress {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.brilliance-fluid .main-section .left-part {
  text-align: center;
}
.brilliance-fluid .main-section .left-part img {
  border-radius: 50%;
  border: 2px solid #b5b5b5;
  width: 100%;
}
.hero-fluid {
  position: relative;
  height: 100vh;
  width: 100%;
}

.hero-fluid video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.address-fluid .main-sevtion > ul > li .book-appoinment {
  padding: 0px 40px;
}
.address-fluid .main-sevtion > ul > li .book-appoinment a {
  display: block;
  height: 48px;
  width: 80%;
  background: linear-gradient(180deg, #fffa98 0%, #d0a739 100%);
  color: #020000;
  text-transform: uppercase;
  border-radius: 12px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
}
.address-fluid .main-sevtion > ul > li .book-appoinment a:after {
  content: "";
  background-image: url(../img/arrow-right.png);
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  position: absolute;
  right: 15px;
  top: 8px;
}
.eapps-instagram-feed-header-follow-button {
  background: linear-gradient(
    rgb(255, 250, 152) 0%,
    rgb(208, 167, 57) 100%
  ) !important;
}
#eapps-instagram-feed-1 a.eapps-instagram-feed-header-follow-button,
#eapps-instagram-feed-1 a.eapps-instagram-feed-header-follow-button:hover {
  color: rgb(0 0 0) !important;
}
