a.web-btn {
  outline: none;
}
a.web-btn:hover {
  color: #fff;
  text-decoration: none;
}
.accordions::before {
  top: 55px;
}
.faq-pd .justify-content-md-between {
  height: 60vh;
  overflow-y: scroll;
}
ul li,
ol li {
  list-style: disc;
}
.start-investing-section,
footer.light {
  display: none;
}
#chart-container {
  margin-top: 0;
}
section.sec-pd:first-of-type {
  padding-top: 0;
}
.justify-content-center {
  margin: 35px 0;
}
.mb-md-135 {
  margin-bottom: 100px;
}
.mobile-view-only {
  display: none;
}
.modal .btn:hover {
  color: #fff;
}
.modal .form-control:focus {
  box-shadow: none;
}
.modal .form-control.b-input {
  border: none;
  border-bottom: 1.5px solid #707070;
}
.modal .form-control.b-input:focus {
  border-bottom: 1.5px solid #707070;
  box-shadow: none;
}
.modal .btn-primary1 {
  box-shadow: 0 5px 30px -10px rgb(0, 187, 180, 0.5);
  background-color: #00bbb4;
  color: #fff;
}
.modal .btn-primary1:focus {
  color: #fff;
}
.modal .form-label-group input:not(:placeholder-shown) {
  border-bottom: 2px solid #00bbb4;
}
.earn-upto-section {
  width: max-content;
  padding: 15px 30px;
  border-radius: 14px;
  margin: 40px 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.earn-upto-section .left-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.earn-upto-section .left-section {
  margin-right: 10px;
}
.earn-upto-section .left-section img {
  margin-right: 20px;
  display: inline-block;
}
.earn-upto-section .left-section .head {
  color: #414a4f;
  font-size: 16px;
  line-height: 22px;
}
.earn-upto-section .left-section .desc span {
  color: #00bbb4;
  font-size: 16px;
  line-height: 28px;
}
.earn-upto-section .left-section .desc span.highlight {
  font-size: 36px;
  font-weight: 600;
}
.earn-upto-section .right-section {
  display: flex;
  flex-direction: column;
}
.earn-upto-section .sub-section {
  padding: 15px 20px;
  border-radius: 14px;
  background: rgba(0, 187, 180, 0.07);
}
.earn-upto-section .sub-section-1 {
  margin-bottom: 10px;
}
.earn-upto-section .sub-section span {
  color: #9a9999;
  font-size: 16px;
  line-height: 22px;
}
.earn-upto-section .sub-section span.green-text {
  color: #00bbb4;
  font-size: 18px;
  line-height: 24px;
}
.faq-pd .card_content {
  display: none;
}
.faq-pd .section-heading {
  padding: 0;
  margin: 15px 0 10px;
  display: block;
  color: #414a4f;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
.faq-pd .section-heading.first-heading {
  /* padding-left: calc(var(--bs-gutter-x) / 2); */
  padding-left: 0;
  margin-top: 0;
}
.faq-pd .panel-default {
  border-bottom: 1px solid #d1d1d1;
}
.faq-pd .panel-default:last-of-type {
  border-bottom: none;
}
.faq-pd .panel-default a {
  padding: 25px 25px 25px 0;
  outline: none;
  display: block;
  position: relative;
}
.faq-pd .panel-default a::before,
.faq-pd .panel-default a:after {
  content: "";
  height: 2px;
  width: 16px;
  position: absolute;
  top: 34px;
  right: 0;
  background-color: #ffbf00;
}
.faq-pd .panel-default a[aria-expanded="true"]::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-pd .panel-default a[aria-expanded="false"]::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq-pd .panel-default a:hover {
  text-decoration: none;
}
.faq-pd .panel-default,
.faq-pd .panel-default p,
.faq-pd .panel-title,
.faq-pd .panel-default li {
  margin: 0;
  color: #414a4f;
  font-size: 20px;
  line-height: 30px;
}
.faq-pd .panel-title span {
  display: none;
}
.faq-pd .panel-body {
  margin-bottom: 20px;
}
.faq-pd .panel-body a {
  padding: 0;
  display: inline-block;
  color: #ffbf00;
}
.faq-pd .panel-body a::before,
.faq-pd .panel-body a::after {
  content: none;
}
.hyperlink-anchor,
.hyperlink-anchor:hover {
  display: inline-block;
  color: #ffbf00;
  text-decoration: none;
}
.sg-users-info-list__item:nth-child(3),
.sg-users-info-list__item:nth-child(2) {
  justify-content: left;
}
.desk_desc {
  font-size: 12px;
  line-height: 18px;
}
.mob_desc {
  font-size: 9px;
  line-height: 13px;
}

.fa-angle-down {
  font-weight: bolder;
  transform: rotate(0deg);
  transition: transform 0.25s linear;
}

.fa-angle-down.open {
  transform: rotate(180deg);
  transition: transform 0.25s linear;
}

.profit_calc_wrapper {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profit_calc_item {
  width: 15%;
  height: 95px;
  padding: 10px 20px;
  background: rgba(255, 239, 192, 0.51);
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.profit_calc_item .first_elem {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #414a4f;
  margin-bottom: 5px;
}
.profit_calc_item .second_elem {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #414a4f;
}
.as_of {
  font-size: 13px;
  font-style: italic;
}
.accross_multiple_safegold {
  color: #414a4f;
  font-family: Sarabun;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.36px;
  margin: 24px 0 0;
}
.strict_wrapper sup {
  font-size: 16px;
  top: 0px;
}
.past_returns {
  color: #918881;
  font-family: Sarabun;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.33px;
  margin: 8px 0 0;
}
.logo_with_bluestone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.logo_with_bluestone p {
  color: #dfaf10;
  font-family: Sarabun;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 87.5%;
}
.gains_landing_page_ui_update .sectiod-gold-bnr::after {
  background: #f5c2cb !important;
  opacity: 0.1;
}
.gains_landing_page_ui_update .banner-content .c-F00.fw-400 {
  color: #001e38 !important;
}
.omni_channel_jeweller {
  color: #001e38;
  font-family: "Sarabun SemiBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 108.333%;
  margin-bottom: 80px;
}
.lease_your_gold_to_bluestone {
  color: #414a4f;
  font-family: Sarabun;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.lease_your_gold_to_bluestone span {
  color: #001e38;
  font-weight: 700;
}
.gains_landing_page_ui_update .earn-upto-section .left-section .head {
  font-size: 14px;
}
.gains_landing_page_ui_update
  .earn-upto-section
  .left-section
  .desc
  span.highlight {
  font-size: 40px;
  color: #091e37;
}
.gains_landing_page_ui_update .earn-upto-section .left-section .desc span {
  color: #091e37;
}
.gains_landing_page_ui_update .earn-upto-section .sub-section {
  background: rgba(0, 46, 93, 0.1);
  padding: 12px 16px;
}
.gains_landing_page_ui_update .earn-upto-section .sub-section span {
  color: #666;
  font-family: Sarabun;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  text-transform: capitalize;
}
.gains_landing_page_ui_update .earn-upto-section .sub-section span.green-text {
  color: #091e37;
  font-family: Sarabun;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  text-transform: lowercase;
}
.gains_landing_page_ui_update .earn-upto-section {
  padding: 16px 20px;
}
.gains_landing_page_ui_update .blue_stone_bg {
  background: #002e5d;
  position:relative;
  z-index:99;
}
.gains_landing_page_ui_update .col-12.col-md-12.user-info-wrapper {
  position: relative;
}
.bluestone_legacy_wrapper {
  border-radius: 8px 8px 0px 0px;
  background: #002e5d;
  width: 49%;
}
.bluestone_legacy_wrapper .bluestone_legacy_row1 {
  padding: 16px 0px;
}
.bluestone_legacy_wrapper .bluestone_legacy_row1 p {
  font-family: Sarabun;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
s  text-transform: capitalize;
  text-align: center;
}
.bluestone_legacy_wrapper .bluestone_legacy_row2 {
  padding: 16px 0px 20px 0px;
}
.bluestone_legacy_wrapper .bluestone_legacy_row1,
.bluestone_legacy_wrapper .bluestone_legacy_row2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bluestone_legacy_wrapper .bluestone_legacy_row2 {
  justify-content: space-between;
}
.bluestone_legacy_container {
  display: flex;
  justify-content: flex-end;
}
.bluestone_legacy_container p {
  margin-bottom: 0px !important;
  color: #fff;
}
.bluestone_legacy_divider {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #999 52.5%);
  width: 100%;
  height: 1px;
}
.bluestone_legacy_row2 .col_1,
.bluestone_legacy_row2 .col_2,
.bluestone_legacy_row2 .col_3 {
  width: calc(100% / 3);
  text-align: center;
}
.bluestone_legacy_row2 .col_1,
.bluestone_legacy_row2 .col_2 {
  border-right: 1px solid #ffffff54;
}
.bluestone_legacy_row2 .col_1 .p1,
.bluestone_legacy_row2 .col_2 .p1,
.bluestone_legacy_row2 .col_3 .p1 {
  font-size: 22px;
}
.bluestone_legacy_row2 .col_1 .p2,
.bluestone_legacy_row2 .col_2 .p2,
.bluestone_legacy_row2 .col_3 .p2 {
  font-size: 19px;
}
.bluestone_legacy_row2 .col_1 .p1 span,
.bluestone_legacy_row2 .col_2 .p1 span {
  font-size: 15px;
}
.gains_landing_page_ui_update .bluestone_logo {
  width:227px;
}
.bluestone_legacy_container.mobile {
  display:none;
}

@media screen and (max-width: 991px) {
  .earn-upto-section {
    padding: 15px;
    display: block;
  }
  .earn-upto-section .left-section {
    margin-right: 0;
    margin-bottom: 15px;
    justify-content: flex-start;
  }
  .earn-upto-section .left-section img {
    margin-right: 25px;
    margin-left: 15px;
  }
  .earn-upto-section .left-section .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .earn-upto-section .left-section .text p {
    margin-bottom: 0;
  }
  .earn-upto-section .left-section .text p.head {
    margin-right: 5px;
  }
  .earn-upto-section .sub-section {
    padding: 10px 15px;
  }
  .earn-upto-section .sub-section-1 {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .earn-upto-section .sub-section span {
    display: block;
    font-size: 12px;
    line-height: 22px;
  }
  .earn-upto-section .sub-section span.green-text {
    display: inline-block;
    font-size: 14px;
  }
  .earn-upto-section .right-section {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .object {
    top: -30px;
    bottom: unset;
  }
  .mb-md-135 {
    margin-bottom: 32px;
  }
  .sectiod-gold-bnr::after {
    height: 75%;
  }
  .f-24 {
    font-size: 24px;
    line-height: 32px;
  }
  .sec-pd .f-24 {
    font-size: 16px;
    line-height: 24px;
  }
  .web-btn {
    min-width: auto;
  }
  .web-btn-wrapper {
    padding-top: 0;
  }
  .earn-upto-section {
    margin-top: 170px;
  }
  .desktop-view-only {
    display: none;
  }
  .mobile-view-only {
    display: block;
  }
  .deposit-chart-list__item {
    min-width: 30%;
    max-width: 100%;
  }
  .img-fluid-brands {
    width: 100%;
  }
  .modal-dialog {
    width: 100%;
    margin: 0;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
  }
  .sec-img--banner,
  .sectiod-gold-bnr::after,
  .object {
    z-index: -1;
  }
  .faq-pd .panel-default a::before,
  .faq-pd .panel-default a:after {
    top: 40px;
  }
  .sec-commit-pad p.content-pad {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  #chart-container .highcharts-container,
  #chart-container .highcharts-container > svg {
    height: 100% !important;
    width: 100% !important;
  }
  .profit_calc_wrapper {
    flex-wrap: wrap;
    margin-bottom: 0rem;
  }
  .profit_calc_item {
    width: 32%;
    margin-bottom: 2%;
    height: 80px;
    padding: 5px 10px;
  }
  .profit_calc_item .first_elem {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 0px;
  }
  .profit_calc_item .second_elem {
    font-size: 10px;
  }
  .as_of {
    font-size: 9px;
  }
  .accross_multiple_safegold {
    font-size: 12px;
    margin: 16px 0 0;
  }
  .past_returns {
    font-size: 11px;
  }
  .gains_landing_page_ui_update .bluestone_logo {
    width:97px;
  }
  .logo_with_bluestone {
    gap: 20px;
  }
  .logo_with_bluestone p {
    font-size: 16px;
  }
  .logo_with_bluestone .sg_logo {
    width: 91px;
  }
  .gains_landing_page_ui_update .banner-content .c-F00.fw-400 {
    font-size: 24px;
  }
  .gains_landing_page_ui_update .banner-content .d-block {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  .gains_landing_page_ui_update .banner-content {
    width: 285px;
  }
  .omni_channel_jeweller {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .bluestone_legacy_wrapper .bluestone_legacy_row1 p,
  .bluestone_legacy_row2 .col_1 .p1, .bluestone_legacy_row2 .col_2 .p1, .bluestone_legacy_row2 .col_3 .p1 {
    font-size: 14px;
  }
  .gains_landing_page_ui_update .earn-upto-section {
    margin-top: 50px;
  }
  .gains_landing_page_ui_update .sectiod-gold-bnr::after {
    height: 100%;
  }
  .gains_landing_page_ui_update .earn-upto-section .left-section .desc span.highlight {
    font-size: 32px;
  }
  .gains_landing_page_ui_update .earn-upto-section .left-section img {
    margin-right: 11px;
    margin-left: 10px;
  }
  .gains_landing_page_ui_update .earn-upto-section .left-section {
    align-items: flex-end;
  }
  .gains_landing_page_ui_update .earn-upto-section .left-section .desc span,
  .gains_landing_page_ui_update .earn-upto-section .sub-section span,
  .bluestone_legacy_row2 .col_1 .p2, .bluestone_legacy_row2 .col_2 .p2, .bluestone_legacy_row2 .col_3 .p2,
  .bluestone_legacy_row2 .col_1 .p1 span, .bluestone_legacy_row2 .col_2 .p1 span {
    font-size: 12px;
  }
  .gains_landing_page_ui_update .earn-upto-section .sub-section span.green-text {
    line-height: 110.714%;
    text-transform: lowercase;
  }
  .bluestone_legacy_container.desktop {
    display:none;
  }
  .bluestone_legacy_container.mobile {
    display:block;
  }
  .bluestone_legacy_wrapper {
    border-radius: 0px 0px 0px 0px;
    background: #002e5d;
    width: 100%;
  }
  .bluestone_legacy_divider {
    display:none;
  }
  .bluestone_legacy_wrapper .bluestone_legacy_row1 {
    padding: 12px 0px;
  }
  .bluestone_legacy_wrapper .bluestone_legacy_row2 {
    padding: 12px 0px 12px 0px;
  }
  .gains_landing_page_ui_update .container.top_container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .gains_landing_page_ui_update .container.top_container .banner-content,
  .gains_landing_page_ui_update .container.top_container .padding_wrapper_in_mobile,
  .gains_landing_page_ui_update .container.top_container .web-btn-wrapper,
  .gains_landing_page_ui_update .container.top_container .slider_mob {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 440px) {
  .earn-upto-section {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .space-m {
    margin-top: 15px;
  }
}

/* DT New feature css::start */
.dt-feature .before-dt,
.dt-feature .sectiod-gold-bnr::after {
  display: none;
}
.dt-feature .during-dt {
  display: block;
}

.dt-feature .dt-feature-nav-container {
  background: #ccddde;
  position: relative;
  z-index: 9;
}
.dt-feature .dt-feature-nav-container .navbar {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.dt-feature .dt-feature-bg {
  background: conic-gradient(
      from 0deg at 50% 50%,
      #025f66 0deg,
      #02333a 54.37500178813934deg,
      #02333a 127.49999642372131deg,
      #02333a 225deg,
      #02333a 292.5deg,
      #025f66 360deg
    ),
    linear-gradient(345deg, #fff 16.21%, #ffdaad 32.2%, #0fb6af 67.92%);
  padding-bottom: 50px;
}
.dt-feature .sec-pd-dt {
  padding-bottom: 0;
  background: #f7f7f7;
}
.dt-feature .lease-numbers {
  margin-top: -80px;
}
.dt-feature .sg-logo-dt {
  margin: 20px 0 30px;
}
.dt-feature .sg-logo-dt img {
  width: 150px;
  margin: 0 auto;
}
.dt-feature .upper-diya-strip {
  width: 100%;
}
.dt-feature .elephant-left {
  position: absolute;
  left: 0;
  top: 60px;
  width: 110px;
}
.dt-feature .elephant-right {
  position: absolute;
  right: 0;
  top: 60px;
  width: 110px;
  transform: rotateY(180deg);
}
.dt-feature .elephant-right img,
.dt-feature .elephant-left img {
  width: 100%;
}
.dt-feature .dt-banner .dt-coin-one {
  position: absolute;
  right: -25px;
  top: 10px;
  width: 55px;
}
.dt-feature .dt-banner .dt-coin-two {
  position: absolute;
  left: -15%;
  bottom: -40%;
  width: 65px;
}
.dt-feature .bottom-left-circle {
  position: absolute;
  left: -10%;
  bottom: 0px;
}
.dt-feature .bottom-right-circle {
  position: absolute;
  right: -10%;
  bottom: 0;
}
.dt-feature .logo-right-circle {
  position: absolute;
  right: 22%;
  bottom: -40%;
}
.dt-feature .logo-right-circle img {
  width: 100px;
  margin: 0 auto;
}
.dt-feature .dt-banner .banner-content {
  position: relative;
}
.dt-feature .dt-banner .left-content {
  width: 55%;
}
.dt-feature .dt-banner .right-content img {
  width: 350px;
  margin: 0 auto;
}
.dt-feature .dt-banner .right-content {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dt-feature .dt-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 75px;
}
.dt-feature .banner-content h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
.dt-feature .banner-content p {
  color: #fff;
  margin-top: 15px;
}
.dt-feature .banner-content h1 span.c-F00 {
  font-size: 40px;
}
.dt-feature .earn-upto-section {
  border-radius: 16px;
  background: var(
    --peach,
    linear-gradient(11deg, #fff 17.82%, #ffe9b1 77.75%),
    #066163
  );
  backdrop-filter: blur(5px);
  padding: 15px 30px;
  margin-bottom: 0;
  width: 95%;
}
.dt-feature .extra-grm {
  border-radius: 0px 0px 16px 16px;
  background: var(
    --copper1,
    linear-gradient(
      263deg,
      #e4d7c4 -18.61%,
      #e0c7a5 -18.59%,
      #f1dfc6 53.78%,
      #e3cba9 95.3%
    ),
    linear-gradient(270deg, #dfaf10 -7.04%, #fee077 116.23%)
  );
  margin-bottom: 30px;
  padding: 20px 30px 15px;
  margin-top: -12px;
  width: 95%;
}
.dt-feature .extra-grm p {
  margin-bottom: 0;
}
.dt-feature .extra-grm p span {
  font-weight: 600;
}
.during-dt .earn-upto-section .left-section .desc span.highlight,
.during-dt .earn-upto-section .sub-section span.green-text,
.during-dt .earn-upto-section .sub-section span,
.during-dt .earn-upto-section .left-section .desc span {
  color: #02333a;
}
.during-dt .earn-upto-section .sub-section span.green-text {
  font-weight: 600;
}
.during-dt .earn-upto-section .sub-section {
  border-radius: 8px;
  border: 0.5px solid #00bbb4;
  background: #fff;
}
.during-dt .web-btn,
.during-dt .web-btn:hover {
  border-radius: 24px;
  border: 2px solid var(--gold-2, #dfaf10);
  background: linear-gradient(
    263deg,
    #e4d7c4 -18.61%,
    #e0c7a5 -18.59%,
    #f1dfc6 53.78%,
    #e3cba9 95.3%
  );
  width: 95%;
  color: #02333a;
}

/* how-to-opt section*/
.dt-feature .how-to-opt {
  position: relative;
  background: conic-gradient(
    from 0deg at 50% 50%,
    #025f66 0deg,
    #02333a 54.37500178813934deg,
    #02333a 127.49999642372131deg,
    #02333a 225deg,
    #02333a 292.5deg,
    #025f66 360deg
  );
  padding-bottom: 36px;
}
.dt-feature .how-to-opt .frst-pd span {
  color: #00bbb4;
}
.dt-feature .how-to-opt h2 {
  color: #fff;
  padding-top: 50px;
}
.dt-feature .how-to-opt .upper-diya-strip {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.dt-feature .opt-stepline {
  margin: 0px 0 10px;
}
.dt-feature .dt-gains-details p {
  text-align: center;
  font-family: "Sarabun";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--bgbg, linear-gradient(180deg, #08aca6 0%, #04363d 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.dt-feature .dt-gains-details {
  border-radius: 8px;
  border: 0.5px solid var(--bg11, #fff);
  background: var(
    --gold,
    linear-gradient(261deg, #d2b792 -18.67%, #f5d5a8 53.91%, #b08b59 95.55%)
  );
  width: 737px;
  margin-top: -24px;
  padding: 10px 25px;
}
.dt-feature .how-to-opt .opt-content-width {
  color: #fff;
}
.dt-feature .how-to-opt .dt-gains-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dt-feature .how-to-opt .top-yellow-circle {
  position: absolute;
  top: 10%;
  right: 5%;
}
.dt-feature .how-to-opt .bottom-yellow-circle {
  position: absolute;
  bottom: 10%;
  left: 5%;
}
.dt-feature .how-to-opt .leasing-button {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.dt-feature .how-to-opt .left-white-circle {
  position: absolute;
  left: -75px;
  top: 15px;
}
.dt-feature .how-to-opt .right-white-circle {
  position: absolute;
  right: -75px;
  top: 15px;
}
.dt-feature .how-to-opt .web-btn {
  width: auto;
  position: relative;
  z-index: 2;
}
.dt-feature .img-height-opt {
  height: 70px;
}
.dt-feature .how-to-opt .optstep-icon {
  position: absolute;
  bottom: 120px;
}
.dt-feature .how-to-opt .dt-gains-wrapper img {
  width: 300px;
}
.desktop-view {
  display: block;
}
.mobile-view {
  display: none;
}
.during-dt .earn-upto-section .left-section .desc.extra-gm span,
.dt-feature .extra-grm p span {
  color: #991d25;
}
.cashing-out-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .dt-feature .dt-feature-nav-container .navbar {
    padding: 10px 20px !important;
  }
  .dt-feature .sg-logo-dt img {
    width: 113px;
  }
  .dt-feature .elephant-left,
  .dt-feature .elephant-right {
    width: 20%;
    top: 5%;
  }
  .dt-feature .elephant-left img,
  .dt-feature .elephant-right img {
    width: 100%;
  }
  .dt-feature .dt-banner {
    display: block;
    margin-bottom: 30px;
  }
  .logo-right-circle {
    display: none;
  }
  .dt-feature .dt-banner .banner-content,
  .dt-feature .dt-banner .left-content {
    width: 100%;
    text-align: center;
  }
  .dt-feature .banner-content h1 {
    font-size: 14px;
  }
  .dt-feature .banner-content h1 span.c-F00 {
    font-size: 24px;
  }
  .dt-feature .banner-content p {
    font-size: 14px;
    width: 300px;
    margin: 10px auto 0;
  }
  .dt-feature .dt-banner .dt-coin-one {
    position: absolute;
    left: 50px;
    top: -35px;
    width: 30px;
    right: auto;
  }
  .dt-feature .dt-banner .dt-coin-two {
    position: absolute;
    right: 15px;
    bottom: 45px;
    width: 30px;
    left: auto;
  }
  .dt-feature .earn-upto-section,
  .dt-feature .extra-grm {
    width: 100%;
  }
  .dt-feature .earn-upto-section {
    margin-top: -11px;
    padding: 10px;
    text-align: left;
  }
  .dt-feature .banner-half-diya {
    width: 200px;
    margin: 25px auto 0;
  }
  .dt-feature .banner-half-diya img {
    width: 100%;
  }
  .dt-feature .dt-banner .right-content {
    display: none;
  }
  .dt-feature .bottom-right-circle {
    position: absolute;
    right: 0%;
    top: 18%;
    width: 20%;
  }
  .dt-feature .bottom-left-circle {
    position: absolute;
    left: 0%;
    top: 18%;
    width: 20%;
  }
  .dt-feature .bottom-right-circle img,
  .dt-feature .bottom-left-circle img {
    width: 100%;
  }
  .during-dt .web-btn,
  .during-dt .web-btn:hover {
    margin-bottom: 20px;
  }
  .during-dt .earn-upto-section .left-section .desc span.highlight {
    font-size: 24px;
  }
  .dt-feature .extra-grm p {
    font-size: 16px;
    font-weight: 700;
  }
  .dt-feature .extra-grm p span {
    font-size: 20px;
  }
  .dt-feature .how-to-opt {
    padding-bottom: 0px;
  }
  .dt-feature .how-to-opt .top-yellow-circle {
    display: none;
  }
  .dt-feature .how-to-opt .left-white-circle {
    left: -45px;
    top: -50%;
    width: 105px;
  }
  .dt-feature .how-to-opt .bottom-yellow-circle {
    display: none;
  }
  .dt-feature .how-to-opt .right-white-circle {
    right: -45px;
    top: -50%;
    width: 105px;
  }
  .dt-feature .how-to-opt .right-white-circle img,
  .dt-feature .how-to-opt .left-white-circle img,
  .dt-feature .how-to-opt .top-yellow-circle img {
    width: 100%;
  }
  .dt-feature .how-to-opt .dt-gains-wrapper {
    width: 100%;
  }
  .dt-feature .how-to-opt .dt-gains-wrapper img {
    width: 172px;
    margin: 0 auto;
    display: block;
  }
  .dt-feature .dt-gains-details {
    width: 100%;
    margin-top: -8px;
    padding: 10px 25px;
    margin-bottom: 20px;
  }
  .dt-feature .dt-gains-details p {
    font-size: 16px;
  }
  .dt-feature .how-to-opt .web-btn,
  .dt-feature .how-to-opt .leasing-button {
    width: 100%;
    line-height: 36px !important;
  }
  .dt-feature .how-to-opt .optstep-icon {
    bottom: 85px;
  }
  .dt-feature .sg-logo-dt {
    margin: 20px 0 30px;
  }
  .during-dt .earn-upto-section .sub-section span.green-text {
    font-size: 13px;
    line-height: 18px;
  }
  .dt-feature .extra-grm {
    margin-bottom: 20px;
  }
  .dt-feature .sg-users-info-list p {
    color: #fff;
  }
  .dt-feature .how-to-opt h2 {
    padding: 25px 0;
  }
  .dt-feature .img-height-opt {
    height: 50px;
  }
  .cashing-out-wrapper {
    display: block;
  }
  .cashing-out-wrapper .cashing-out-option .cashin-icon-height {
    height: auto;
    margin-right: 25px;
  }
  .cashing-out-wrapper .cashing-out-option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .cashing-out-wrapper .cashing-out-option.img-pd {
    padding: 15px;
  }
  .dt-feature .how-to-opt {
    overflow: hidden;
  }
  .dt-feature .how-to-opt .leasing-button {
    width: 280px;
  }
  .dt-feature .earn-upto-section {
    padding: 15px 10px 25px 10px;
  }
}
@media screen and (max-width: 330px) {
  .dt-feature .dt-banner .dt-coin-one {
    top: -35%;
  }
}
@media screen and (max-width: 320px) {
  .dt-feature .how-to-opt .leasing-button {
    width: 215px;
  }
}
.grecaptcha-badge {
  display: none;
}
/* DT New feature css::End */

@media (max-width: 1699px) and (min-width: 991px) {
  .gains_landing_page_ui_update .object {
    top: -5px;
  }
}

.mb-md-47-negative {
  margin-bottom: -47px;
}
.justify-content-center-leasing {
  margin: 35px 0 0;
}
.margin-top-1rem {
  margin-top:0;
}
@media screen and (max-width: 767px) {
  .mb-md-47-negative {
    margin-bottom: 32px;
  }
  .justify-content-center-leasing {
    margin: 0 0 15px;
  }
  .margin-top-1rem{
    margin-top:1rem;
  }
  .channel-block{
    display: block;
  }
  .lease_your_gold_to_bluestone{
    font-size: 15px;

  }
}
