html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  background: #ffffff;
}

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: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover,
a:focus {
  outline-width: 0;

  text-decoration: none;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;

  text-decoration: underline;

  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;

  color: #000;
}

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-family: "Roboto", sans-serif;

  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;

  height: 0;

  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;

  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;

  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;

  color: inherit;

  display: table;

  max-width: 100%;

  padding: 0;

  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;

  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;

  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: #9b9b9b;
  font-size: 14px;
}

::-webkit-file-upload-button {
  -webkit-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: 0;

  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";

  content: none;
}

table {
  border-collapse: collapse;

  border-spacing: 0;
}

a {
  text-decoration: none;
}

a {
  color: #1b1b1b;
}

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: #000305;

  font-weight: 400;
}

select option {
  height: 40px;

  min-height: 40px;
}

.inherit_a {
  text-decoration: none !important;

  color: inherit;

  font-size: inherit;
}

.input,
.textarea,
.select {
  height: 34px;

  padding: 7px 10px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -ms-border-radius: 4px;

  -o-border-radius: 4px;

  border-radius: 4px;

  outline: 0;

  border: 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  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: 0;

  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: 0;

  border: 0;

  display: inline-block;

  padding-left: 15px;

  padding-right: 15px;

  cursor: pointer;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;

  height: 5px;

  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #f9b301;

  border: 2px solid #f9b301;
}

.form-control {
  height: 48px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  padding: 5px 10px 5px 20px;
  font-size: 16px;
}

.mypageloader {
  background: #fff;
  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: bounce 2s infinite;

  -webkit-animation: bounce 2s infinite;

  -moz-animation: bounce 2s infinite;

  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

img {
  max-width: 100%;
}

.pageloader img {
  width: 200px;
  height: auto;
}

.btn-secondary {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.6rem;
  color: #ffffff;
  background-image: linear-gradient(180deg, #99929c, #38303a);
  border: 3px solid #d2cdd8;
}

.btn-primary {
  background: #804294;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid #804294;
}

.btn-danger {
  background: #d0021b;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid #d0021b;
}

.btn-blank {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 2px solid #804294;
  color: #804294;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border: 1px solid #804294 !important;
  color: #fff;
  background-color: #804294 !important;
  border-color: #804294 !important;
  box-shadow: rgb(255 255 255) 0px 0px 0px 0.2rem !important;
}

input[type="checkbox"] {
  accent-color: #804294;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

form .form-group {
  position: relative;
}

form .form-group .fa {
  position: absolute;
  bottom: 13px;
  right: 15px;
  font-size: 2rem;
  color: #9b9b9b;
  cursor: pointer;
}

.top-header {
  background: #fff7ee;
}

.top-header .main-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0rem;
}

.top-header .main-part ul {
  display: flex;
  align-items: center;
}

.top-header .main-part ul li a {
  font-size: 1.4rem;
  color: #3c3c3c;
}

.top-header .main-part ul li a .fa {
  color: #00008b;
}

.top-header .main-part .right-part ul li a {
  color: #00008b;
}

.menu-fluid.stick {
  border-bottom: 1px solid #f4f4f4;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0px 1px 30px -10px #2f2f2f78;
}

.menu-fluid {
  border-bottom: 1px solid #f4f4f4;
}

.menu-fluid .navbar-brand img {
  max-width: 250px;
  height: auto;
}

.menu-fluid .navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 1.6rem;
  color: #3c3c3c;
  padding: 20px 12px;
}

.menu-fluid .navbar-light .navbar-nav .nav-item.active .nav-link {
  font-size: 1.8rem;
  color: #00008b;
  position: relative;
}

.menu-fluid .login-part .navbar-nav .nav-item {
  margin-left: 10px;
}

.menu-fluid .login-part .navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  border: 1px solid #00008c;
  border-radius: 4px;
  color: #00008c;
  margin-top: 5px;
}

.menu-fluid .login-part .navbar-nav .nav-item .nav-link:hover {
  background: #00008c;
  color: #ffffff;
}

.menu-fluid .login-part .navbar-nav .nav-item.login {
  margin-left: 40px;
}

.menu-fluid .login-part .navbar-nav .nav-item.login .nav-link {
  background: #00008c;
  color: #ffffff;
}

.menu-fluid .login-part .navbar-nav .nav-item.login .nav-link:hover {
  background: #ffffff;
  color: #00008c;
}

.menu-fluid .navbar-nav .nav-item {
  position: initial;
}

.menu-fluid .navbar-nav .nav-item .dropdown-menu.show {
  width: 100%;
  background: #fff7ef;
  border: 1px solid #fff7f0;
  padding: 10px 20px;
  box-shadow: 0px 4px 29px -11px #00000029;
}

.menu-fluid .navbar-nav .nav-item .dropdown-menu .heading-part h3 {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 2rem;
  border-bottom: 1px solid #e3e3ff;
  padding: 10px 0px;
}

.menu-fluid .navbar-nav .nav-item .dropdown-menu .catlog-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 1px;
  flex-wrap: wrap;
}

.menu-fluid .navbar-nav .nav-item .dropdown-menu .catlog-list ul li {
  width: 33.3333%;
  padding: 10px 10px 10px 40px;
  position: relative;
}

.menu-fluid .navbar-nav .nav-item .dropdown-menu .catlog-list ul li:after {
  content: "\f219";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 10px;
  font-size: 1.6rem;
  color: #5a5a5a;
}

.menu-fluid .navbar-nav .nav-item .dropdown-menu .catlog-list ul li a {
  font-size: 1.6rem;
  color: #3c3c3c;
}

.footer1-fluid {
  background-image: url(../img/bg/footer1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0px;
}

.footer1-fluid .main-section .left-part h3 {
  font-size: 4.4rem;
  font-family: "felix_titlingregular";
  color: #00008d;
  padding-left: 100px;
  position: relative;
}

.footer1-fluid .main-section .left-part h3:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url(../img/icons/phone.png);
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
}

.footer1-fluid .main-section .left-part h3:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 12px;
  background-image: url(../img/icons/heading.png);
  background-size: 150px 12px;
  background-position: center;
  background-repeat: no-repeat;
  left: 100px;
  bottom: -20px;
}

.footer1-fluid .main-section .right-part p {
  color: #3c3c3c;
  font-size: 2.2rem;
  line-height: 3rem;
}

.footer1-fluid .main-section .right-part a {
  padding: 10px 20px;
  border: 1px solid #00008c;
  border-radius: 4px;
  color: #00008c;
  margin-top: 5px;
  background: #ffffff;
  display: inline-block;
  margin-top: 20px;
}

.footer1-fluid .main-section .right-part a:hover {
  background: #00008c;
  color: #ffffff;
}

.footer2-fluid {
  background: #fffbf6;
  padding: 40px 0px;
}

.footer2-fluid .main-section .section-part img {
  width: 200px;
  height: auto;
}

.footer2-fluid .main-section .section-part p {
  color: #333333;
  padding-left: 30px;
  line-height: 3rem;
  margin-top: 20px;
  font-size: 1.6rem;
  position: relative;
}

.footer2-fluid .main-section .section-part p .fa {
  color: #182b55;
  position: absolute;
  left: 7px;
  top: 0px;
  line-height: 30px;
  font-size: 1.6rem;
}

.footer2-fluid .main-section .section-part h3 {
  font-family: "felix_titlingregular";
  color: #00008d;
  font-size: 2rem;
  margin-top: 0;
}

.footer2-fluid .main-section .section-part ul {
  margin-top: 20px;
}

.footer2-fluid .main-section .section-part ul li {
  padding: 5px 0px;
}

.footer2-fluid .main-section .section-part ul li a {
  color: #333333;
  line-height: 3rem;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
}

.footer2-fluid .main-section .section-part .subscribe-part p {
  color: #333333;
  padding-left: 0px;
  line-height: 2.4rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  position: relative;
}

.footer2-fluid .main-section .section-part .subscribe-part .form-part {
  max-height: 60px;
  overflow: hidden;
}

.footer2-fluid .main-section .section-part .subscribe-part p a {
  color: #182b55;
  padding-left: 0px;
  line-height: 2.4rem;
  margin-top: 10px;
  font-size: 1.4rem;
  position: relative;
  text-decoration: underline;
}

.footer3-fluid {
  background: #fff7ee;
  padding: 15px 0px;
}

.footer3-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer3-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer3-fluid .main-section ul li {
  padding: 0px 10px;
  color: #333333;
  padding-left: 0px;
  line-height: 2.4rem;
  font-size: 1.6rem;
  position: relative;
}

.footer3-fluid .main-section ul li a {
  color: #333333;
  padding-left: 0px;
  line-height: 2.4rem;
  font-size: 1.6rem;
  position: relative;
}

.subscribe-part .kEINKZ {
  display: none;
}

.subscribe-part .dDExMr {
  width: 70%;
  float: left;
}

.subscribe-part .FormLayout__Footer-sc-2kg2eg-9.bmJdoo {
  width: 30%;
  float: left;
}

.subscribe-part .kgaCAZ {
  border-radius: 4px 0px 0px 4px !important;
  border-right: 0px;
  height: 50px;
  line-height: 25px !important;
}

.subscribe-part .cutpdg {
  color: #00008c;
  font-size: 1.6rem;
}

.subscribe-part .FormFieldLayout__Container-sc-5t8s6i-3 {
  margin-bottom: 0px;
}

.subscribe-part .ButtonBase__ButtonContainer-sc-p43e7i-3 {
  border-radius: 0px 4px 4px 0px !important;
  height: 42px;
  line-height: 20px !important;
}

.subscribe-part .ButtonBase__Overlay-sc-p43e7i-4 {
  height: 40px;
  line-height: 25px !important;
}

.diamond-fluid {
  padding: 50px 0px;
}

.diamond-fluid .image-part {
  position: relative;
  overflow: hidden;
}

.diamond-fluid .image-part img.mainimage {
  border-radius: 10px;
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.diamond-fluid .image-part img.mainimage:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.diamond-fluid .image-part h3 {
  font-size: 2.4rem;
  font-family: "felix_titlingregular";
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 30px;
  line-height: 3rem;
}

.diamond-fluid .image-part .arrow {
  width: 50px;
  border-radius: 0px;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.story-fluid {
  padding: 50px 0px;
}

.story-fluid .main-section .image-part img {
  width: 100%;
  height: auto;
}

.story-fluid .main-section .content-part span {
  color: #e8cb97;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.story-fluid .main-section .content-part h2 {
  font-size: 3.2rem;
  font-family: "felix_titlingregular";
  color: #00008d;
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 10px;
}

.story-fluid .main-section .content-part h2:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 12px;
  background-image: url(../img/icons/heading.png);
  background-size: 150px 12px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0px;
  bottom: 0px;
}

.story-fluid .main-section .content-part p {
  color: #3c3c3c;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.story-fluid .main-section .content-part h3 {
  color: #3c3c3c;
  font-size: 2.4rem;
}

.story-fluid .main-section .content-part a {
  color: #e8cb97;
  font-size: 1.6rem;
  position: relative;
  margin-top: 10px;
  display: inline-block;
}

.story-fluid .main-section .content-part a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8cb97;
  bottom: -10px;
  left: 0;
}

.collection-fluid {
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.collection-fluid .heading-part {
  position: relative;
}

.collection-fluid .heading-part .owl-nav {
  position: absolute;
  right: 0;
  top: 0px;
}

.collection-fluid .heading-part h2 {
  font-size: 3.2rem;
  font-family: "felix_titlingregular";
  color: #00008d;
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 10px;
}

.collection-fluid .item-slider {
  margin-top: 30px;
  /* overflow: hidden; */
}

.collection-fluid .owl-prev span,
.collection-fluid .owl-next span {
  color: #00008d;
  font-size: 2rem;
  line-height: 0;
}

.collection-fluid .owl-prev span:hover,
.collection-fluid .owl-next span:hover {
  color: #8199a3;
}

.collection-fluid .owl-prev,
.collection-fluid .owl-next {
  position: relative;
  top: 0;
  width: 60px;
  height: 60px;
  background: #e8cc97;
  border-radius: 50%;
  display: inline-block !important;
}

.collection-fluid .owl-prev {
  left: 0px;
}

.collection-fluid .owl-next {
  left: 30px;
}

.collection-fluid button:focus,
.collection-fluid button:active {
  outline: none;
}

.collection-fluid .item-slider .owl-nav {
  position: absolute;
  top: -110px;
  right: 160px;
}

.collection-fluid .items {
  background: #fcf9f5;
  transition-duration: 1s;
  transition-delay: 0.1s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.collection-fluid .items:hover {
  transition-duration: 1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.collection-fluid .items .content-part {
  padding: 20px 25px;
  border-radius: 4px;
  overflow: hidden;
}

.collection-fluid .items .image-part {
  overflow: hidden;
}

.collection-fluid .items .image-part img {
  width: 100%;
  height: auto;
}

.collection-fluid .items .content-part h3 {
  color: #3c3c3c;
  font-size: 2rem;
  font-family: "felix_titlingregular";
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 28px;
}

.collection-fluid .items .content-part p {
  color: #00008d;
  font-size: 1.6rem;
}

.banner-fluid {
  background-image: url(../img/bg/banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 40px;
}

.banner-fluid .main-section .top-part {
  position: relative;
}

.banner-fluid .main-section .top-part:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 120px;
  background-image: url(../img/icons/scroll.png);
  background-size: 12px 120px;
  background-position: center;
  background-repeat: no-repeat;
  right: 0px;
  top: 0px;
}

.banner-fluid .main-section .top-part img {
  width: 400px;
  height: auto;
  padding-bottom: 30px;
}

.banner-fluid .main-section .top-part .logo-part {
  position: relative;
}

.banner-fluid .main-section .top-part .logo-part:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 12px;
  background-image: url(../img/icons/heading.png);
  background-size: 150px 12px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0px;
  bottom: 0px;
}

.banner-fluid .main-section .top-part p {
  color: #3c3c3c;
  font-size: 2rem;
  margin-top: 20px;
  line-height: 2.8rem;
}

.banner-fluid .main-section .bottom-part {
  margin-top: 40px;
}

.banner-fluid .main-section .bottom-part ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-fluid .main-section .bottom-part ul li:nth-child(1) {
  width: 54%;
  margin-right: 1%;
  position: relative;
}

.banner-fluid .main-section .bottom-part ul li:nth-child(1) .banner-content {
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
}

.banner-fluid .main-section .bottom-part ul li:nth-child(1) .banner-content h1 {
  color: #3c3c3c;
  font-size: 3rem;
  font-family: "felix_titlingregular";
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 4rem;
}

.banner-fluid
  .main-section
  .bottom-part
  ul
  li:nth-child(1)
  .banner-content
  img {
  width: 60px;
  height: auto;
}

.banner-fluid .main-section .bottom-part ul li:nth-child(2) {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
}

.banner-fluid .main-section .bottom-part ul li:nth-child(3) {
  width: 19%;
  margin-left: 1%;
}

.banner-fluid .main-section .bottom-part .image-part img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  transition-duration: 1s;
  transition-delay: 0.1s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.banner-fluid .main-section .bottom-part .image-part img:hover {
  transition-duration: 1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.breadcum {
  margin: 40px 0px;
  padding: 30px 30px;
  background: url(../img/bg/breadcumb-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.breadcum ul {
  display: flex;
}

.breadcum ul li {
  margin-right: 20px;
  columns: #00008d;
  font-size: 1.6rem;
}

.breadcum ul li a {
  margin-right: 20px;
  columns: #3c3c3c;
  font-size: 1.6rem;
}

.appoinment-fluid {
  padding-top: 10px;
  padding-bottom: 50px;
}

.page-banner {
  padding-top: 125px;
  padding-bottom: 90px;
  background: url(../img/bg/internal-banner.jpg);
  background-size: cover;
}

.page-banner .main-section h1 {
  font-size: 5rem;
  font-family: "felix_titlingregular";
  color: #3c3c3c;
  position: relative;
}

.page-banner .main-section h1::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/diamond.png);
  background-repeat: no-repeat;
  top: -40px;
  right: 50%;
  margin-left: 15px;
}

.page-banner .main-section h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #3c3c3c;
}

.story-fluid .with-bg {
  background-color: #fbf8f3;
  padding: 45px;
  border-radius: 4px;
}

.story-fluid .email-part h4 {
  color: #3c3c3c;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 10px;
}

.story-fluid .email-part p {
  color: #3c3c3c;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.story-fluid .email-part p a {
  color: #182b55;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-decoration: underline;
}

.policy-fluid {
  padding-bottom: 40px;
}

.policy-fluid .main-section h1 {
  font-size: 3.2rem;
  color: #212529;
  font-weight: 500;
}

.policy-fluid .main-section h2 {
  font-size: 2.8rem;
  color: #212529;
  font-weight: 500;
}

.policy-fluid .main-section h3 {
  font-size: 2.4rem;
  color: #212529;
  font-weight: 500;
}

.policy-fluid .main-section h4 {
  font-size: 2rem;
  color: #212529;
  font-weight: 700;
}

.policy-fluid .main-section p {
  font-size: 1.6rem;
  color: rgb(60, 60, 60);
  line-height: 28px;
  margin-bottom: 10px;
}

.policy-fluid .main-section ul {
  list-style-type: disc;
  padding: revert;
}

.policy-fluid .main-section ul li {
  font-size: 1.6rem;
  color: rgb(60, 60, 60);
  line-height: 28px;
  margin-bottom: 10px;
}

.policy-fluid .main-section strong {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}

.policy-fluid .main-section a {
  color: #182b55;
  line-height: 2.8rem;
  font-size: 1.6rem;
  text-decoration: underline;
}

.mobile-fluid .main-section .content-part span {
  color: #e8cb97;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.mobile-fluid .main-section .content-part h2 {
  font-size: 3.2rem;
  font-family: "felix_titlingregular";
  color: #00008d;
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 10px;
}

.mobile-fluid .main-section .content-part h2:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 12px;
  background-image: url(../img/icons/heading.png);
  background-size: 150px 12px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0px;
  bottom: 0px;
}

.mobile-fluid .main-section {
  background: linear-gradient(180deg, #fffbf6 0%, rgba(255, 251, 246, 0) 100%);
  border: 1px solid #ffeecf;
  border-radius: 20px;
}

.mobile-fluid .main-section .mobile-content-items {
  display: flex;
  gap: 40px;
  align-items: end;
  padding: 16px;
  flex-wrap: wrap;
}

.mobile-fluid .main-section .mobile-content-items .app-store-inner li {
  background: #e8cb97;
  border-radius: 8px;
}

.mobile-fluid .main-section .mobile-content-items .app-store-inner {
  display: flex;
  gap: 20px;
}

.mobile-fluid .main-section .mobile-content-items .mobile-content-img-box {
  width: 100%;
  max-width: 225px;
}

.mobile-fluid .main-section .mobile-content-items .content-part {
  width: 100%;
  max-width: calc(100% - 265px);
}

.mobile-fluid .main-section .content-part p {
  color: #3c3c3c;
  margin-bottom: 25px;
  font-size: 1.6rem;
}

li.dropdown {
  display: inline-block;
}

nav ul div.Admin-mode {
  display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(0, 0, 0);
  min-width: 300px;
  z-index: 1;
  right: 0px;
  top: 63px;
  list-style-type: none;
}

.dropdown-content a {
  color: #fff;
  padding: 25px 15px !important;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown #login_menu {
  text-decoration: none;
  font-size: 1.6rem;
  color: #3c3c3c;
  padding: 30px 20px;
  cursor: pointer;
  display: inline-block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

nav ul ul.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff7ef;
  min-width: 300px;
  z-index: 1;
  top: 0px;
  right: 0px;
  padding: 0;
  list-style-type: none;
}

nav ul ul.dropdown-content a {
  color: #3c3c3c;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
}

nav ul ul.dropdown-content a:after {
  height: 0px !important;
}

nav ul li:hover ul {
  display: block;
}

nav ul ul ul li {
  width: 180px;
  float: none;
  display: list-item;
  position: relative;
  top: -20px;
  left: 0;
}

/* Admin-mode dropdown */

.admin .Admin-mode.active {
  display: block;
}

nav ul ul.Admin-mode {
  display: none;
  position: relative;
  background-color: #fff7ef;
  min-width: 300px;
  width: 100%;
  z-index: 1;
  top: 20px;
  right: 0;
  padding: 0;
  list-style-type: none;
}

.fa-angle-right:before {
  content: "\f107";
  margin-left: -25px !important;
  font-size: 22px;
}

nav ul ul.Admin-mode li {
  width: 100%;
}

#header nav ul.Admin-mode li a {
  color: #000;
}

.white-mode {
  border: 1px solid;
  border-color: #f1f1f1;
  background-color: #f6f6f6;
  color: #000000;
}

nav ul ul .white-mode a {
  color: #000 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
}

nav ul ul .white-mode a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.mobile-fluid .main-section .row {
  margin-left: 140px;
  margin-top: 30px;
  align-items: center;
}

.mobile-fluid .main-section .img-box {
  width: 100%;
  height: 100%;
  line-height: 0;
  max-width: 330px;
  margin: 0 auto;
}

.mobile-fluid .main-section {
  margin-bottom: 65px;
}

.mobile-fluid .main-section .img-box img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.green-mode {
  border: 1px solid;
  border-color: #e2f7cb;
  background-color: #e9ffd1;
  color: #000;
}

nav ul ul .green-mode a {
  color: #000 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
}

nav ul ul .green-mode a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.orange-mode {
  border: 1px solid;
  border-color: #ffeac7;
  background-color: #ffe3b3;
  color: #000;
}

nav ul ul .orange-mode a {
  color: #000 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
}

nav ul ul .orange-mode a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.orange-mode-input {
  margin-left: 20px;
  margin-bottom: 5px;
}

.orange-mode-input input {
  height: 39px;
  width: 105px;
  font-size: 16px;
  line-height: 12px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  color: black;
}

.orange-mode-input input:focus::placeholder {
  color: transparent !important;
}

.orange-mode-input span {
  font-size: 16px;
  line-height: 12px;
  margin-left: 10px;
}

.after-login {
  line-height: 0;
}

.nav-links .has-child ul li a:hover {
  background: #efefef !important;
  color: #000 !important;
}

.menu-fluid .collapse .login-part .navbar-nav .nav-item:nth-child(1)::after {
  display: none;
}

.TextControlBase__TextControlBaseContainer-sc-17e5ls8-0.eYWVUE {
  height: 50px;
  border-radius: 4px 0px 0px 4px !important;
}
select#country {
  padding: 0px 2px;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease-in-out;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 20px;
  color: rgb(0 0 141);
  text-transform: capitalize;
  outline: none;
  border: none;
  background: transparent;
  max-width: 100px;
  margin-left: 20px;
}
.subscribe-part .FormLayout__Container-sc-2kg2eg-0 {
  display: flex;
}
.subscribe-part .FieldsGrid__Grid-sc-1luipcv-0 {
  width: 70%;
}
.subscribe-part .FormLayout__Footer-sc-2kg2eg-8 {
  width: 30%;
}
.fireice {
  position: fixed;
  right: -50px;
  top: 50%;
  transform: rotate(90deg);
  margin-top: -75px;
  z-index: 99999;
}
.fireice a {
  background: #00008c;
  color: #ffffff;
  padding: 10px 10px;
  rotate: inherit;
  font-size: 20px;
  height: 50px;
  display: inline-block;
  width: 150px;
  text-align: center;
}
@media (max-width: 420px) {
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(220 163 156);
    min-width: 304px;
    z-index: 1;
    right: auto;
    top: 58px;
    left: -20%;
    width: 95%;
  }

  .nav ul ul.Admin-mode li {
    width: 100%;
  }

  nav ul ul.Admin-mode {
    min-width: 100%;
    width: 100%;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .mobile-fluid .container {
    max-width: 1300px;
  }
}
