* {
  margin: 0;
  padding: 0;
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
  outline: -moz-focus-ring-color auto 0px;
  outline: focus-ring-color auto 0px;
  outline: auto 0px;
  outline-width: 0;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline: -moz-focus-ring-color auto 0px;
  outline: focus-ring-color auto 0px;
  outline: auto 0px;
  outline-width: 0;
}
body {
  color: #787878;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

h4 {
  color: #000;
  font-family: Century Gothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 21.6px */
  text-transform: capitalize;
}
input[type="text"] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none !important;
}
input:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none !important;
}
.btn {
  border-radius: 5px;
  background: #f2b43a;
  padding: 10px 18px;
  color: #1b1c2a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}

.btn:hover {
  transition: all 0.5s ease-in-out;
  background: #1b1c2a;
  color: #fff;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1 {
  color: #fff;
  font-family: Century Gothic;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  text-transform: capitalize;
}

.heading-style-h1 {
  color: #000;
  font-family: Century Gothic;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  text-transform: capitalize;
}

p {
  color: #787878;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
}

.dec {
  color: #787878;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
}

p strong,
.dec strong {
  font-weight: 700;
  color: #f2b43a;
}

h3 {
  color: #000;
  font-family: Century Gothic;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 26.4px */
  text-transform: capitalize;
}

h2,
.title {
  color: #000;
  font-family: Century Gothic;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}

.link {
  color: #f2b43a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0 25px 0 0;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.link:focus,
.link:hover {
  color: #1b1c2a;
  border: none;
  transition: all 0.5s ease-in-out;

  outline: none;
  box-shadow: none;
  text-decoration: underline;
}

.link::after {
  content: "";
  background: url(../img/right-arrow.svg);
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  transform: translate(0%, -50%);
  top: 50%;
  height: 15px;
}

.link:hover::after,
.link:focus:after {
  transition: all 0.5s ease-in-out;
  background: url(../img/right-arrow-hover.svg);
  width: 15px;
  transform: translate(0%, -50%);
  top: 50%;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
}

.sub-title {
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}

.card-title {
  color: #000;
  font-family: Century Gothic;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}

.header .navigation ul li {
  text-align: left;
  vertical-align: middle;
}

.header .navigation ul li a {
  color: #fff;
  font-family: Century Gothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}

.header .navigation ul li.active a,
.navigation ul li:hover a {
  color: #f2b43a;
}

.header .navbar-brand {
  width: 100%;
  max-width: 64px;
  margin: 0;
  padding: 0;
}

.header nav {
  background: #151515;
  padding: 25px 0;
}

.card-wrapper .row .card {
  border-radius: 10px;
  background: #f7f7f7;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
  border: none;
}

.hero_wrapper .dec {
  color: #fff;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.card-wrapper .row .card .card-body {
  padding: 20px 20px;
}

.card-wrapper .row .card .card-body .card-title {
  margin-bottom: 0px !important;
}

.header nav button.navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/toggle.svg);
}

.header nav button.navbar-toggler {
  padding: 0;
}

.header nav button.navbar-toggler:hover {
  border: none;
  outline: none;
  box-shadow: none;
}

footer .copyright ul {
  gap: 15px;
}

footer .copyright ul li a {
  width: 24px;
  height: auto;
}

footer .copyright ul li a img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

footer {
  background: #151515;
}

footer .footer {
  padding: 30px 0;
}

footer .footer .row.logo-box a.footer-logo {
  width: 100%;
  position: relative;
  display: flex;
}

footer .footer .row.logo-box a.footer-logo img {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  background: #151515;
  padding: 0 30px;
  position: relative;
  z-index: 9;
}

footer .footer .row.logo-box a.footer-logo:after {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  right: 0;
  transform: translate(0, -50%);
}

footer .footer .container-fluid {
  padding: 0;
}

footer .footer .heading {
  margin-top: 40px;
  margin-bottom: 40px;
}

footer .footer .heading .title {
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}

footer .footer .footer-wrapper .nav {
  display: grid;
}

footer .footer .footer-wrapper .nav-link {
  padding: 0;
  color: #fff;
  font-family: Century Gothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
  text-transform: none;
  transition: all 0.5s ease-in-out;
}

footer .footer .footer-wrapper .nav-link:hover {
  color: #f2b43a;

  transition: all 0.5s ease-in-out;
}

footer .footer .footer-wrapper .nav .nav-item .nav-link {
  line-height: 100%;
  margin-bottom: 22px;
}

footer .footer .footer-wrapper .nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}

footer .footer .footer-wrapper {
  grid-row-gap: 30px;
}

footer .footer .footer-wrapper .col h5 {
  color: #fff;
  font-family: Century Gothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}

footer .footer .container-fluid .row.logo-box {
  margin: 0;
  padding: 0;
}

footer .footer .container-fluid .row.logo-box .col {
  padding: 0;
  margin: 0;
}

footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0 40px 0;
}

footer .copyright p {
  margin: 0;
  color: #fff;
  font-family: Century Gothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .copyright .nav-link {
  color: #fff;
  font-family: Century Gothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
}

button.link {
  border: none;
  outline: none;
  background: transparent;
  display: none;
}

.card-wrapper {
  padding: 20px 0 20px 0;
}

.card-wrapper .sub-title {
  margin-bottom: 14px !important;
}

.card-wrapper .title {
  margin-bottom: 40px;
}

.hero_wrapper {
  background: url(../img/banner.png) center center / cover no-repeat;
  padding: 28px 15px 144px 15px;
}

.hero_wrapper .heading-style-h1 {
  margin-bottom: 12px;
  color: #fff;
}

.card-wrapper .row .card .card-img,
.card-wrapper .row .card .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-position: center;
  object-fit: cover;
}

.card-wrapper .heading-style-h1 {
  margin-bottom: 30px;
}

footer .copyright ul li a {
  width: auto;
  display: inline-block;
  height: 24px;
}

a {
  text-decoration: none;
}

footer .copyright ul li a img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: 100%;
}

footer .copyright .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumb_wrapper {
  padding: 22px 0;
  background: #a48156;
}

.breadcrumb_wrapper .title {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.breadcrumb_wrapper .breadcrumb {
  margin: 0;
  justify-content: center;
  align-items: center;
}

.breadcrumb_wrapper .breadcrumb .breadcrumb-item {
  color: #fff;
  font-family: Century Gothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  text-transform: capitalize;
}

.breadcrumb_wrapper .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-family: Century Gothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  text-transform: capitalize;
  text-decoration: none;
}

.breadcrumb_wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #f2b43a;
}

.breadcrumb_wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}

.breadcrumb_wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/angle-right.svg);
  content: "";
  padding-right: 0;
  margin-right: 8px;
}

.mission_statement_wrapper {
  padding: 45px 0;
}

.mission_statement_wrapper .card {
  border-radius: 10px;
}

.mission_statement_wrapper .card img.card-img {
  border-radius: 10px;
}

.mission_statement_wrapper .card .card-img-overlay {
  padding: 20px;
  border-radius: 10px;
  border: 1.5px solid #fff;
  background: #a48156;
  width: 104px;
  height: 80px;
  bottom: 16px;
  right: 16px;
  top: auto;
  left: auto;
}

.mission_statement_wrapper .title {
  margin-bottom: 14px;
}

.core_calues_wrapper {
  padding: 10px 0 80px 0;
}

.core_calues_wrapper .nav {
  margin-bottom: 16px;
}

.core_calues_wrapper .nav .nav-link {
  color: #000;
  font-family: Century Gothic;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 33px */
  text-transform: none;
  padding: 0;
  display: inline-block;
}

.core_calues_wrapper .nav .nav-link:hover {
  color: #f2b43a;
}

.core_calues_wrapper .title {
  margin-bottom: 26px;
}

.devider {
  background: url(../img/image9.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 300px;
  height: 5px;
  margin-bottom: 20px;
}

.privacy_term_wrapper {
  padding: 30px 0;
}

.privacy_term_wrapper .top-content p {
  margin-bottom: 16px;
}

.privacy_term_wrapper .top-content p:last-child {
  margin-bottom: 0;
}

.privacy_term_wrapper .top-content {
  margin-bottom: 40px;
}

.privacy_term_wrapper .content {
  margin-bottom: 40px;
}

.privacy_term_wrapper .content h3 {
  margin-bottom: 12px;
}

.privacy_term_wrapper .content p {
  margin-bottom: 20px;
}

.privacy_term_wrapper .content p:last-child {
  margin-bottom: 0px;
}

.privacy_term_wrapper .content ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.privacy_term_wrapper .content ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.privacy_term_wrapper .content h2 {
  margin-bottom: 40px;
}

.privacy_term_wrapper .content a {
  color: #787878;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 170%;
  /* 27.2px */
}

.privacy_term_wrapper .content a:hover {
  color: #f2b43a;
}

.privacy_term_wrapper .content ul.listing li {
  list-style: disc;
  margin-bottom: 15px;
}

.privacy_term_wrapper .content ul.listing li:last-child {
  margin-bottom: 0;
}

.privacy_term_wrapper .content ul li:last-child {
  margin-bottom: 0;
}

.slick-arrow {
  border: none;
  font-size: 0;
  background: transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: -60px;
  cursor: pointer;
  background: #1b1c2a;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.slick-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  content: "";
}

.slick-prev {
  right: 50px;
}

.slick-next {
  right: 15px;
}

.slick-prev::after {
  background-image: url(../img/imagesright.png);
}

.slick-next::after {
  background-image: url(../img/img-left.png);
}

section.section-digital-assets-wrapper .links .link-items a {
  text-decoration: none;
  display: inline-block;
}

section.section-digital-assets-wrapper .links .link-items img {
  width: 84px;
  height: 84px;
  border-radius: 50px;
  padding: 20px;
  overflow: hidden;
  pointer-events: none;
  margin: 0 auto;
  background-color: #8d8d8d;
  object-fit: contain;
  display: inline-block;
}

section.section-digital-assets-wrapper .links .tab-btn.active img {
  background-color: #7a6346;
}

section.section-digital-assets-wrapper .links .link-items .img-box img {
  width: 100%;
  height: 100%;
}

section.section-digital-assets-wrapper .links .link-items h3 {
  text-align: center;
  margin-top: 10px;
}

.slick-slider {
  margin: 0 -15px;
}

.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

section.section-digital-assets-wrapper {
  position: relative;
  padding: 30px 0 30px 0;
}

section.section-digital-assets-wrapper .heading-style-h1 {
  margin-bottom: 30px;
}

section.section-digital-assets-wrapper .slick-list {
  padding-left: 0 !important;
}
section.section-digital-assets-wrapper .links {
  gap: 15px;
  flex-wrap: nowrap;
  overflow-y: auto;
  line-height: 0;
  padding: 2px 0;
  display: flex;
}
section.section-digital-assets-wrapper .links .tab-btn {
  border: none;
  background: transparent;
  padding: 0;
  width: auto !important;
  text-align: center;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
  align-items: center;
}

section.section-digital-assets-wrapper .container {
  max-width: 400px;
  margin: 0 auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
section.section-digital-assets-wrapper .links::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
section.section-digital-assets-wrapper .links {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
section.section-digital-assets-wrapper .links .link-items span {
  color: #787878;
  /* 200% */
  margin: 10px 0 0 0;
  font-size: 18px;
  display: inline-block;
  pointer-events: none;
}

section.section-digital-assets-wrapper .links .link-items.slick-center span {
  color: #151515;
}

section.section-digital-assets-wrapper .links .tab-btn.active span {
  color: #151515;
}

.digital-assets-table {
  margin-top: 30px;
}

.digital-assets-table a.nav-link {
  color: #151515;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px;
  background-color: #fff;
}

.digital-assets-table a.nav-link.active {
  font-size: 18px;
  background: #f2b43a;
  font-weight: 600;
  color: #fff;
}

.digital-assets-table a.nav-link:hover {
  background: #f2b43a;

  color: #fff;
}

footer .copyright ul li a:hover img {
  filter: invert(18%) sepia(22%) saturate(2670%) hue-rotate(344deg)
    brightness(94%) contrast(101%);
}

footer .copyright .nav-link:hover {
  color: #f2b43a;
}

.slick-arrow {
  display: none !important;
}

.slick-arrow:hover {
  background: #f2b43a;
}

.breadcrumb-item.active {
  font-weight: 700 !important;
}

.digital-assets-table .slick-slide {
  display: none;
}

.digital-assets-table .slick-slide.slick-current.slick-active {
  display: block;
  left: 0 !important;
}

/* .digital-assets-table .slick-slide {
  display: none;
}
.digital-assets-table .slick-slide.slick-active {
  display: block;
} */

/* show/hide content */
.tab-contents .content {
  display: none;
}

.tab-contents .content.active {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.parcel-fluid {
  padding-top: 30px;
}
.parcel-fluid .main-section .heading {
  padding: 0px 15px;
}
.parcel-fluid .main-section .heading h2 {
  font-size: 22px;
  font-weight: 600;
  color: rgba(15, 22, 37, 1);
  margin-top: 20px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  position: relative;
}
.parcel-fluid .main-section .heading a {
  font-size: 22px;
  font-weight: 500;
  color: rgba(15, 22, 37, 1);
}
.parcel-fluid .main-section .heading span {
  position: absolute;
  left: 0;
  top: 0;
}
.parcel-fluid .heading-part .left-part h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0px;
  background: linear-gradient(180deg, #000000 2.13%, #656067 102.13%),
    linear-gradient(180deg, #535353 0%, #4b4b4b 100%);
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 0px;
  text-align: center;
}
.parcel-fluid .heading-part .left-part h3 {
  font-size: 22px;
  font-weight: 600;
  color: rgba(15, 22, 37, 1);
  margin-top: 20px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.parcel-fluid .heading-part .right-part a {
  width: 120px;
  border: 1px solid #247ed8;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(0 0 0);
  margin-right: 15px;
  font-family: "Roboto", sans-serif;
}
.parcel-fluid .heading-part .right-part a:nth-last-child(1) {
  background: #247ed8;
  margin-right: 0px;
  color: #ffffff;
}
.parcel-fluid .heading-part .right-part a.active {
  background: #247ed8;
}
.parcel-fluid .mm-carat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
.parcel-fluid .mm-carat .card-part {
  padding: 5px 5px;
  background-color: #e9e9eb;
  width: 48%;
  display: flex;
  margin: 1%;
  align-items: center;
  height: 100px;
}
.parcel-fluid .mm-carat .card-part .icon-part {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 69px;
  justify-content: space-between;
  text-align: center;
  width: 10%;
  padding: 5px 5px 5px 5px;
  color: #f2b43a;
  border-radius: 4px;
}
.parcel-fluid .mm-carat .card-part .icon-part p {
  font-size: 15px;
  font-weight: 600;
  color: rgb(0 0 0);
  font-family: "Roboto", sans-serif;
}
.parcel-fluid .mm-carat .card-part .form-part ul {
  display: flex;
  align-items: center;
  justify-content: start;
  overflow: hidden;
  overflow-x: auto;
}
.parcel-fluid .mm-carat .card-part .form-part ul::-webkit-scrollbar {
  height: 0;
}
.parcel-fluid .mm-carat .card-part .form-part ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
}
.parcel-fluid .mm-carat .card-part .form-part ul li label,
.parcel-fluid .mm-carat .card-part .form-part ul li p {
  font-size: 15px;
  font-weight: 500;
  color: rgba(15, 22, 37, 1);
  font-family: "Roboto", sans-serif;
}
.parcel-fluid .mm-carat .card-part .form-part ul li input {
  width: 100%;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0px;
  height: 100%;
}
button,
input {
  overflow: visible;
}
.hidden {
  display: none !important;
}
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline: -moz-focus-ring-color auto 0px;
  outline: focus-ring-color auto 0px;
  outline: auto 0px;
  outline-width: 0;
}
.parcel-fluid .mm-carat .card-part .form-part {
  width: 85%;
}
.parcel-fluid .mm-carat .card-part .form-part ul li img {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  padding: 8px;
  overflow: hidden;
  pointer-events: none;
  margin: 0 auto;
  background-color: #8d8d8d;
  object-fit: contain;
  display: inline-block;
}
.parcel-fluid .mm-carat .card-part .form-part ul li.active img {
  background-color: #f2b43a;
}
.button-part {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 15px;
}
.button-part .btn {
  background: #f2b43a;
  border: 1px solid #f2b43a;
  height: 50px;
  width: 150px;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  border-radius: 50px;
}
.button-part .btn:hover {
  background: #ebac2e;
  border: 1px solid #dfa229;
}
.button-part .btn-default {
  width: 150px;
  background: #f5f4f5f0;
  border: 2px solid #f2b43a;
  margin-right: 15px;
  color: #000000;
}
.radio-design {
  width: 50px;
  height: 70px;
  position: relative;
}

.radio-design .radio-label,
.radio-design input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.radio-design input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.parcel-fluid .mm-carat .card-part .form-part ul li .radio-label {
  text-align: center;
}
.parcel-fluid
  .mm-carat
  .card-part
  .form-part
  ul
  li
  input[type="radio"]:checked
  + .radio-label
  img {
  background-color: #f2b43a;
}

.radio-design .radio-label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
}
