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: "Montserrat", 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;
}

.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: 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: 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: rgb(0, 71, 209);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 700;
  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 rgb(0, 68, 200) !important;
  background-color: rgb(0, 68, 200) !important;
}

input[type="checkbox"] {
  accent-color: rgb(0, 71, 209);
  width: 24px;
  height: 24px;
  margin-top: -2px;
  left: 0px;
  margin-right: 4px;
  position: relative;
}

form .form-group {
  position: relative;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #007bff00;
}

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);
}
.menu-part .navbar-light {
  justify-content: center;
  margin-top: 5px;
}
.banner-wrapper {
  position: relative;
}
.banner-wrapper .video-section video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: flex;
}
.header-fluid {
  position: absolute;
  top: 0;
  padding: 5px 64px;
}
.header-fluid .main-section .top-part ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-fluid .main-section .top-part ul li:nth-child(1) img {
  width: 200px;
  height: auto;
}
.header-fluid .main-section .top-part ul li:nth-child(2) a {
  background: #ffffff;
  color: rgba(0, 0, 0, 1);
  padding: 14px 24px;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 500;
}
.header-fluid .main-section .menu-part .navbar-light .navbar-nav .nav-item {
  margin: 0px 10px;
}
.header-fluid .main-section .menu-part .navbar-light .navbar-nav .nav-link {
  color: rgb(213 212 212);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.header-fluid
  .main-section
  .menu-part
  .navbar-light
  .navbar-nav
  .dropdown-item {
  color: rgb(255 255 255);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding: 0.7rem 1.5rem;
  width: 200px;
  background: #0000004f;
}
.header-fluid
  .main-section
  .menu-part
  .navbar-light
  .navbar-nav
  .dropdown-item
  .fa {
  float: right;
}
.header-fluid
  .main-section
  .menu-part
  .navbar-light
  .navbar-nav
  .dropdown-item:hover {
  color: #ffffff;
  background: #003479a3;
}
.header-fluid .menu-part .navbar-nav .position-relative.active .dropdown-item {
  color: #ffffff;
  background: #003479a3;
}
.header-fluid .main-section .menu-part .dropdown-menu {
  padding: 0rem 0;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #00000033;
}
.header-fluid .main-section .menu-part .dropdown-divider {
  padding: 0rem 0;
  margin: 0;
}
.submenu-part {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 400px;
  background: #0000006e;
  padding: 0px 0px;
  border-radius: 0px;
  display: none;
  border: 1px solid #00000033;
  border-radius: 5px;
}
.submenu-part.second {
  width: 250px;
}
.header-fluid .menu-part .navbar-nav .dropdown-menu .submenu-part.active {
  display: block;
}
.submenu-part ul li a {
  color: rgb(255 255 255);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.submenu-part ul li {
  padding: 12px 20px;
}
.submenu-part ul li:hover {
  background: #003479a3;
}
.submenu-part ul li:hover a {
  color: #ffffff;
}
.banner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-content h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 5.8rem;
}
.banner-content span {
  opacity: 0;
  transition: all 0.4s ease;
}

.banner-content span.fade {
  opacity: 1;
}
.banner-content p {
  color: rgba(255, 255, 255, 1);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.banner-content .link-part a {
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 14px 24px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  display: inline-block;
  margin: 30px 5px 0px 5px;
  box-shadow: rgb(245, 246, 247) 0px 0px 0px 0px inset;
  transition: all 0.8s ease-out 0s;
}
.banner-content .link-part a:nth-child(1) {
  background: rgba(0, 52, 121, 1);
  border: 1px solid rgba(0, 52, 121, 1);
}
.banner-content .link-part a:hover {
  box-shadow: rgb(19, 40, 76) 400px 0px 0px 0px inset;
  border: 1px solid rgba(0, 52, 121, 1);
}
.banner-content .link-part a .fa {
  margin-left: 10px;
}
.watch {
  position: absolute;
  right: 68px;
  bottom: 10%;
}
.mouse {
  position: absolute;
  right: 50%;
  bottom: -25px;
  margin-right: -25px;
}
.about-luxurow {
  padding: 50px 0px;
  margin: 50px 0px;
}
.about-luxurow .content-part h2 {
  color: rgba(0, 0, 0, 1);
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 600;
}
.about-luxurow .content-part p {
  color: rgba(102, 102, 102, 1);
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.about-luxurow .card-section {
  margin-top: 100px;
}
.about-luxurow .image-part img,
.about-luxurow .image-part video {
  width: 100%;
  object-fit: cover;
  display: flex;
}
.about-luxurow .card-section .card-part {
  position: relative;
  overflow: hidden;
  transition-duration: 1s;
  transition-delay: 0.1s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.about-luxurow .card-section .card-part:hover {
  transition-duration: 1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.about-luxurow .card-section .card-part .content {
  position: absolute;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000073;
  text-align: center;
  padding: 40px 20px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.about-luxurow .card-section .card-part .showhide {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #00000073;
  padding-top: 30%;
}
.about-luxurow .card-section .card-part .showhide h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
}
.about-luxurow .card-section .card-part:hover .content {
  top: 0;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.about-luxurow .card-section .card-part:hover .showhide {
  display: none;
}
.about-luxurow .card-section .card-part .content h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
}
.about-luxurow .card-section .card-part .content p {
  color: rgba(255, 255, 255, 1);
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
}
.platinum-fluid {
  background-image: url(../img/platinum.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 320px;
  padding: 50px 64px 0px 64px;
}
.platinum-fluid h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.platinum-fluid a {
  color: rgba(255, 255, 255, 1);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  display: inline-block;
}
.platinum-fluid a .fa {
  margin-left: 10px;
}
.product-fluid {
  padding: 50px 0px;
}
.product-fluid .heading h3 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
}
.product-fluid .card-section {
  margin-top: 30px;
}
.product-fluid .card-section .card-part {
  transition-duration: 1s;
  transition-delay: 0.1s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.product-fluid .card-section .card-part:hover {
  transition-duration: 1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.product-fluid .card-section .card-part .content h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
}
.why-neru {
  padding: 80px 0px;
  background-image: url(../img/whyneru.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.why-neru .content-part h2 {
  color: rgba(0, 0, 0, 1);
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 600;
}
.why-neru .content-part p {
  color: rgba(102, 102, 102, 1);
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.why-neru .content-part a {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 52, 121, 1);
  border: 1px solid rgba(0, 52, 121, 1);
  padding: 14px 24px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  display: inline-block;
  margin: 30px 5px 0px 5px;
  box-shadow: rgb(245, 246, 247) 0px 0px 0px 0px inset;
  transition: all 0.8s ease-out 0s;
}
.why-neru .content-part a:hover {
  box-shadow: rgb(19, 40, 76) 400px 0px 0px 0px inset;
  border: 1px solid rgba(0, 52, 121, 1);
}
.why-neru .content-part a .fa {
  margin-left: 10px;
}
.home-logo {
  padding: 100px 0px;
}
.home-logo ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-logo ul li {
  margin: 0px 20px;
}
.footer-fluid {
  background: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #ffffff;
}
.footer-fluid .top-part {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding: 60px 0px 30px 0px;
}
.footer-fluid .top-part .grid-part .heading {
  margin-bottom: 30px;
}
.footer-fluid .top-part .grid-part .heading h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 0;
}
.footer-fluid .top-part .grid-part .heading p {
  color: rgb(255 255 255 / 80%);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
}
.footer-fluid .top-part .grid-part .quick-list ul {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}
.footer-fluid .top-part .grid-part .quick-list ul li {
  width: 50%;
  margin-bottom: 15px;
}
.footer-fluid .top-part .grid-part .quick-list ul li a {
  color: rgb(255 255 255 / 80%);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
}
.footer-fluid .top-part .grid-part .contact-list ul {
}
.footer-fluid .top-part .grid-part .contact-list ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.footer-fluid .top-part .grid-part .contact-list ul li:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.footer-fluid .top-part .grid-part .contact-list ul li.address:after {
  background-image: url(../img/icons/fi_map-pin.png);
}
.footer-fluid .top-part .grid-part .contact-list ul li.phone:after {
  background-image: url(../img/icons/fi_phone-call.png);
}
.footer-fluid .top-part .grid-part .contact-list ul li.mail:after {
  background-image: url(../img/icons/fi_mail.png);
}
.footer-fluid .top-part .grid-part .contact-list ul li a,
.footer-fluid .top-part .grid-part .contact-list ul li p {
  color: rgb(255 255 255 / 80%);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.footer-fluid .top-part .grid-part .leave-messege h4 {
  color: rgb(255 255 255 / 80%);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  margin-top: 30px;
}
.footer-fluid .top-part .grid-part .leave-messege h4 span {
  color: rgba(255, 255, 255, 1);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 20px;
}
.footer-fluid .bottom-part {
  padding: 20px 0px;
}
.footer-fluid .bottom-part ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-fluid .bottom-part ul li p {
  color: rgb(255 255 255 / 80%);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
}
.footer-fluid .bottom-part ul li a {
  color: rgb(255 255 255 / 80%);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  margin-left: 20px;
}
.hsrHoI {
  padding: 0px !important;
}
.ehOOrZ {
  width: 50% !important;
}
.ehOOrZ:nth-last-child(1) {
  width: 100% !important;
}
.ehOOrZ:nth-last-child(1) .cFjkpg textarea {
  height: 30px !important;
}
.fZrDVw {
  padding: 10px !important;
}
.gBjtAo,
.gBjtAo::placeholder {
  font-size: 1.4rem !important;
  color: rgb(255 255 255 / 80%) !important;
}
.innercontent-section {
  background: #003479;
  height: 300px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 20px;
}
.innercontent-section h1 {
  font-weight: 700;
  font-size: 2.6rem;
  color: #ffffff;
  line-height: 3.2rem;
}
.our-process {
  padding: 50px 0px;
}
.our-process .main-section .top-part p {
  color: rgba(102, 102, 102, 1);
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.our-process .main-section .top-part h2 {
  color: rgb(0, 0, 0);
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-top: 30px;
}
.our-process .main-section .process-part ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.our-process .main-section .process-part ul li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: start;
  background: #f1f1f1;
  padding: 10px 10px;
  position: relative;
}
.our-process .main-section .process-part ul li.active {
  background: #003479;
}
.our-process .main-section .process-part ul li.active p {
  color: rgb(255 255 255);
}
.our-process .main-section .process-part ul li.active h3 {
  color: #ffffff;
  padding-left: 0px;
}
.our-process .main-section .process-part ul li::before {
  content: " ";
  position: absolute;
  top: 0;
  right: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #ffffff;
  z-index: 2;
  transition: border-color 0.2s ease;
}
.our-process .main-section .process-part ul li.active::before {
  border-left: 50px solid #ffffff;
}
.our-process .main-section .process-part ul li::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -46px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 48px solid transparent;
  border-left: 50px solid #f1f1f1;
  z-index: 2;
  transition: border-color 0.2s ease;
}
.our-process .main-section .process-part ul li.active::after {
  border-left: 50px solid #003479;
  right: -50px;
}
.our-process .main-section .process-part ul li h3 {
  font-size: 4rem;
  margin-right: 10px;
  font-weight: 600;
  color: #003479;
  padding-left: 50px;
}
.our-process .main-section .process-part ul li p {
  color: rgba(102, 102, 102, 1);
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.our-process-form {
  padding: 50px 0px;
  clear: both;
}
.our-process-form .main-section {
  width: 80%;
  margin: 0 auto;
}
.social-library {
  padding: 50px 0px;
}
.social-library .card-part {
  border: 5px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}
.social-library .row.grid {
  height: auto !important;
}
.social-library .row.grid .all {
  position: relative !important;
  left: auto !important;
  top: auto !important;
}
.social-library .card-part img,
.social-library .card-part video {
  width: 100%;
  object-fit: cover;
  display: flex;
}
.social-library .card-part a {
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 8px 20px;
  background: #003479;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
}
.compare-image {
  padding: 0px 0px 30px 0px;
}

.img-comp-container {
  position: relative;
  height: 300px; /*should be the same height as the images*/
  width: 300px;
  margin: 0 auto;
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
  max-width: inherit;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 2px;
  top: 0 !important;
  height: 100%;
  background-color: #002454;
  opacity: 0.7;
}
.img-comp-slider:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -7.5px;
  background: #002454;
  border-radius: 50px;
}
.quiz-fluid {
  padding: 50px 0px;
  height: 100vh;
  position: relative;
}
.quiz-fluid iframe {
  width: 100%;
  position: absolute;
  background: #000;
  border: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.whyplatinum-fluid {
  padding: 0px 0px 0px 0px;
}
.whyplatinum-fluid .main-section {
  width: 50%;
  margin: 0 auto;
}
.whyplatinum-fluid .main-section img {
  width: 100%;
  height: auto;
}
.margin-50 {
  margin-bottom: 80px;
}
.whyniru-fluid {
  padding: 0;
}

.content-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-fluid .content-part h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 3.2rem;
  line-height: 4rem;
  color: #000000;
  font-weight: 600;
}

.content-fluid .content-part h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  line-height: 3.6rem;
  color: #000000;
  font-weight: 500;
}

.content-fluid .content-part h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #000000;
  font-weight: 500;
}

.content-fluid .content-part p,
.content-fluid .content-part ul li,
.content-fluid .content-part ol li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 10px;
  color: #000000;
}

.content-fluid .content-part a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #3971e3;
}

.content-fluid .content-part ol {
  list-style-type: disc;
  padding: revert;
}

.content-fluid .content-part ol {
  list-style-type: decimal;
  padding: revert;
}
.mobile-login {
  display: none;
}
.tree-part {
  display: flex;
  align-items: center;
}
.tree-part span {
  margin-left: 20px;
}

.logout-part {
  position: relative;
  display: inline-block;
}

.logout {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #002454;
  padding: 10px 10px;
  right: 0;
  bottom: -55px;
  color: #ffffff;
  display: none;
}
.logout-part:hover .logout {
  display: block;
}
.logout p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}
.iczPsf {
  padding: 0 !important;
}
#gallery .slick-track > div {
  padding: 0 20px;
}

#gallery .slick-track {
  display: flex;
  align-items: center;
}

#gallery {
  z-index: 1;
  padding: 0px 0px 50px 0px;
  background: linear-gradient(
    to top,
    rgb(0, 0, 0) 0%,
    rgb(0, 0, 0) 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  overflow: hidden;
}
.net-zero a {
  background: white;
  display: flex;
  padding: 5px 10px;
  border-radius: 5px;
  color: #000000 !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 600 !important;
  font-size: 16px;
}
.net-zero a span:nth-child(1) {
  margin-right: 10px;
}
.filters ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.filters ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
  border: 1px solid #ededed;
  border-radius: 50px;
  margin: 0px 10px;
  color: #000000;
  font-weight: 600;
}
.filters ul li.active {
  background: #003479;
  color: #ffffff;
  border: 1px solid #003479;
}
