.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;
  }
  .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;
  }
  .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:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: #f3f3f3;
    border-radius: 50%;
    transform: scaleX(2);
    height: 100%;
  }
  .director-section.section-light-gray {
    position: relative;
    overflow: hidden;
  }
  .section-light-gray {
    background: #f3f3f3;
  }
  
  .section-light-gray {
    background: transparent;
  }
  
  .director-section.section-light-gray.last:after {
    border-radius: 50% 50% 0 0;
  }
  
  .quick-table {
    width: 100%;
  }
  
  .quick-table.table-details tr td {
    text-align: center;
  }
  
  .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: 400;
    text-align: left;
  }
  .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(--gray-light);
    background: var(--white);
  }
  
  table.quick-table tr th {
    background: #4788c8;
    color: #ffff;
    padding: 15px;
    border-right: solid 1px var(--gray-light);
  }
  
  table.quick-table tr th:last-child {
    border-right: none;
  }
  
  table.quick-table tr td {
    color: var(--gray-dark);
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: solid 1px var(--gray-light);
    border-right: solid 1px var(--gray-light);
  }
  table.quick-table tr td:last-child {
    border-right: none;
  }
  .quick-table.table-details tr td span {
    color: var(--secondary);
  }
  
  /* .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;
  }
  .question-item .team-porfile img {
    transition: 0.3s all;
    background: #f1f1f1;
    width: 30px;
    height: 30px;
    padding: 9px;
    border-radius: 100%;
  }
  .faq-box-list.active .question-item .team-porfile img {
    background: #d5eaff;
  }
  .faq-box-list.active .team-porfile img {
    transform: rotate(180deg);
  }
  .question-item.active + .answer-item {
    display: block;
  }
  
  .question-item {
    cursor: pointer;
  }
  
  .answer-item {
    display: none;
    margin-top: 20px;
  }
  .answer-item p {
    margin-bottom: 0;
  }
  .faq-box-list.active .team-porfile .font16 {
    font-weight: 500;
  }
  
  .faq-box-list {
    background: #fff !important;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: solid 1px var(--gray-light);
  }
  .faq-box-list.active {
    box-shadow: 2px 2px 19px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.08);
    border-color: var(--white);
  }
  .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 0;
    }
    .bg_banner1 {
      background-size: 50% !important;
      min-height: 450px !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;
    }
  
    .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;
  }
  
  .head-bar-fx {
    background: #fff;
  }
  .bg-blue {
    background-image: linear-gradient(
      to top,
      #f5fbfc,
      #f0f7f8,
      #ebf3f4,
      #e7eff0,
      #e2ebec
    );
  }
  .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;
  }
  .stp-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:#2979bb;
  }
  .stp-banner .head-1 span {
    font-size: 40px;
  }
  .stp-banner .head-2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
  }
  .stp-banner .head-3 {
    font-size: 28px;
    font-weight: 300;
    line-height: inherit;
  }
  .stp-banner .mt-5 {
    margin-top: 50px;
  }
  .notes {
    color: #888686;
    font-size: 13px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .bottom-value {
    display: flex;
    border: 1px solid #bbddff;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    justify-content: space-around;
    background: #fff;
    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: 1px solid #ddd;
    border-radius: 20px;
    display: flex;
    align-self: center;
    justify-content: center;
    background: #fff;
  }
  .timer-stp > div:last-child {
    padding-left: 50px;
  }
  .timer-stp h1 {
    font-size: 36px;
    font-weight: 600;
  }
  .timer-stp h1 span {
    color: #3078be;
  }
  .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: 1px solid #bbddff;
  }
  .bannerTxt1 > .head-1 {
    /* 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;
  }
  .bannerTxt1 > p {
    font-size: 18px;
  }
  .bannerTxt1 .head-2 {
    font-size: 35px;
    line-height: 34px;
    font-weight: 400;
    /* 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;
  }
  
  .note {
    font-size: 12px !important;
    color: var(--gray);
  }
  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 {
    background: url(../images/timer-stp/TimerSTPBannerPCMobile-01.png);
    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: 376px;
    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;
  }
  .head-2 span{color:#2979bb;}
  .paragraph-light p {font-size: 18px;
      font-weight: 300;}
  
  @media (max-width: 767px) {
    .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: 25px !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 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;}
 .term-cond {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}
.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%;}
}

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