.head-1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
.head-2 {
  font-size: 24px;
  font-weight: 300;
}
.head-2 span{border-bottom: 1px solid #ddd;}

.bg_banner{}
.bg_banner .head-1 {
  font-size: 55px;
  
}



.light_banner{
  background: #B2DBFF;
  background: linear-gradient(90deg,rgba(255, 231, 230, 1) 0%, rgba(178, 219, 255, 1) 100%);
}
.light_banner .head-1 {
  font-size: 35px;
  color:#fff;
}
.light_banner .head-2 {
  color: #212121;
}

.light_banner p {font-size: 18px; font-weight: 300; color: #212121;}
.timer-stp a{display: inline-block;}


.light_banner .head-1 {
  font-size: 35px;
  /* background: -webkit-linear-gradient(to right, #4788c8 0%, #1a91f8 100%);
  background: -moz-linear-gradient(to right, #4788c8 0%, #1a91f8 100%);
  background: linear-gradient(to right, #4788c8 0%, #1a91f8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color:#212121;
}
.light_banner a {
  color:#0b2b67;
  text-decoration: none;
  display: inline-block;
}
.term-cond a {
  text-decoration: none;
}


.light_banner .head-1 span {
  font-size: 40px;
}
.light_banner.head-2 {
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  color: #2979bb;
}

.light_banner .head-3 {
  font-size: 28px;
  font-weight: 300;
  line-height: inherit;
}
.light_banner.mt-5 {
  margin-top: 50px;
}



/* .bg_banner > .head-1 {
  
}
.bg_banner > p {
  font-size: 18px;
}
.bg_banner .head-2 {
  font-size: 35px;
  line-height: 34px;
  font-weight: 400;
  color: #2979bb;
} */


.hx-img strong {
    margin: auto 0 30px auto;
  }
  .mediaPress {
    width: 441px;
    margin: 0 auto;
  }
  .border-box.pd-10 h2 {
    margin: 30px 0 40px 0;
    font-size: 20px;
    height: 70px;
    overflow: hidden;
    font-weight: 600;
  }
  .border-box.pd-10 {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 2px 3px 8px 1px rgb(0 0 0 / 11%);
    border: none;
    border-radius: 15px;
  }
  .mr-10 {
    margin-right: 10px;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  .btn.btn-pill-light img{
    filter: invert(1);
  }
  /* .bannerTxt .btn {
    padding: 7px 15px;
    font-size: 18px;
  } */
  .bannerTxt.border-box p {
    margin-bottom: 0;
    height: 80px;
    overflow: hidden;
  }
  span.date-txt {
    font-size: 15px;
    color: var(--primary);
    display: block;
    font-weight: 400;
  }
  .border-box.bannerTxt img {
    width: 60px;
  }
  @media (max-width: 991px) {
    .mediaPress {
      width: 250px;
    }
    .bannerTxt.border-box p {
      margin-bottom: 0;
      height: 110px;
      overflow: hidden;
    }
    .lg-mb-50 {
      margin-bottom: 50px;
    }
  }
  .hex.team-porfile p {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
  }
  .hex.team-porfile {
    transition: 0.5s all;
  }
  .hex.team-porfile:hover img,
  .hex.team-porfile.active img {
    transform: scale(1.1);
  }
  .hex.team-porfile:hover p,
  .hex.team-porfile.active p {
    text-decoration: underline;
  }
  .hex.team-porfile.active p {
    color: var(--primary);
  }
  .hex.team-porfile p a {
    color: inherit;
  }
  .mr-15 {
    margin-right: 15px !important;
  }
  .hex-1 .hex.team-porfile,
  .hex-3 .hex.team-porfile {
    margin-left: 180px;
  }
  .hex-4 .hex.team-porfile,
  .hex-6 .hex.team-porfile {
    margin-left: 130px;
  }
  .hex-2 .hex.team-porfile,
  .hex-5 .hex.team-porfile {
    margin-left: 70px;
    margin-top: 20px;
  }
  .hex-5 .hex.team-porfile {
    margin-left: 120px;
  }
  .hex.team-porfile {
    cursor: pointer;
  }
  .header {
    z-index: 9999;
  }
  .hex-modal {
    background: #fff;
    box-shadow: 0 0 11px 1px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0 0 11px 1px rgb(0 0 0 / 21%);
    border-radius: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    transition: 0.5s all;
    z-index: -10;
    opacity: 0;
  }
  .hex-modal.active {
    top: 180px;
    z-index: 10;
    opacity: 1;
  }
  .hex-6 .hex-modal.active,
  .hex-3 .hex-modal.active {
    top: 30px;
  }
  .hex-5 .hex-modal.active,
  .hex-2 .hex-modal.active {
    top: 200px;
  }
  .hex-content {
    overflow: auto;
    max-height: 490px;
    padding: 30px;
  }
  .director-section .row {
    position: relative;
    margin: 0px;
  }
  .hex-ttl {
    margin-bottom: 25px;
  }
  .hex-ttl h2 {
    font-size: 25px;
    display: flex;
    font-weight: 600;
    margin-bottom: 0;
    align-items: center;
  }
  .hex-ttl h2 img {
    margin-right: 15px;
    width: 37px;
  }
  .hex-info p {
    font-size: 15px;
    line-height: 23px;
  }
  .hex-info p:last-child {
    margin-bottom: 0;
  }
  .bg-gray {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    height: 110px;
  }
  .close-hx-detail {
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
  }
  a.bg-gray {
    text-decoration: none;
    display: block;
    color: initial;
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  img.info-img {
    width: 50px;
    margin-right: 20px;
  }
  a.bg-gray:hover,
  .close-hx-detail:hover {
    opacity: 0.5;
  }
  .v-section {
    padding: 200px 0;
    background-image: url(../images/hexashield/car-crash.jpg);
    background-position: center;
    background-size: cover;
  }
  .v-body {
    width: 720px;
    margin: 0 auto;
  }
  .playTxt {
    font-size: 55px;
    font-weight: 600;
    margin: 0 0 50px;
    color: #fff;
  }
  .v-play img {
    width: 32px;
  }
  .square-card {
    padding: 0;
  }
  .ds-close img {
    width: 10px;
  }
  .text-gray {
    color: #434343;
  }
  .md-body {
    overflow: hidden;
    border-radius: 15px;
  }
  .ds-close {
    top: -3px;
    right: -30px;
    padding: 2px;
    border: solid 1px red;
    line-height: 0;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    line-height: 21px;
    text-align: center;
  }
  .st-modal.active {
    z-index: 9999;
  }
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
    display: none;
    bottom: 0;
    right: 0;
  }
  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #fff;
    animation: spinner 0.9s linear infinite;
  }
  @keyframes spinner {
    to {
      transform: rotate(360deg);
    }
  }
  .show-mob,
  .hexa-mob {
    display: none;
  }
  .hide-mob {
    display: block;
  }
  @media (max-width: 991px) {
    .hexa-mob .img-fluid {
      width: 150px;
    }
    .show-mob,
    .hexa-mob {
      display: block;
    }
    .hide-mob {
      display: none;
    }
    .hex.team-porfile > img {
      margin-bottom: 10px;
    }
    .square-card,
    .v-body {
      width: 100%;
    }
    .playTxt {
      font-size: 25px;
    }
    .hex-1 .hex.team-porfile,
    .hex-3 .hex.team-porfile {
      margin-left: 0;
    }
    .hex-4 .hex.team-porfile,
    .hex-6 .hex.team-porfile {
      margin-left: 0;
    }
    .hex-2 .hex.team-porfile,
    .hex-5 .hex.team-porfile {
      margin-left: 0;
      margin-top: 0;
    }
    .hex-5 .hex.team-porfile {
      margin-left: 0;
    }
    .hex-1 > img,
    .hex-2 > img,
    .hex-3 > img,
    .hex-4 > img,
    .hex-5 > img,
    .hex-6 > img {
      display: none;
    }
    .mr-15 {
      margin-right: 0 !important;
    }
    .col-4.hex-img {
      display: none;
    }
    .hex-cl-4 .col-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .hex-cl-4 .col-4:nth-child(1) .text-center {
      text-align: left;
    }
    .hex-cl-4 .col-4:nth-child(3) .text-center {
      text-align: right;
    }
    .hex.team-porfile {
      background: #f5f5f5;
      border-radius: 10px;
      padding: 10px;
      margin-bottom: 10px;
    }
    .director-section {
      padding: 30px 0;
    }
    .bg-gray {
      height: auto;
      margin-bottom: 20px;
    }
    .mt-0 {
      margin-top: 0 !important;
    }
    .hex-modal {
      position: fixed;
      bottom: 0;
    }
    .close-hx-detail {
      right: 10px;
    }
    .hex-content {
      max-height: 360px;
    }
    .hex-ttl h2 {
      font-size: 20px;
    }
    .hex-modal {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
    .hex-modal {
      top: inherit;
      bottom: -100px;
    }
    .hex-modal.active {
      top: inherit;
      z-index: 10;
      opacity: 1;
      bottom: 0;
    }
    .hex-6 .hex-modal.active,
    .hex-3 .hex-modal.active {
      top: inherit;
    }
    .hex-5 .hex-modal.active,
    .hex-2 .hex-modal.active {
      top: inherit;
    }
  }
  @keyframes buttonAnimate {
    0% {
      box-shadow: 0 0 0 0 rgb(26 145 248 / 0%);
    }
    100% {
      box-shadow: 0 0 0 20px rgb(26 145 248 / 46%);
    }
  }
  @keyframes buttonAnimateAfter {
    0% {
      border: solid 1px #1a91f8;
    }
    50% {
      border: solid 1px transparent;
    }
    100% {
      border: solid 1px #1a91f8;
    }
  }
  a.v-play:after {
    content: "";
    background: 0 0;
    top: -26px;
    right: 0;
    bottom: 0;
    width: 160px;
    height: 160px;
    position: absolute;
    border-radius: 100%;
    border: solid 1px #1a91f8;
    left: -25px;
    animation-name: buttonAnimateAfter;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  a.v-play {
    background: #1a91f8;
    border: none;
    border-radius: 100%;
    width: 109px;
    height: 109px;
    position: relative;
    text-align: center;
    outline: 0;
    z-index: 0;
    box-shadow: 0 0 0 20px #420000;
    animation-name: buttonAnimate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    line-height: 107px;
    text-align: center;
    display: inline-block;
  }
  @media (max-width: 767px) {
    .reverse-column {
      flex-direction: column-reverse;
  }
    .ds-close {
      top: initial;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -10px;
    }
  }
  
  .v-deo .md-body {
    overflow: hidden;
    border-radius: 15px;
    line-height: 0;
  }
  /* New CSS FOR TIMER STP */
  
  .symbol-img {
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 10px;
  }
  .act-list {
    display: flex;
    width: 185px;
    margin: auto;
  }
  
  .act-list span {
    display: inline-block;
    width: 68px;
    height: 12px;
    vertical-align: middle;
    position: relative;
  }
  
  .act-list span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 19px;
    font-size: 12px;
    font-size: 11px;
  
    font-weight: 500;
    display: none;
  }
  
  .act-list span.active:first-child:after {
    display: block;
  }
  
  .act-list span:first-child:after {
    content: "Active";
    color: #219653;
  }
  
  .act-list span:nth-child(2):after {
    content: "Close Index";
    color: var(--yellow);
  }
  
  .act-list span:last-child:after {
    content: "Passive";
    color: var(--red);
  }
  
  .act-list span:first-child {
    background: #219653;
  }
  
  .act-list span:nth-child(2) {
    background: var(--yellow);
  }
  
  .act-list span:nth-child(3) {
    background: var(--red);
  }
  
  .sucess {
    color: #219653;
  }
  
  .average {
    display: block;
    color: var(--yellow);
  }
  .danger {
    color: var(--red);
  }
  
  .act-list span.active {
    border: solid 3px #fff;
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 17%);
    -moz-box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 17%);
    height: 18px;
    position: relative;
    top: -4px;
  }
  
  .note {
    font-size: 12px;
    font-style: italic;
  }
  
  .active-share-box {
    padding: 20px;
    width: 332px;
    margin-left: auto;
    border-radius: 10px;
    border: 2px dashed var(--gray-dark);
    background: #f4faff;
  }
  
  .active-share-box .head-4 {
    margin-bottom: 0;
  }
  
  
  .director-section.section-light-gray {
    position: relative;
    background: #B2DBFF;
    background: linear-gradient(90deg, rgba(255, 231, 230, 1) 0%, rgba(178, 219, 255, 1) 100%);
  }
  .section-light-gray {
    background: #f3f3f3;
  }
  
  .section-light-gray {
    background: transparent;
  }
  
  .director-section.section-light-gray.last:after {
    border-radius: 50% 50% 0 0;
  }
  
  .section-divider {
    width: 83px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 48px;
}

  /* ===== Brand-themed table (forest / bone palette) ===== */
  .quick-table {
    width: 100%;
    border: solid 1px var(--bone-faint);
    background: var(--card-forest);
    color: var(--bone);
    border-collapse: collapse;
    text-align: center;
  }

  .quick-table.table-details tr td {
    text-align: center;
    color: var(--bone);
  }

  .quick-table.table-details tr th span {
    font-weight: 300;
    font-size: 12px;
  }

  .quick-table.table-details tr th {
    font-size: 14px;
    text-align: center;
  }

  .quick-table.table-details tr td:first-child {
    font-weight: 600;
    text-align: left;
    color: var(--bone);
  }
  .quick-table.table-details tr:last-child td {
    border-bottom: none;
  }
  .table-box {
    display: table;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px var(--bone-faint);
    background: var(--card-forest);
  }

  table.quick-table tr th {
    background: var(--forest);
    color: var(--bone);
    font-weight: 600;
    padding: 16px 15px;
    border-right: solid 1px var(--bone-faint);
    border-bottom: solid 1px var(--bone-faint);
  }

  table.quick-table tr th:last-child {
    border-right: none;
  }

  table.quick-table tr td {
    background: var(--card-forest);
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400;
    color: var(--bone);
    border-bottom: solid 1px var(--bone-faint);
    border-right: solid 1px var(--bone-faint);
  }
  table.quick-table tr td:last-child {
    border-right: none;
  }
  table.quick-table tbody tr:hover td {
    background: var(--bone-faint);
  }
  .quick-table.table-details tr td span {
    color: var(--bone-dim);
  }
  /* ===== /Brand-themed table ===== */
  
  /* .disc-txt,
  .disc-txt1 {
   padding-right: 20px;
  } */
  
  .disc-txt:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
  .search-box {
    border: solid 1px var(--gray-light-normal);
    width: 270px;
    height: 38px;
    border-radius: 5px;
    position: relative;
  }
  .search-box input {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    padding: 10px 36px 10px 10px;
  }
  .flex-end {
    place-content: flex-end;
  }
  .p-right {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  ul.pagignation {
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 20px;
  }
  ul.pagignation li {
    display: inline-block;
    vertical-align: middle;
  }
  ul.pagignation li a {
    font-size: 13px;
    margin-right: 7px;
    color: #434343;
  }
  ul.pagignation li.active a {
    background: #1a91f8;
    display: inline-block;
    color: #fff;
    padding: 1px 7px;
    border-radius: 3px;
    font-weight: 600;
  }
  ul.pagignation li {
    display: inline-block;
  }
  ul.pagignation li.disabled a img {
    filter: opacity(0.4);
  }
  
  .faq-items li {
    list-style: none;
  }
  .faq-items {
    padding: 0;
    margin: 0;
  }
  
  .faq-items li a img {
    width: 20px;
  }
  
  .faq-items li a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: var(--gray-dark);
  }
  
  .answer-item.active {
    display: block;
  }
  .answer-item table.quick-table tr td a {
    padding: 7px;
  }
  
  .faq-items li.active a {
    background: var(--gray-light);
    border-radius: 5px;
  }
  .font16 {
    font-size: 16px;
  }
  .faq-answer-box .head-1 {
    font-size: 22px;
  }

  /* ===== FAQ – brand-themed clean list (forest / bone / gold) ===== */
  .faq-section .faq-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--bone);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    padding-bottom: 0px;
  }
  
  .faq-section .faq-title strong {
    font-weight: 600;
  }

  .stp-banner .faq-answer-box {
    margin-top: 20px;
  }

  .faq-box-list {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--bone-faint);
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    color: var(--bone);
    transition: background-color 0.25s ease;
  }
  .faq-box-list:first-child {
    border-top: 1px solid var(--bone-faint);
  }

  .question-item {
    cursor: pointer;
    padding: 22px 10px;
    background: transparent;
    transition: color 0.25s ease;
  }

  .question-item .team-porfile {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
  }

  .question-item .team-porfile .font16 {
    font-size: 16px;
    font-weight: 400;
    color: var(--bone);
    line-height: 1.5;
    flex: 1;
  }

  /* Hide the legacy arrow image and replace it with a CSS '+' icon */
  .question-item .team-porfile img {
    display: none;
  }

  .question-item .team-porfile::after {
    content: "";
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-left: auto;
    background-image:
      linear-gradient(var(--gold), var(--gold)),
      linear-gradient(var(--gold), var(--gold));
    background-size: 100% 2px, 2px 100%;
    background-position: center, center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-size 0.3s ease;
  }

  .faq-box-list.active .question-item .team-porfile::after {
    transform: rotate(45deg);
    background-size: 100% 2px, 2px 100%;
  }

  .faq-box-list.active .team-porfile .font16 {
    font-weight: 500;
    color: var(--gold);
  }

  .faq-box-list:hover .team-porfile .font16 {
    color: var(--gold);
  }

  .answer-item {
    display: none;
    padding: 0 10px 22px;
  }
  .question-item.active + .answer-item {
    display: block;
  }
  .answer-item p,
  .answer-item li {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--bone-dim);
    line-height: 1.65;
  }

  .readmore-faq {
    display: inline-block;
    margin-top: 20px;
    color: var(--gold);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
  }
  
  /* ===== /FAQ ===== */
  .tab-list {
    display: none;
  }
  .tab-list.active {
    display: block;
  }
  
  .question-item.active {
    border-bottom: none;
  }
  
  .question-item .team-porfile {
    align-items: center;
  }
  
  .answer-item p,
  .answer-item li {
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .borderBox {
    padding: 20px 30px;
    border-radius: 10px;
    background: #fff;
  }
  
  @media (max-width: 991px) {
    .director-section.section-light-gray:after,
    .director-section.section-light-gray.last:after {
      border-radius: 0;
    }
    .director-section {
      padding: 40px 0px !important;
    }
   
    .bg_banner {
      background-size: 50% !important;
      background-position: -3% 49% !important;
    }
  
    /* .m-head-3 {
      margin-top: 230px;
    } */
  
    .bannerTxt {
      margin-top: 0;
    }
    .table-box {
      display: block;
    }
    .quick-table {
      display: block;
      width: 100%;
      overflow: auto;
    }
    .search-box {
      width: 100%;
    }
    .flex-div.flex-end {
      display: block;
      margin-top: 20px;
    }
    .flex-div.flex-end .disc-txt {
      margin-right: 0;
      padding-right: 0;
      border-right: none;
      margin-bottom: 20px;
      text-align: center;
    }
    .quick-table.table-details tr td:first-child {
      white-space: nowrap;
    }
    table.quick-table tr th {
      white-space: nowrap;
    }
    .team-porfile {
      display: flex;
    }

    /* FAQ mobile tweaks */
    .faq-section .faq-title {
      font-size: 28px;
      margin-bottom: 25px;
      padding-bottom: 10px;
    }
    .faq-section .faq-title::after {
      width: 46px;
      height: 2px;
    }
    .question-item {
      padding: 18px 4px;
    }
    .question-item .team-porfile .font16 {
      font-size: 15px;
    }
    .answer-item {
      padding: 0 4px 18px;
    }

    .active-share-box {
      max-width: 100%;
      margin: auto;
    }
    .head-4 {
      font-size: 20px;
    }
  }
  
  /*steps css*/
  ul.steps {
    padding: 0 50px 30px 70px;
    margin: 0;
  }
  ul.steps li:last-child {
    padding-bottom: 0;
  }
  ul.steps li {
    padding-bottom: 30px;
    list-style: none;
    position: relative;
  }
  ul.steps li p {
    margin-bottom: 0;
    font-weight: 300;
  }
  
  ul.steps li:after {
    content: "";
    background-image: url(../images/new-img/steps-check.svg);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    position: absolute;
    left: -44px;
    top: 0;
  }
  ul.steps li:before {
    content: "";
    border-left: solid 1px var(--gray-light);
    position: absolute;
    left: -30px;
    height: 100%;
  }
  
  ul.steps li:last-child:before {
    border: none;
  }
  
  
  .bg-blue {
    background: #B2DBFF;
background: linear-gradient(90deg,rgba(255, 231, 230, 1) 0%, rgba(178, 219, 255, 1) 100%);
  }
  .banner-stp {
    background: url(../images/timer-stp/banner-stp.png);
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 500px;
  }
  .stp-banner {
  }
  .stp-banner1 {
    text-align: center;
    margin: 0 auto;
    width: 610px;
  }
  .director-section {
    padding: 60px 0;
    position: relative;
}
  .notes {
    
    font-size: 13px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .bottom-value {
    display: flex;
    border: solid 1px var(--bone-faint);
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .bottom-value > div > span {
    display: block;
  }
  .bottom-value > div > span:first-child {
    font-weight: 500;
  }
  .timer-stp {
    position: relative;
    padding: 20px 30px;
    border: solid 1px var(--bone-faint);
    border-radius: 20px;
    display: flex;
    align-self: center;
    justify-content: center;
    background: var(--card-forest);
  }
  .timer-stp > div:last-child {
    padding-left: 50px;
  }
  .timer-stp h1 {
    font-size: 36px;
    font-weight: 600;
    
  }
  .timer-stp h1 span {
    color: var(--gold);
  }
  .timer-stp h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
  }
  .timer-stp > div:last-child {
    padding-left: 40px;
  }
  .timer-stp img {
    max-width: 90px;
  }
  .disclaimers {
    font-size: 13px;
  }
  .divider {
    border-left: solid 1px var(--bone-faint);
  }
  .note {
    font-size: 12px !important;
    color: #a6b0cd;
  }
  ul.under-list {
    list-style-type: none;
    margin: 0px;
    padding: 10px;
  }
  ul.under-list.margin-bottom li:nth-child(even) {
    margin-bottom: 15px;
  }
  ul.under-list li {
    margin-bottom: 6px;
  }
  
  /* .readmore-faq,
  #read_less1 {
    background: #e3e3e3;
    border-radius: 10px;
    padding: 10px 25px;
    width: 100%;
    text-align: center;
    margin-top: 7px;
    display: inline-block;
  } */
  .bg_banner-main {
    background: url(../images/timer-stp/TimerSTPBannerPCMobile3.png);
    background-repeat: no-repeat;
    padding-top: 33%;
    /* background-position: -3% 48px; */
    background-size: contain;
    background-position: bottom center; 
    position: relative;
    margin-top: 30px;
  }
  .bg_banner {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%); /* important */
}
  /* .bg_banner {
    background: url(../images/timer-stp/TimerSTPBannerPCMobile-01.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    min-height: 370px;
    background-position: -3% 48px;
  } */
  /* .bg_banner1 {
    background: url(../images/timer-stp/TimerSTPBannerPCMobile2.png);
    background-repeat: no-repeat;
    min-height: 406px;
    background-position: right 0%;
  } */
  
  .heading-new {
    font-size: 18px;
  }
  .heading-new span {
    color: #2979bb;
    /* background: -webkit-linear-gradient(to right, #4788c8 0%, #1a91f8 100%);
    background: -moz-linear-gradient(to right, #4788c8 0%, #1a91f8 100%);
    background: linear-gradient(to right, #4788c8 0%, #1a91f8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  }
  .head-1-big span {
    /* background: #4788C8;
      background: -webkit-linear-gradient(to right, #4788C8 0%, #1A91F8 100%);
      background: -moz-linear-gradient(to right, #4788C8 0%, #1A91F8 100%);
      background: linear-gradient(to right, #4788C8 0%, #1A91F8 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
    color: #2979bb;
  }
  .font-18 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  
  
  
  @media (max-width: 767px) {
    .bg_banner-main{margin-top: 80px; width: 100% !important; display: inline-block;}
    .bg_banner {
      position: relative;
      top: 11%;
      left: 50%;
      transform: translate(-50%, -11%);
      margin-top: 0px;
  }
    .bg_banner1 {
      background-size: 50% !important;
      min-height: 290px !important;
    }
    .stp-banner .head-1 span {
      font-size: 30px;
    }
    .bottom-value > div {
      width: 100%;
    }
    .timer-stp > div:last-child {
      padding-left: 0px;
    }
  
    .bottom-value > div {
      width: 50%;
    }
    .bottom-value > div:nth-child(1) {
      margin-bottom: 20px;
    }
    .bottom-value > div.divider {
      display: none;
    }
    .stp-banner .head-1 {
      font-size: 36px !important;
      line-height: 38px;
    }
    .stp-banner .head-2 {
      font-size: 22px;
    }
    .stp-banner .head-3 {
      font-size: 22px;
    }
    .stp-banner .mt-5 {
      margin-top: 20px;
    }
    .timer-stp {
      display: block;
      text-align: center;
    }
    .timer-stp .btn-primary{
      margin-bottom: 10px;
    }
    .hero-cta-secondary.ml-10{margin-left: 0px !important;}
    .bg-white-box {
      padding: 10px !important;
  }
  
    .timer-stp h1 {
      font-size: 22px;
      line-height: 30px;
      margin-top: 10px;
    }
    .timer-stp h2 {
      font-size: 18px;
      line-height: 26px;
    }
  
    .mp-0 {
      padding: 20px 0px 0px 0px !important;
    }
  
    .align-center.bg_banner1 {
      align-items: inherit;
      background-position: right 49%;
    }
    .disc-txt, .disc-txt1 {
      margin-right: 0px;
      border-right: none; 
  }
  }
  
  @media (max-width: 400px) {
    /* .m-head-3 {
      margin-top: 180px;
    } */
  }
  .bg-white-box{background:#fff;  padding:30px; border: 1px solid #ddd; border-radius: 10px;}
  .bg-white-box1{background:#fff;  padding:5px; border: 1px solid #ddd; border-radius: 10px;}
  
 .term-cond {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--bone-faint);
}
.moretext {
  display: none;
}
.pop-up-list{margin: 0px; padding-left: 15px; }
.pop-up-list li{margin-bottom: 10px; list-style-type: auto; font-size: 14px;}
.pop-up-list li ul{margin-top: 10px; padding-left: 20px;}            
.pop-up-list li ul li{margin-bottom: 5px; list-style-type: disc;}
.pop-up-list li ul.list-none{padding-left: 0px;}
.pop-up-list li ul.list-none li{list-style-type: none;}
.lower-alpha{padding-left: 20px;}
.lower-alpha li{list-style: lower-latin;}
.lower-alpha li::marker{font-weight: 700;}
.lower-alpha li ul li{list-style-type: circle;}            
small{color: #5f5c5c; margin-top: 20px;}
.big-modal .invest-modal-body{width: 640px;}
@media(max-width: 767px) {
    .big-modal .invest-modal-body{width: 100%;}
    .timer-stp-logo img{max-width: 130px !important;}
}

@mixin clearfix {
    &::after{
    content: "";
    display: table;
    clear: both;
    }
}