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: Roboto, 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, 0, 0);
  border: 2px solid rgb(0, 0, 0);
}

.dropdown-toggle::after {
  display: none;
}

.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);
}

.logo-mobile {
  display: none;
}

.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: 150px;
  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: 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 rgb(0, 68, 200) !important;
  background-color: rgb(0, 68, 200) !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;
}

h3.heading {
  font-size: 2rem;
  line-height: 24px;
  font-weight: 500;
  color: rgb(40, 39, 52);
}

.header-fluid {
  background: rgb(255, 255, 255);
  padding: 5px 30px;
  box-shadow: rgb(241, 241, 241) 0px 0px 28px -5px;
}

.header-fluid .navbar .navbar-brand img {
  max-width: 100px;
  height: auto;
}

.header-fluid .navbar-light .navbar-nav .nav-item {
  margin: 0px 0px 0px 40px;
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link {
  color: rgb(0, 0, 0);
  font-size: 1.7rem;
  padding: 10px;
  font-weight: 400;
}

.header-fluid .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: rgb(69, 76, 77);
  font-weight: 700;
  border-bottom: 1px solid rgb(69, 76, 77);
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: rgb(196, 183, 175);
}

.header-fluid .navbar-light .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  width: 100%;
  padding: 0px 16px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  min-width: 200px;
}

.header-fluid
  .navbar-light
  .navbar-nav
  .nav-item
  .dropdown-menu
  .dropdown-item {
  color: rgb(0, 0, 0);
  font-size: 1.7rem;
  padding: 8px 0px;
  font-weight: 400;
}

.header-fluid
  .navbar-light
  .navbar-nav
  .nav-item
  .dropdown-menu
  .dropdown-item:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(196, 183, 175);
}

.header-fluid .navbar-light .navbar-nav .nav-item:nth-last-child(1) .nav-link {
  color: rgb(255, 255, 255);
  background: rgb(69, 76, 77);
  padding: 12px 24px;
  gap: 8px;
  border-radius: 4px;
}

.header-fluid
  .navbar-light
  .navbar-nav
  .nav-item:nth-last-child(1)
  .nav-link:hover {
  background-color: rgb(100, 110, 111);
}

.header-fluid .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: 0px solid transparent;
}

.header-fluid .navbar-light .navbar-toggler .navbar-toggler-custom {
  font-size: 2rem;
  color: rgb(129, 129, 129);
}

.header-fluid .navbar-light button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.header-fluid .navbar-light .navbar-collapse.active {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 80%;
  background: rgb(255, 255, 255);
  padding: 10px;
  margin: 0px;
  height: 100vh;
  display: block;
}

.hero-fluid {
  background-color: rgb(111, 111, 111);
  background-image: url("../img/web-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-fluid .hero-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  min-height: calc(-100px + 100vh);
}

.hero-fluid .hero-main .content-part {
  padding-top: 150px;
}

.hero-fluid .hero-main .content-part h1 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-top: 0px;
}

.hero-fluid .hero-main .content-part a {
  background: rgb(0, 71, 209);
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 0.006em;
  gap: 8px;
}

.hero-fluid .hero-main .content-part a:hover {
  background: rgb(0, 68, 200);
}

.hero-fluid .hero-main .content-part p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.hero-fluid .form-part {
  width: 360px;
  padding: 40px;
  border-radius: 16px;
  margin-top: 80px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: rgba(0, 0, 0, 0.16) 8px 16px 40px 0px;
}

.hero-fluid .form-part .heading h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: rgb(0, 0, 0);
  margin-top: 0px;
  font-weight: 400;
}

.hero-fluid .form-part .form-design .form-group {
  margin-bottom: 20px;
}

.hero-fluid .form-part .form-design .form-group label {
  font-size: 1.7rem;
  line-height: 3.2rem;
  color: rgb(0, 0, 0);
  margin-bottom: 5px;
  font-weight: 400;
}

.hero-fluid .form-part .form-design .form-group label.forgot-pass {
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .form-group label.form-check-label {
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .form-group label a {
  color: rgb(0, 56, 166);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.hero-fluid .form-part .form-design .form-group label a:hover {
  color: rgba(0, 56, 166, 0.8);
}

.hero-fluid .form-part .form-design .signup-link {
  margin-top: 20px;
}

.hero-fluid .form-part .form-design .signup-link p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: rgb(0, 0, 0);
}

.hero-fluid .form-part .form-design .signup-link p a {
  color: rgb(0, 56, 166);
  float: right;
  font-weight: 500;
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .signup-link p a:hover {
  color: rgba(0, 56, 166, 0.8);
}

.aboutus-fluid {
  padding: 80px 0px 96px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset;
}

.aboutus-fluid .image-part img {
  width: 85%;
}

.aboutus-fluid .content-part.without-image {
  width: 70%;
  margin: 0px auto;
}

.aboutus-fluid .content-part h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 0px;
}

.aboutus-fluid .content-part h2 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: rgb(97, 100, 104);
  font-weight: 500;
}

.aboutus-fluid .content-part p {
  color: rgb(0, 0, 0);
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.aboutus-fluid .content-part p a {
  color: rgb(128, 128, 228);
}

.footer-fluid {
  padding: 40px 0px;
  background: rgb(250, 250, 250);
  position: relative;
}

.footer-fluid .card-part .heading {
  margin-bottom: 10px;
}

.footer-fluid .card-part .heading h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin: 0px;
  line-height: 2.4rem;
  letter-spacing: 0.006em;
}

.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: rgb(0, 0, 0);
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.footer-fluid .list-part ul li a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.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 .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;
}

.footer-fluid .social-media ul li {
  margin-right: 3rem;
}

.footer-fluid .social-media ul li:nth-last-child(1) {
  margin-right: 0px;
}

.footer-fluid .social-media ul li a {
  color: rgb(0, 0, 0);
  font-size: 2rem;
  line-height: 2.4rem;
}

.footer-fluid .social-media ul li a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.copyright-fluid {
  background: rgb(250, 250, 250);
  padding: 8px 0px;
  border-top: 1px solid rgb(229, 229, 229);
}

.copyright-fluid .main-section {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-fluid .main-section p {
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
}

.copyright-fluid .main-section p a {
  color: rgb(0, 56, 166);
}

.copyright-fluid .main-section p a:hover {
  color: rgba(0, 56, 166, 0.8);
}

.hero-fluid .monile-login {
  width: 100%;
  display: none;
}

.hero-fluid .monile-login a.login-section {
  background: rgb(0, 56, 166);
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-radius: 4px;
}

.hero-fluid .monile-login p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: rgb(0, 0, 0);
  margin-top: 20px;
}

.hero-fluid .monile-login p a {
  color: rgb(0, 56, 167);
  font-weight: 600;
  text-decoration: underline;
}

.logo-part {
  display: none;
}

.toparrow {
  position: absolute;
  right: 40px;
  top: 20px;
  background: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
}

.toparrow:hover {
  background: rgb(250, 250, 250);
}

.form-check-input {
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  background-image: url("../img/Checkbox.svg");
  background-size: 32px 32px;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  aspect-ratio: 1 / 1;
}

.checkmark::after {
  content: "";
  background-image: url("../img/Checkbox1.svg");
  background-size: 32px 32px;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  z-index: 9;
  display: none;
}

.form-check-input:checked ~ .checkmark::after {
  display: block;
}

.logo-fluid {
  background: rgba(196, 183, 175, 0.3);
  padding: 8px 0px;
}

.logo-fluid .main-section img {
  width: 140px;
  height: auto;
}

.logo-fluid .main-section h3 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: rgb(56, 47, 58);
  text-transform: uppercase;
}

.whychoose-fluid {
  padding: 30px 0px;
}

.whychoose-fluid .main-section .heading-part h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: rgb(56, 47, 58);
  text-align: center;
}

.whychoose-fluid .main-section .heading-part h3 span {
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  color: rgb(56, 47, 58);
  display: inline-block;
}

.whychoose-fluid .main-section .choose-list {
  margin-top: 50px;
}

.whychoose-fluid .main-section .choose-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.whychoose-fluid .main-section .choose-list ul li {
  text-align: center;
  width: 32%;
  height: 120px;
  border-bottom: 2px solid rgb(196, 183, 175);
  margin-bottom: 30px;
}

.whychoose-fluid .main-section .choose-list ul li p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(56, 47, 58);
  margin-top: 10px;
}

.collection-fluid {
  padding: 50px 0px;
}

.collection-fluid .heading-part h3 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: rgb(56, 47, 58);
  text-transform: uppercase;
}

.collection-fluid .collection-part {
  margin-top: 50px;
}

.collection-fluid .collection-part .card-part {
  border: 1px solid rgb(237, 237, 237);
  border-radius: 8px;
  text-align: center;
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: perspective(1px) translateZ(0px);
}

.collection-fluid .collection-part .card-part:hover {
  border: 1px solid rgb(196, 183, 175);
  box-shadow: rgba(55, 54, 64, 0.4) 2px 16px 32px -8px;
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: translateY(-8px);
}

.collection-fluid .collection-part .card-part h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

.slider-fluid {
  position: relative;
}

.slider-fluid .content-part {
  position: absolute;
  width: 650px;
  left: 0px;
  z-index: 999;
  top: 150px;
  padding: 24px 0px 24px 40px;
  border-radius: 4px;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) -24.84%,
    rgba(255, 255, 255, 0.24) 9.29%
  );
}

.slider-fluid .content-part h1 {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  color: rgb(56, 47, 58);
  margin-top: 0px;
}

.slider-fluid .content-part p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: rgb(56, 47, 58);
}

.slider-fluid .content-part a {
  padding: 12px 24px;
  border-radius: 4px;
  background: rgb(69, 76, 77);
  display: inline-block;
  margin-top: 20px;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.slider-fluid .content-part a:hover {
  background-color: rgb(100, 110, 111);
}

.slider-fluid .carousel-indicators {
  width: 100%;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0px;
  padding: 30px 0px;
}

.slider-fluid .carousel-indicators li {
  width: 8px;
  border-radius: 50%;
  height: 8px;
  margin-right: 7px;
  margin-left: 7px;
  background-color: rgb(136, 132, 130);
}

.slider-fluid .carousel-indicators .active {
  background-color: rgb(0, 0, 0);
}

.logout-part {
  position: relative;
  display: inline-block;
}

.logout {
  position: absolute;
  width: 100%;
  text-align: center;
  background: rgb(69, 76, 77);
  padding: 10px;
  right: 0px;
  bottom: -44px;
  color: rgb(255, 255, 255);
  display: none;
  border-radius: 4px;
}

.logout:hover {
  background-color: rgb(100, 110, 111);
}

.logout-part:hover .logout {
  display: block;
}

.logout p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  cursor: pointer;
}

.about-fluid {
  padding: 50px 0px;
}

.about-fluid .main-section .image-part img {
  width: 60%;
}

.about-fluid .main-section .content-part {
  padding: 32px 120px;
  border-radius: 8px;
  background: rgb(242, 242, 242);
  box-shadow: rgba(0, 0, 0, 0.16) 2px 2px 8px 0px;
  width: 99%;
  margin: 0px auto;
}

.about-fluid .main-section .content-part h2 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.about-fluid .main-section .content-part p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.about2-fluid {
  padding: 0px 0px 50px;
}

.about2-fluid .main-section .content-part h2 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

.about2-fluid .main-section .content-part p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.about2-fluid .main-section .content-part ul {
  list-style-type: disc;
  padding-left: 20px;
}

.about2-fluid .main-section .content-part ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
}

.howitwork-fluid {
  padding: 50px 0px;
}

.howitwork-fluid .heading-part h2 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: rgb(0, 0, 0);
}

.howitwork-fluid .work-part {
  margin-top: 30px;
}

.howitwork-fluid .work-part .content-part {
  padding: 30px 16px;
  gap: 16px;
  border-radius: 8px;
  background: rgba(242, 242, 242, 0.5);
  box-shadow: rgba(55, 54, 64, 0.08) 1px 2px 4px -2px;
  min-height: 250px;
  align-items: baseline;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.howitwork-fluid .work-part .content-part h2 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.howitwork-fluid .work-part .content-part p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.howitwork-fluid .work-part .content-part h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.howitwork-fluid .main-section .content-part ul {
  list-style-type: disc;
  padding-left: 20px;
}

.howitwork-fluid .main-section .content-part ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
}

.contact-email-fluid {
  background: rgb(242, 242, 242);
  padding: 30px 0px;
}

.contact-email-fluid .main-section h3 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: rgb(56, 47, 58);
}

.contact-email-fluid .main-section p {
  margin-bottom: 10px;
}

.contact-email-fluid .main-section p a {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  letter-spacing: 0.04em;
  color: rgb(0, 0, 0);
}

.contactus-fluid {
  padding: 50px 0px;
  background: rgb(196, 183, 175);
}

.contactus-fluid .card-part {
  padding: 16px 0px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  text-align: center;
  height: 500px;
}

.contactus-fluid .card-part.flexproperty {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.contactus-fluid .card-part .fa {
  width: 58.04px;
  height: 58.04px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50%;
  font-size: 20px;
  color: rgb(0, 0, 0);
  line-height: 58px;
}

.contactus-fluid .card-part h2 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

.contactus-fluid .card-part p.first {
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(0, 0, 0);
}

.contactus-fluid .card-part p.second {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(0, 0, 0);
}

.contactus-fluid .card-part p.second a {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(0, 0, 0);
}

.contactus-fluid .card-part p.third {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(0, 0, 0);
}

.contactus-fluid .card-part p.third a {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(0, 0, 0);
}

.contactus-fluid .card-part p.fourth {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(69, 76, 77);
}

.contactus-fluid .card-part p.fifth {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(69, 76, 77);
}

.contactus-fluid .card-part a img {
  width: 24px;
  margin: 0px 5px;
}

.faqs-fluid {
  padding: 50px 0px;
}

.faqs-fluid .heading-part h2 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: rgb(0, 0, 0);
}

.faq .faq-list ul {
  padding: 0px;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  background: rgb(255, 255, 255);
  border-radius: 4px;
  position: relative;
  padding: 24px 16px;
  border-bottom: 1px solid rgb(242, 242, 242);
}

.faq .faq-list li:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 2px 2px 8px 0px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  padding: 0px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(196, 183, 175);
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0px;
  left: 20px;
  color: rgb(232, 44, 136);
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.faq .faq-list p {
  margin-bottom: 0px;
  padding: 10px 0px 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(0, 0, 0);
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: rgb(0, 0, 0);
}

.faq .faq-list a.collapsed:hover {
  color: rgb(0, 0, 0);
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0px;
  }
}
