body {
  background: #000;
}
.lending-banner {
  background: url(../img/token-banner.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.banner-section.lending-banner::after {
  display: none !important;
}
.lending-banner .lending-banner-info h2{
  color: #f5fbf2;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: unset;
  -webkit-text-fill-color: unset;
  margin-bottom: 45px;
}
.lending-banner .lending-banner-info h3,.preview-heading-all .lending-banner-info h3 {
  color: #f5fbf2;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: unset;
  -webkit-text-fill-color: unset;
  margin-bottom: 25px;
}
.lending-banner .lending-banner-info h3 span {
  background: #F0B90B;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lending-banner .lending-banner-info h2 span {
  background: linear-gradient(139deg, #00a4ff 0%, #fa00ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lending-banner .lending-banner-info h2.theme-text {
  background: var(--primary, linear-gradient(90deg, #FFD630 0%, #FF7E38 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.lending-banner .lending-banner-info p {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
  margin-bottom: 40px;
}
.lending-common-btn {
  border-radius: 30px;
  background: #F0B90B;
  padding: 10px 24px;
  color: #000 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
}
.lending-common-btn:hover{
  color: #000;
  background: #F0B90B;
  background-color: #F0B90B;
  box-shadow: rgba(240, 185, 11, 0.4) 0px 7px 29px 0px;
}
.lending-common-btn img{
  height: 24px;
  margin-left: 4px;
}

/* .lending-common-btn::after {
    content:"";
  position: absolute;
  inset: -5px;
  transform: translate(0px,8px);
  z-index: -1;
  border-radius: 8px;
    opacity: 1;
    background: linear-gradient(130deg, #FD91FF 0%, #86AFFF 100%);
    filter: blur(16px);
    bottom: -6px;
} */
.lending-banner .lending-banner-info a.doc-btn {
  margin-left: 22px;
  background: transparent;
}
.lending-banner-info {
  text-align: center;
}
.video-section img {
  width: 100%;
}
.why-quest-info {
  text-align: left;
  padding-left: 25px;
  position: relative;
  z-index: 99;
}
.why-quest-info::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  background: url(../images/expert-star.png) no-repeat;
  width: 112px;
  height: 112px;
}
.why-quest-info .lending-common-heading h2 {
  text-align: left;
  z-index: 2;
  position: relative;
}
.why-quest-info ul {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.why-quest-info ul li {
  color: #fff;
  text-align: left;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.why-quest-info ul li img {
  margin-right: 25px;
}
.lending-common-heading h2 {
  color: #fff;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
}
.lending-common-heading h2 span {
  background: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--primary, #F0B90B) !important;
}
.why-quest-tminter {
  background: #000;
  position: relative;
  padding: 20px 0 0;
}
.why-quest-video {
  position: relative;
  z-index: 2;
}
.why-quest-tminter::before {
  content: "";
  position: absolute;
  left: -110px;
  top: -26%;
  background: url(../images/crystal.gif) no-repeat;
  width: 280px;
  height: 280px;
  background-size: cover;
}
.why-quest-tminter .why-quest-bg {
  position: relative;
}
.why-quest-tminter .why-quest-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/why-quest-bg.gif) no-repeat;
  width: 500px;
  height: 500px;
  margin: auto;
  background-position: center;
  z-index: 1;
}
.why-quest-tminter::after {
  content: none;
  position: absolute;
  right: 0;
  top: -30%;
  border-radius: 498px;
  background: linear-gradient(
    180deg,
    rgba(0, 194, 255, 0.23) 0%,
    rgba(255, 41, 195, 0.5) 100%
  );
  filter: blur(105px);
  width: 498px;
  height: 498px;
  z-index: 1;
}
.how-work-section {
  position: relative;
  padding: 115px 0 0;
  overflow: hidden;
}
/* .gif-token-parent {
  background: url(../images/gif-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  padding-bottom: 90px;
  background-position: top;
} */
.how-work-section::after {
  content: "";
  position: absolute;
  right: -6%;
  top: -45px;
  background: url(../images/crystal.gif) no-repeat;
  width: 280px;
  height: 280px;
  background-size: cover;
  background-position: center;
}
.how-work-section .lending-common-heading {
  margin-bottom: 0px;
}
.how-work-section .lending-common-heading h2 {
  text-align: center;
  margin-bottom: 0;
}
.lending-common-heading p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  /*  */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
}
.work-item {
  text-align: center;
}
.work-item h2 {
  background: linear-gradient(180deg, #00a4ff 0%, rgba(0, 164, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 92px;
  margin-bottom: 0px;
}
.work-item h4 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(180deg, #00a4ff 0%, #fa00ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 23px;
}
.work-item.item-1 h2 {
  background: linear-gradient(180deg, #fa00ff 0%, rgba(250, 0, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work-item.item-1 h4 {
  background: linear-gradient(180deg, #fa00ff 0%, #ff994f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work-item.item-2 h2 {
  background: linear-gradient(180deg, #ff994f 0%, rgba(255, 153, 79, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work-item.item-2 h4 {
  background: linear-gradient(180deg, #ff994f 0%, #00e3a5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work-item.item-3 h2 {
  background: linear-gradient(180deg, #00e3a5 0%, rgba(0, 227, 165, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work-item.item-3 h4 {
  background: linear-gradient(
    180deg,
    #00e3a5 0%,
    #00e3a5 0.01%,
    #134396 99.99%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work-item.item-4 h2 {
  background: linear-gradient(180deg, #ff994f 0%, rgba(255, 153, 79, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work-item.item-4 h4 {
  background: linear-gradient(180deg, #ff994f 0.01%, #00a4ff 99.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work-inner {
  position: relative;
}
.token-example {
  position: relative;
}

.token-example .lending-common-heading {
  margin-bottom: 25px;
}
.token-example .lending-common-heading h2 {
  /* margin-bottom: 25px; */
}
.token-example-item {
  text-align: center;
  padding: 0 27px;
}
.token-example-item h2 {
  background: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.token-example-item img {
  margin-bottom: 8px;
}
.token-example-item p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 160% */
  margin-bottom: 0;
}
.token-example-item.item-1 h2 {
  background: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
.token-example-item.item-2 h2 {
  background: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
.token-btn {
  text-align: center;
  margin-top: 25px;
}
.expert-box {
  border-radius: 30px;
  padding: 2px 0 2px 12px;
  /* height: 304px; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  position: relative;
  /* border: 2px solid #FF6B00; */
  width: 100%;
  background: var(--primary, linear-gradient(90deg, #FFD630 0%, #FF7E38 100%));
}
.expert-box-inner {
  padding: 0 0 0 46px;
  border-radius: 30px;
  background: #000;
  width: 98.8%;
}
.work-back-gradient{
  background: url(../img/gradient-work-back.png);
  background-position: center;
  background-size: 100% 100%;
}
/* .expert-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, #FF6B00,  0%, #6A20E1 100%);
    border: 2px solid #fff;
    border-image-source: linear-gradient(130deg, #FF6B00,  0%, #6A20E1 100%);
    -webkit-mask: linear-gradient(130deg, #FF6B00,  0%, #6A20E1 100%);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-image-slice: 3;
    z-index: -1;
    margin: 3px;
} */
.expert-box::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  background: url(../images/expert-star.png) no-repeat;
  width: 112px;
  height: 112px;
}
.expert-info h2 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  margin-bottom: 0px;
}
.expert-info h3 {
  margin-bottom: 35px;
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.expert-img img {
  width: 100%;
  border-radius: 0 30px 30px 0;
}
.talk-expert {
  padding: 115px 0 20px;
}
.feature-list ul {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
.feature-list ul li {
  border-radius: 10px;
  background: linear-gradient(
      135deg,
      rgba(0, 164, 255, 0.6) 0%,
      rgba(250, 0, 255, 0.6) 100%
    ),
    #000;
  padding: 35px;
  width: 49%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 28px;
}
.feature-list ul li:nth-child(2) {
  border-radius: 10px;
  background: linear-gradient(
      135deg,
      rgba(254, 221, 92, 0.6) 0%,
      rgba(46, 196, 182, 0.6) 100%
    ),
    #000;
}
.feature-list ul li:nth-child(3) {
  border-radius: 10px;
  background: linear-gradient(
      136deg,
      rgba(255, 105, 106, 0.6) 0%,
      rgba(109, 44, 193, 0.6) 100%
    ),
    #000;
}
.feature-list ul li:nth-child(4) {
  border-radius: 10px;
  background: linear-gradient(
      135deg,
      rgba(231, 29, 54, 0.6) 0%,
      rgba(255, 153, 79, 0.6) 100%
    ),
    #000;
}
.feature-list ul li:nth-child(5) {
  border-radius: 10px;
  background: linear-gradient(
      134deg,
      rgba(0, 227, 165, 0.6) 0%,
      rgba(0, 164, 255, 0.6) 100%
    ),
    #000;
}
.feature-list ul li:nth-child(6) {
  border-radius: 10px;
  background: linear-gradient(
      314deg,
      rgba(249, 176, 22, 0.6) 0%,
      rgba(250, 0, 255, 0.6) 100%
    ),
    #000;
}
.feature-list ul li:nth-child(7) {
  border-radius: 10px;
  background: linear-gradient(
      135deg,
      rgba(231, 29, 54, 0.6) 0%,
      rgba(46, 196, 182, 0.6) 100%
    ),
    #000;
}
.feature-list ul li:nth-child(8) {
  border-radius: 10px;
  background: linear-gradient(
      136deg,
      rgba(249, 176, 22, 0.6) 0%,
      rgba(147, 63, 254, 0.6) 100%
    ),
    #000;
}
.feature-img img {
  width: 100%;
}
.feature-section {
  position: relative;
  padding: 50px 0 175px;
  /* margin-top: -88px; */
  z-index: -1;
}
/* .feature-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/feature-bg.png)no-repeat;
    width: 584px;
    height: 790px;
    z-index: -1;
    background-size: 100% 100%;
} */
.tokenmint-section {
  position: relative;
}
.tokenmint-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/tokenmint-star.png) no-repeat;
  width: 112px;
  height: 112px;
  z-index: -1;
}
.token-outer-item{
  padding: 5px;
  border-radius: 40px;
  background:linear-gradient(180deg, #FFF 0%, #F0B90B 100%);
  margin-bottom: 15px;
  box-shadow: 0px 10px 10px 0px rgba(255, 255, 255, 0.49) inset, 0px 10px 10px 0px #000;
}
.tokenmint-item {
  border-radius: 40px;
  /* box-shadow: 0px 10px 10px 0px #000, 0px 10px 10px 0px rgba(255, 255, 255, 0.49) inset; */
  /* border: 6px solid #fff; */
  /* border-image-source: linear-gradient(135deg, rgba(250, 0, 255, 0.25) 0%, rgba(0, 164, 255, 0.25) 100%); */
  /* -webkit-mask: linear-gradient(135deg, rgba(250, 0, 255, 0.25) 0%, rgba(0, 164, 255, 0.25) 100%); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-image-slice: 3;
  text-align: center;
  padding: 34px 40px;
  border-radius: 40px;
  /* background: linear-gradient(
    135deg,
    rgba(250, 0, 255, 0.25) 0%,
    rgba(0, 164, 255, 0.25) 100%
  ); */
  background: #191916;
  height: 385px;
  position: relative;
  /* padding: 5px; */
  border-radius: 40px;
}


.tokenmint-item.item-1, .tokenmint-item.item-2, .tokenmint-item.item-3, .tokenmint-item.item-4, .tokenmint-item.item-5 {
  border-radius: 40px;
}
.tokenmint-item.item-1 {
  height: 310px;
}
.tokenmint-item.item-2 {
  height: 300px;
}
.tokenmint-item.item-3 {
  height: 300px;
}
.tokenmint-item.item-4 {
  height: 190px;
}
.tokenmint-item.item-5 {
  height: 190px;
}

.tokenmint-item-inner {
}
.tokenmint-item img {
  margin-bottom: 10px;
}
.tokenmint-item h2 {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  margin-bottom: 5px;
}
.tokenmint-item p {
  color: #fff;
  text-align: center;
  line-height: 130%; /* 26px */
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-tokenmint {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
.common-tokenmint .tokenmint-icon {
  width: 20%;
  text-align: left;
}
.common-tokenmint .tokenmint-icon img {
  text-align: left;
}
.common-tokenmint .tokenmint-info {
  width: 55%;
}
.common-tokenmint .tokenmint-info {
  text-align: left;
}
.common-tokenmint .tokenmint-info h2 {
  text-align: left;
}
.common-tokenmint .tokenmint-info p {
  text-align: left;
}
.tokenmint-btn {
  text-align: center;
  margin-top: 35px;
}
.lending-faq-section {
  padding: 90px 0;
}
.lending-faq-section .accordion-button {
  background: #000;
  padding: 18px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: none;
  outline: 0;
  border-radius: 10px;
}
.lending-faq-section .accordion-button::after {
  background: url(../img/arrowcircledown.svg) no-repeat;
  width: 35px;
  height: 35px;
}
.lending-faq-section .accordion-item {
  /* border: 0; */
  border: 3px solid var(--final-IBVM-COLOR, #F0B90B);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-image-slice: 3;
  outline: 0;
  margin-bottom: 25px;
  background-color:transparent ;
}
.lending-faq-section .accordion-body {
  background: #000;
  color: #fff;
}
.work-gif {
  margin-top: 0px;
}
.work-gif img {
  position: relative;
  z-index: -1;
}
.get-in-touch-modal .modal-dialog {
  max-width: 650px;
}
.get-in-touch-modal .modal-content {
  /* background: linear-gradient(180deg, #00A4FF 0%, rgba(0, 164, 255, 0.00) 100%); */
  /* background: linear-gradient(180deg, #173B80 0%, #005889 100%); */
  /* background: linear-gradient(91.05deg, #3385D6 2.94%, #005889 179.3%); */
  border-radius: 16px;
  background: #333333;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.get-in-touch-modal .modal-header {
  padding: 15px 25px;
}
.get-in-touch-modal .modal-body {
  padding: 10px 25px;
}
.get-in-touch-modal .modal-title {
  color: #fff;
}
.get-in-touch-modal .modal-footer {
  border: 0;
  text-align: center;
  justify-content: center;
}
.buy-now-modal .modal-footer button {
  border-radius: 30px;
  background: #F0B90B;
  padding: 10px 24px;
  color: #000 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 12px;
}
.buy-now-modal .modal-footer button:hover {
  color: #000;
  background: #F0B90B;
  background-color: #F0B90B;
  box-shadow: rgba(240, 185, 11, 0.4) 0px 7px 29px 0px;
}
.getstartform {
  margin-top: 15px;
}
.getstartform form input {
  padding: 10px 15px;
  box-shadow: none !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.getstartform form input:focus{
  color: #fff;
}
.react-tel-input {
  width: 100%;
}
.special-label {
  display: none;
}
.react-tel-input .form-control:focus {
  color: #fff;
}
.getstartform form textarea {
  padding: 10px 15px;
  box-shadow: none !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.getstartform form textarea::placeholder {
  color: #fff;
}
.getstartform form input::placeholder {
  color: #fff;
}
.get-in-touch-modal .modal-header .btn-close {
  background: url(../images/xmark.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.thankyou-modal .modal-header {
  justify-content: flex-end;
}
.contact-social .modal-header {
  justify-content: space-between;
}
.center-thankyou-box {
  text-align: center;
  margin: 30px 0;
}
.center-thankyou-box img {
  margin-bottom: 30px;
}
.center-thankyou-box h3 {
  /* background: linear-gradient(139deg, #00A4FF 0%, #FA00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 23px;
}
.center-thankyou-box p {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.center-thankyou-box h5 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.thank-btn {
  display: flex;
  align-self: center;
  justify-content: space-between;
  gap: 0 15px;
}
.center-thankyou-box button {
  border-radius: 12px;
  background: linear-gradient(135deg, #2ea8e1 0%, #ea0dfc 100%);
  /* border: 3px solid transparent; */
  border: 3px solid #fff;
  border-image-source: linear-gradient(135deg, #2ea8e1 0%, #ea0dfc 100%);
  -webkit-mask: linear-gradient(135deg, #2ea8e1 0%, #ea0dfc 100%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-image-slice: 3;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
  display: inline-block;
}
.work-img img {
  /* position: relative;
    z-index: -1; */
  /* width: 100%; */
  height: 500px;
}
.work-img video {
  width: 65%;
  z-index: -1;
  position: relative;
}
.header-section .navbar .navbar-nav {
  align-items: center;
}
.logout-icon {
  height: 42px;
}

@media (max-width: 2000px) {
  .how-work-section::before {
    background-size: 100% 100%;
    background-position: bottom;
    /* z-index: 99; */
  }
  .lending-faq-section .accordion-button {
    min-height: 80px;
  }
  .choose-payment label span {
    font-size: 24px;
  }
}
@media (max-width: 1700px) {
  .how-work-section::before {
    background-size: 100% 100%;
    /* z-index: 1; */
  }
  .work-gif {
    /* margin-top: 0; */
  }
}
@media (max-width: 1440px) {
  .expert-box::after {
    right: -30px;
    top: -120px;
  }
  .why-quest-tminter::before {
    left: -150px;
  }
  .lending-common-heading h2 {
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 8px;
  }
  /* .how-work-section::before {
        background-size: cover;
        z-index: -1;
    } */
  .work-gif {
    margin-top: 0px;
  }
  .accordion-item .accordion-button {
    font-size: 18px;
    min-height: 85px;
  }
  .token-example-item {
    padding: 0;
  }
  .why-quest-info ul li {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .work-item h4 {
    font-size: 38px;
  }
  .feature-section::before {
    height: 100%;
  }
  .why-quest-video img {
    width: 100%;
  }
  .work-img video {
    width: 62%;
  }
  .pricing-package::before {
    top: -2%;
  }
}
@media (max-width: 1439px) {
  .expert-info h2 {
    font-size: 29px;
  }
  .expert-info h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1370px) {
  .lending-banner .lending-banner-info h3 {
    font-size: 37px;
  }
  .lending-banner .lending-banner-info h2 {
    font-size: 57px;
  }
}
@media (max-width: 1352px) {
  .lending-banner .lending-banner-info h2 {
    font-size: 56px;
  }
  .lending-banner .lending-banner-info h3 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .lending-banner .lending-banner-info p {
    margin-bottom: 40px;
    /* font-size: 19px; */
  }
  .token-btn {
    margin-top: 15px;
  }
  .pricing-package-item p {
    min-height: 44px;
  }
  .pricing-package-item.item-4 ul {
    margin-bottom: 70px;
  }
  .lending-banner .lending-banner-info h3 {
  }
}
@media (max-width: 1200px) {
  .lending-banner .lending-banner-info h2 {
    font-size: 55px;
  }
  .why-quest-info {
    /* padding-left: 50px; */
  }
  .why-quest-tminter::before {
    left: -170px;
  }
  .lending-common-heading h2 {
    font-size: 34px;
    line-height: 49px;
  }
  .tokenmint-item {
    padding: 20px 25px;
  }
  .tokenmint-item.item-2,
  .tokenmint-item.item-3 {
    /* height: 334px; */
  }
  .tokenmint-item h2 {
    font-size: 23px;
  }
  .tokenmint-item p {
    font-size: 18px;
  }
  .common-tokenmint .tokenmint-info {
    width: 70%;
  }
  .feature-section::before {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .lending-common-heading h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .why-quest-info ul li {
    margin-bottom: 15px;
    font-size: 23px;
  }
  .token-example .lending-common-heading h2 {
    margin-bottom: 0;
  }
  .why-quest-info {
    padding-left: 0;
  }
  .lending-banner {
    background-size: 100%;
  }
  .lending-banner .lending-banner-info h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .lending-banner .lending-banner-info p {
    /* font-size: 18px; */
  }
  .lending-common-btn {
    padding: 15px 32px;
    font-size: 19px;
  }
  .why-quest-tminter {
    padding: 30px 0 0px;
  }
  /* .lending-common-heading h2 {
        font-size: 38px;
        line-height: 49px;
    } */
  .why-quest-tminter::after {
    width: 400px;
    height: 400px;
  }
  .why-quest-info::after {
    width: 90px;
    height: 90px;
    background-size: cover;
  }
  .how-work-section {
    padding: 70px 0 0;
  }
  .why-quest-info ul li {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .why-quest-info ul li img {
    margin-right: 20px;
    width: 10%;
  }
  .how-work-section .lending-common-heading h2 {
    /* margin-bottom: 10px!important; */
  }
  .how-work-section .lending-common-heading {
    margin-bottom: 0px;
  }
  .work-item h2 {
    font-size: 50px;
  }
  .work-item h4 {
    font-size: 26px;
  }
  .token-example .lending-common-heading h2 {
    margin-bottom: 10px;
  }
  .lending-common-heading p {
    font-size: 17px;
    line-height: 28px;
  }
  .token-example .lending-common-heading {
    margin-bottom: 10px;
  }
  .token-example-item h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .token-example-item img {
    width: 50%;
    margin-bottom: 8px;
  }
  .feature-section {
    padding: 100px 0;
  }
  .token-example-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .expert-info h2 {
    font-size: 25px;
  }
  .feature-list ul li {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .feature-section::before {
    width: 440px;
    height: 100%;
    /* background-size: cover; */
  }
  .expert-box::after {
    right: -15px;
    top: -111px;
  }
  .tokenmint-item h2 {
    font-size: 20px;
  }
  .tokenmint-item p {
    font-size: 17px;
  }
  .common-tokenmint .tokenmint-icon {
    margin-right: 20px;
  }
  .common-tokenmint .tokenmint-info {
    width: 66%;
  }
  .lending-faq-section .accordion-button {
    font-size: 17px;
  }
  .feature-list ul {
    margin-bottom: 20px;
  }
  .expert-box {
    height: 240px;
  }
  .accordion-item .accordion-button {
    font-size: 16px;
    min-height: 83px;
  }
}

@media (max-width: 1023px) {
  .work-img video {
    width: 100%;
  }
  .gif-token-parent {
    padding-bottom: 40px;
  }
  .gif-token-parent {
    /* background: url(../images/gif-bg.png)no-repeat; */
    background-size: 100%;
    background-position: center;
  }
  .how-work-section::before {
    background-size: unset;
    background-position: unset;
    z-index: 999;
  }
  .work-img img {
    width: 100%;
    height: auto;
  }
  .feature-section::before {
    background-size: cover;
  }
  .lending-banner {
    background-size: contain;
    /* padding: 0!important; */
  }
  .lending-banner .lending-banner-info h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .lending-banner .lending-banner-info h3 {
    font-size: 29px;
    line-height: 40px;
    max-width: 54%;
    margin: auto auto 25px;
  }
  .banner-section.lending-banner {
    padding: 95px 0 40px !important;
  }
  .lending-banner .lending-banner-info p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .lending-common-btn {
    padding: 12px 25px;
    font-size: 16px;
  }
  .lending-common-heading h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .why-quest-info ul li img {
    margin-right: 15px;
    width: 6%;
  }
  .why-quest-info ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .why-quest-info ul {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
  }
  .why-quest-tminter::after {
    top: 0;
    width: 230px;
    height: 230px;
  }
  .lending-common-heading p {
    font-size: 17px;
  }
  .work-item h2 {
    font-size: 46px;
    line-height: 55px;
  }
  .work-item h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .why-quest-info {
    text-align: left;
  }
  .work-item {
    margin-bottom: 20px;
  }
  .token-example-item h2 {
    font-size: 31px;
  }
  .token-example-item p {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 10px;
  }
  .token-example-item img {
    width: 16%;
  }
  .expert-box {
    height: auto;
    /* padding: 30px; */
  }
  .expert-info h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .expert-info h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
  }
  .feature-section {
    padding: 30px 0 35px;
  }
  .feature-img {
    margin-bottom: 20px;
    text-align: center;
  }
  .feature-img img {
    width: 100%;
    margin: auto;
  }
  .feature-list ul {
    margin-bottom: 10px;
  }
  .feature-list ul li {
    font-size: 20px;
    font-size: 19px;
    margin-bottom: 15px;
    padding: 20px;
  }
  .tokenmint-item {
    height: auto !important;
  }
  .lending-faq-section {
    padding: 40px 0;
    margin-bottom: 35px;
  }
  .accordion-item .accordion-button {
    min-height: unset;
    padding: 18px;
  }
  .common-tokenmint {
    display: block;
  }
  .common-tokenmint .tokenmint-icon {
    width: 100%;
    text-align: center;
  }
  .common-tokenmint .tokenmint-info {
    width: 100%;
  }
  .common-tokenmint .tokenmint-info h2 {
    text-align: center;
  }
  .common-tokenmint .tokenmint-info p {
    text-align: center;
  }
  .how-work-section::after {
    content: "";
    position: absolute;
    right: 0;
    top: -200px;
    width: 200px;
  }
  .how-work-section {
    overflow: visible;
  }
  .tokenmint-section {
    padding: 20px 0;
  }
  .why-quest-tminter::before {
    top: -18%;
    left: -148px;
  }
}
@media (max-width:991px){
  .tokenmint-item {
    height: 350px !important;
  }
}
@media (max-width: 767px) {
  .expert-box{
    padding: 4px;
  }
  .tokenmint-item {
    height: 300px !important;
  }
  .expert-img img {
    width: 100%;
    border-radius: 0 30px 30px 30px;
  }
  .gif-token-parent {
    /* background: url(../images/gif-bg.png)no-repeat; */
    background-size: 100%;
    background-position: unset;
  }
  .how-work-section::before {
    background-size: contain;
  }
  .expert-box-inner {
    padding: 20px;
    padding-bottom: 0;
  }
  .lending-banner .lending-banner-info h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .lending-banner .lending-banner-info p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .lending-common-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
  .why-quest-tminter {
    padding: 35px 0 0px;
  }
  .why-quest-tminter::before {
    left: -80px;
    width: 190px;
    height: 190px;
    top: -125px;
    background-size: cover;
  }
  .video-section img {
    position: relative;
    z-index: 1;
  }
  .lending-common-heading h2 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 15px !important;
  }
  .why-quest-info ul li {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .why-quest-info ul {
    margin-bottom: 20px;
  }
  .how-work-section::after {
    top: -11%;
    width: 112px;
    height: 130px;
  }
  .lending-common-heading p {
    font-size: 15px;
    line-height: 24px;
  }
  .work-item h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .work-item h4 {
    font-size: 21px;
    margin-bottom: 11px;
  }
  .token-example-item h2 {
    font-size: 25px;
  }
  .token-example-item p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 6px;
  }
  .token-example-item img {
    margin-bottom: 13px;
    width: 30%;
  }
  .token-example::after {
    bottom: -31%;
    width: 240px;
    height: 400px;
  }
  .talk-expert {
    padding: 100px 0 20px;
  }
  .expert-box::after {
    right: 0px;
    top: -83px;
    background-size: 64px;
  }
  .expert-info h2 {
    font-size: 19px;
    line-height: 27px;
  }
  .expert-info h3 {
    margin-bottom: 11px;
    font-size: 15px;
    line-height: 25px;
  }
  .feature-section::before {
    width: 50%;
    background-size: 100% 100%;
  }
  .feature-list ul li {
    font-size: 20px;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 14px;
  }
  .tokenmint-item {
    padding: 20px;
  }
  .tokenmint-item img {
    width: 21%;
  }
  .tokenmint-item h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .tokenmint-item p {
    font-size: 15px;
  }
  .common-tokenmint {
    display: block;
  }
  .common-tokenmint .tokenmint-icon {
    width: 100%;
    text-align: center;
  }
  .common-tokenmint .tokenmint-info {
    width: 100%;
  }
  .common-tokenmint .tokenmint-info h2 {
    text-align: center;
  }
  .common-tokenmint .tokenmint-info p {
    text-align: center;
  }
  .tokenmint-btn {
    text-align: center;
    margin-top: 10px;
  }
  .lending-faq-section .accordion-button {
    font-size: 14px;
    padding: 15px;
  }
  .lending-faq-section .accordion-item {
    margin-bottom: 15px;
  }
  .lending-faq-section .accordion-body {
    font-size: 15px;
  }
  .lending-faq-section .accordion-button::after {
    width: 28px;
    height: 28px;
    background-size: cover;
  }
  .why-quest-video img {
    width: 100%;
  }
  .why-quest-tminter .why-quest-bg::before {
    width: 300px;
    height: 300px;
    background-size: cover;
  }

  .center-thankyou-box h3 {
    font-size: 20px;
  }
  .center-thankyou-box p {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .center-thankyou-box h5 {
    font-size: 20px;
  }
  .thank-btn {
    display: block;
  }
  .center-thankyou-box button {
    margin-bottom: 15px;
  }

  .get-in-touch-modal .modal-title {
    font-size: 20px;
  }
  .getstartform form input {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .lending-banner .lending-banner-info h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .why-quest-info::after {
    width: 70px;
    height: 70px;
    background-size: cover;
  }
  .preview-heading-all .lending-banner-info h3{
    font-size: 22px;
  }
}
@media (max-width:576px){
  .tokenmint-item {
    height: auto !important;
  }
  .expert-box-inner .expert-info{
    text-align: center;
  }
}
@media (max-width: 320px) {
  .banner-section.lending-banner {
    padding: 85px 0 40px !important;
  }
  .feature-section {
    padding: 0px 0 35px;
  }
  .lending-banner .lending-banner-info h3 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .lending-banner .lending-banner-info h2 {
    font-size: 21px;
  }
  .lending-banner .lending-banner-info p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 13px;
  }
  .lending-common-btn {
    padding: 9px 15px;
    font-size: 11px;
  }
  .why-quest-tminter::before {
    left: -55px;
    width: 135px;
    height: 135px;
    top: -84px;
    background-size: cover;
    /* z-index: -1; */
  }
  .why-quest-info::after {
    width: 45px;
    height: 45px;
    background-size: cover;
  }
  .why-quest-tminter {
    padding: 70px 0 0px;
  }
  .lending-common-heading h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 13px !important;
  }
  .why-quest-info ul li {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .how-work-section::after {
    top: -10%;
    width: 85px;
    height: 120px;
  }
  .how-work-section {
    padding: 55px 0;
    /* overflow: hidden; */
  }
  .lending-common-heading p {
    font-size: 13px;
    line-height: 21px;
  }
  .work-item h2 {
    font-size: 36px;
    line-height: 41px;
  }
  .work-item h4 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .work-gif img {
    height: 135px;
  }
  .token-example-item img {
    margin-bottom: 11px;
    /* width: 36%; */
  }
  .token-example-item h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .token-example-item {
    padding: 0;
    margin-bottom: 20px;
  }
  .token-example-item p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 6px;
  }
  .token-btn {
    text-align: center;
    margin-top: 15px;
  }
  .token-example::after {
    height: 360px;
  }
  .expert-box {
    height: auto;
    /* padding: 25px; */
  }
  .expert-info h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .expert-info h3 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
  }
  .expert-box::after {
    width: 80px;
    height: 80px;
  }
  .feature-section::before {
    width: 42%;
  }
  .feature-list ul li {
    font-size: 20px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 12px;
    width: 100%;
  }
  .tokenmint-item img {
    width: 19%;
  }
  .tokenmint-item h2 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .tokenmint-item p {
    font-size: 13px;
  }
  .tokenmint-section::before {
    width: 70px;
    height: 70px;
    background-size: cover;
  }
  .lending-faq-section .accordion-item {
    margin-bottom: 10px;
  }
  .lending-faq-section .accordion-button {
    font-size: 13px;
    padding: 12px;
  }
  .lending-faq-section .accordion-body {
    font-size: 13px;
  }
  .lending-faq-section .accordion-button::after {
    width: 25px;
    height: 25px;
    background-size: cover;
  }
  .why-quest-tminter .why-quest-bg::before {
    width: 200px;
    height: 200px;
  }
  .work-gif {
    margin-top: 0px;
  }
  .how-work-section::before {
    /* background-position: unset; */
    /* z-index: -1; */
  }

  .center-thankyou-box h3 {
    font-size: 18px;
  }
  .center-thankyou-box p {
    font-size: 15px;
  }
  .center-thankyou-box h5 {
    font-size: 17px;
  }
  .center-thankyou-box button {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .get-in-touch-modal .modal-title {
    font-size: 18px;
  }
  .get-in-touch-modal .modal-header .btn-close {
    width: 15px;
    height: 15px;
  }
  .get-in-touch-modal .modal-body {
    padding: 10px 15px;
  }
  .get-in-touch-modal .modal-header {
    padding: 15px 15px;
  }
  .getstartform form input {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .getstartform form textarea {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .buy-now-modal .modal-footer button {
    padding: 8px 30px;
    font-size: 15px;
  }
}
