.links-table {
    font-family: Montserrat;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
  @keyframes blink {
    30% {
      opacity: 0;
    }
  }
  @keyframes moveleftbounce {
    0% {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
    }
    50% {
      transform: translateX(8px);
      -webkit-transform: translateX(8px);
      -moz-transform: translateX(8px);
      -ms-transform: translateX(8px);
      -o-transform: translateX(8px);
    }
    to {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
    }
  }
  .DEMO-TD span.adjust-max-width {
    font-weight: 500;
    width: 475px;
    font-size: 14px;
    color: #000;
  }
  .heading-style {
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .heading-style:after {
    top: 50%;
    margin-top: -2px;
    right: -20px;
  }
  .data-left {
    width: 416px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 60px;
    justify-content: space-between;
  }
  .links-table {
    padding: 50px 0;
  }
  .links-table-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1280px;
    position: relative;
  }
  .table-vertical {
    border: 1px solid #dbdbdb;
    margin-bottom: 23px;
    background-color: #fff;
  }
  .table-horizontal {
    margin-bottom: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px 5px 0 0;
    border-color: #b7b7b7;
  }
  .table-heading {
    padding: 10px 10px;
    background-color: #609afe;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .table-heading strong {
    font-size: 22px;
  }
  .DEMO-TR:last-child .DEMO-TD,
  .DEMO-TR:last-child .DEMO-TH {
    border-bottom: none;
  }
  .DEMO-TH {
    padding: 12px 10px;
    background-color: #f1f1f1;
    font-size: 16px;
    color: #616566;
    font-weight: 600;
    border-style: solid;
    border-color: #dbdbdb;
        width: 10%;
    border-width: 0 1px 1px 0;
  }
  .table-vertical .DEMO-TH {
   /* width: 200px; */
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #dbdbdb;
  }
  .table-vertical .DEMO-TH:last-child {
    border-width: 0 0 1px 0;
  }
  .DEMO-TR {
    display: table-row;
  }
  .DEMO-TD,
  .DEMO-TH {
    display: table-cell;
    vertical-align: middle;
  }
  .DEMO-TD strong {
    font-weight: 600;
  }
  
  .DEMO-TD {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #dbdbdb;
  }
  .DEMO-TD a {
    color: #000;
    text-decoration: none;
  }
  .table-vertical .DEMO-TD {
    width: 45%;
    /*     width: 50%; */
    padding: 10px 0 10px 10px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #dbdbdb;
  }
  .table-vertical .DEMO-TD:last-child {
    border-width: 0 0 1px 0;
  }
  .link-table {
    display: table;
    width: 100%;
  }
  label.tag {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #5e5e5e;
    color: #fff;
    padding: 8px 20px 9px 10px;
    position: relative;
    display: inline-block;
    margin-right: 12px;
    width: 105px;
  }
  label.tag:after {
    content: "";
    border-right: 9px solid #fff;
    position: absolute;
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
    top: 0;
    right: 0;
  }
  .DEMO-TD span {
    display: block;
    font-size: 16px;
    color: #616566;
    font-weight: 600;
    margin-bottom: 8px;
  }
    .DEMO-TD a {
    display: block;
    font-size: 16px;
    color: #616566;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .table-horizontal .DEMO-TH:first-child {
    width: 216px;
    border-right: 1px solid #b7b7b7;
  }
  .table-horizontal .DEMO-TH {
    border-right: none;
  }
  .table-horizontal .DEMO-TH:nth-child(2) {
    width: 558px;
  }
  .table-horizontal .DEMO-TD:last-child,
  .table-horizontal .DEMO-TH:last-child {
    text-align: center;
  }
  .links-table-inner h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 40px;
    text-transform: uppercase;
    color: #252525;
    display: inline-block;
  }
  .text-center {
    text-align: center;
  }
  .links-table .sub-cont {
    margin: 0 0 36px 0;
    line-height: 27.4px;
    font-weight: 500;
    font-size: 16px;
  }
  @keyframes pulse-me {
    0% {
      transform: scale(0.9);
      opacity: 0.2;
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
    }
    50% {
      opacity: 0.5;
    }
    70% {
      opacity: 0.09;
    }
    100% {
      transform: scale(2.1);
      opacity: 0;
      -webkit-transform: scale(2.1);
      -moz-transform: scale(2.1);
      -ms-transform: scale(2.1);
      -o-transform: scale(2.1);
    }
  }
  .application-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .application-right {
    width: 650px;
    min-height: 848px;
  }
  .application-left {
    width: calc(100% - 700px);
    width: -o-calc(100% - 700px);
    width: -ms-calc(100% - 700px);
    width: -moz-calc(100% - 700px);
    width: -webkit-calc(100% - 700px);
    padding-top: 135px;
  }
  .application {
    padding: 198px 0 198px 0;
    background-image: url(https://smritsolutions.com/product/images/gojek-clone-demo/app-shape.png);
    background-position: top 0 right;
    background-repeat: no-repeat;
    position: relative;
  }
  .application-left h2 {
    font-size: 40px;
    margin: 0;
    color: #252525;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  .table-horizontal .link-table .DEMO-TR .DEMO-TD:first-child {
    background-color: #ebebeb;
    border-style: solid;
    border-color: #c7c7c7 #b7b7b7 #c7c7c7 #c7c7c7;
    border-width: 0 1px 1px 0;
  }
  .table-horizontal .link-table .DEMO-TR .DEMO-TD {
    border-style: solid;
    border-color: transparent #c7c7c7 #c7c7c7 #c7c7c7;
    border-width: 0 0 1px 0;
  }
  .table-horizontal .link-table .DEMO-TR:first-child .DEMO-TD:first-child {
    border-radius: 5px 0 0 0;
    border-width: 0 1px 1px 0;
    border-color: #c7c7c7 #b7b7b7 #c7c7c7 #c7c7c7;
  }
  .table-horizontal .link-table .DEMO-TR:last-child .DEMO-TD:first-child {
    border-width: 0 1px 0 0;
    border-color: #c7c7c7 #b7b7b7 #c7c7c7 #c7c7c7;
    border-radius: 0 0 0;
  }
  .table-horizontal .link-table .DEMO-TR .DEMO-TD:last-child {
    border-width: 0 0 1px 0;
  }
  .table-horizontal .link-table .DEMO-TR:first-child .DEMO-TD {
    border-width: 0 0 1px 0;
  }
  .table-horizontal .link-table .DEMO-TR:last-child .DEMO-TD {
    border-width: 0;
  }
  .new-links-table {
    display: flex;
    flex-wrap: wrap;
  }
  .new-links-table-left {
    width: 100%;
    margin-bottom: 0;
  }
  .new-links-table-right {
    width: 100%;
  }
  .platform-block {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #609afe;
    border-radius: 5px 5px 0 0;
    border: 1px solid #609afe;
  }
  .platform-name {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
  }
  .platform-name span {
    font-size: 30px;
    font-weight: 600;
    margin-top: -5px;
    display: block;
  }
  .new-links-table-right .table-vertical {
    border-width: 1px 1px 1px 1px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
  .new-links-table.ios .platform-block {
    background-color: #609afe;
    border: 1px solid #609afe;
  }
  .new-links-table.android .table-vertical .DEMO-TH {
    font-size: 14px;
    font-weight: 600;
    color: #609afe;
    background-color: #f0f6ff;
  }
  .new-links-table.ios .table-vertical .DEMO-TH {
    font-size: 14px;
    font-weight: 600;
    color: #0d0d0d;
    background-color: #dedede;
  }
  .new-links-table .table-vertical .DEMO-TH {
    border-width: 0;
  }
  .new-links-table .table-vertical .DEMO-TD {
    border-width: 1px 0 0 0;
  }
  .new-links-table .table-vertical .DEMO-TD:last-child {
    text-align: center;
  }
  .new-links-table.android .new-links-table-right .table-vertical {
    border-color: #609afe;
  }
  .new-links-table.ios .new-links-table-right .table-vertical {
    border-color: #609afe;
  }
  .new-links-table .table-vertical .DEMO-TD:first-child,
  .new-links-table .table-vertical .DEMO-TH:first-child {
    width: 150px;
  }
  .new-links-table .table-vertical .DEMO-TD {
    padding: 10px;
  }
  .new-links-table .table-vertical .DEMO-TD label.tag {
    margin-right: 0;
  }
  .new-links-table .table-vertical .DEMO-TD:nth-child(2) a {
    word-break: break-all;
  }
  @media screen and (max-width: 1279px) {
    .data-left {
      display: block;
      width: 100%;
      text-align: center;
    }
    .table-horizontal .DEMO-TH,
    .table-horizontal .DEMO-TH:first-child,
    .table-horizontal .DEMO-TH:nth-child(2) {
      width: auto !important;
    }
  }
  @media screen and (max-width: 1024px) {
    .heading-style:after {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .application-left h2,
    .links-table-inner h3 {
      font-size: 35px;
    }
    [class*="round-anim"] {
      display: none;
    }
    [class*="clone-package-"] {
      width: auto;
      display: block;
    }
    .label-block {
      display: none;
    }
    .table-vertical .DEMO-TH,
    .table-vertical .DEMO-TR {
      display: block;
      width: auto;
    }
    .table-vertical .link-table {
      display: block;
    }
    .table-vertical .DEMO-TD:empty {
      display: none;
    }
    .table-vertical .DEMO-TH {
      border-bottom: 1px solid #dbdbdb;
    }
    .table-vertical .DEMO-TD a {
      display: block;
      word-break: break-all;
      text-decoration: none;
    }
    .application-left {
      width: 100%;
      padding-top: 0;
      text-align: center;
    }
    .application-right {
      width: 100%;
      display: block;
    }
    .application {
      background-image: none;
      padding: 50px 0;
    }
    .application-left h2 {
      margin-bottom: 20px;
    }
    .table-vertical .DEMO-TD {
      display: block;
      width: auto;
    }
    .table-horizontal .DEMO-TD {
      display: block;
      padding-left: 170px;
      position: relative;
    }
    .table-horizontal .DEMO-TH {
      display: none;
    }
    .table-horizontal .DEMO-TD:last-child,
    .table-horizontal .DEMO-TH:last-child {
      text-align: left;
    }
    .table-horizontal .DEMO-TD:before {
      content: attr(data-name);
      position: absolute;
      left: 0;
      font-weight: 600;
      padding: 10px 10px;
      top: 0;
      background-color: #eee;
      width: 135px;
      border-right: 1px solid #dbdbdb;
      bottom: 0;
    }
    .table-horizontal .DEMO-TR {
      padding-bottom: 3px;
      position: relative;
    }
    .table-horizontal .DEMO-TR .DEMO-TD:last-child:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #5f7ae3;
    }
    .table-horizontal .DEMO-TD a {
      word-break: break-all;
      text-decoration: none;
    }
    .table-heading strong {
      font-size: 18px;
    }
    .table-heading {
      font-size: 16px;
    }
    .table-vertical .DEMO-TH,
    .table-vertical .DEMO-TR {
      display: block;
      width: auto;
    }
    .table-vertical .link-table {
      display: block;
    }
    .table-vertical .DEMO-TD:empty {
      display: none;
    }
    .table-vertical .DEMO-TH {
      border-bottom: 1px solid #dbdbdb;
    }
    .table-vertical .DEMO-TD a {
      display: block;
      word-break: break-all;
    }
    .new-links-table .table-vertical .DEMO-TD:first-child,
    .new-links-table .table-vertical .DEMO-TH:first-child {
      width: 100%;
      box-sizing: border-box;
      padding: 10px;
    }
    .new-links-table-right .table-vertical {
      border-width: 1px 1px 1px 1px;
    }
    .new-links-table-left {
      width: 100%;
    }
    .new-links-table-right {
      width: 100%;
    }
    .platform-block {
      border-radius: 5px 5px 0 0;
      padding: 10px 0 30px 0;
    }
    .new-links-table .table-vertical .DEMO-TD {
      padding: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .application-left h2,
    .links-table-inner h3 {
      font-size: 30px;
    }
    .data-left {
      padding-top: 50px;
    }
    [class*="col-"] {
      width: 100%;
    }
    .table-vertical .DEMO-TD {
      display: block;
      width: auto;
    }
    .table-horizontal .DEMO-TD {
      display: block;
      padding-left: 170px;
      position: relative;
      min-height: 17px;
    }
    .table-horizontal .DEMO-TH {
      display: none;
    }
    .table-horizontal .DEMO-TD:last-child,
    .table-horizontal .DEMO-TH:last-child {
      text-align: left;
    }
    .table-horizontal .DEMO-TD:before {
      content: attr(data-name);
      position: absolute;
      left: 0;
      font-weight: 600;
      padding: 10px 10px;
      top: 0;
      background-color: #eee;
      width: 135px;
      border-right: 1px solid #dbdbdb;
      bottom: 0;
    }
    .table-horizontal .DEMO-TR {
      padding-bottom: 3px;
      position: relative;
    }
    .table-horizontal .DEMO-TR .DEMO-TD:last-child:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #609afe;
    }
    .table-horizontal .DEMO-TD a {
      word-break: break-all;
      display: block !important;
    }
    .table-heading strong {
      font-size: 18px;
    }
    .table-heading {
      font-size: 16px;
    }
    .table-horizontal .DEMO-TD::before {
      content: attr(data-name);
      margin-left: -10px;
      font-weight: 600;
      padding: 10px 10px;
      top: 0;
      background-color: #eee;
      width: auto;
      border-bottom: 1px solid#dbdbdb;
      position: relative;
      display: block;
      box-sizing: border-box;
      margin-bottom: 10px;
      margin-right: -10px;
      border-right: none;
    }
    .table-horizontal .DEMO-TD[data-name] {
      padding: 0 10px 10px 10px;
    }
  }
  @media screen and (max-width: 479px) {
    .table-horizontal .DEMO-TD:before {
      position: relative;
      display: block;
      width: auto;
      margin-bottom: 10px;
    }
    .table-horizontal .link-table .DEMO-TR .DEMO-TD:first-child {
      background-color: #fff;
      border-width: 0 0 1px 0;
    }
    .table-horizontal .DEMO-TD {
      padding: 0 10px 10px 10px;
    }
    .DEMO-TD span.adjust-max-width {
      width: auto;
    }
  }
  
  /* Heading style */
.smr-product-what-get-heading {
    margin: 0 0 0px 0;
    padding: 0;
    font-size: 40px;
    text-transform: uppercase;
    color: #252525;
}

/* List style */
.smr-product-what-get-list {
    list-style-type: none;
    padding: 0;
}

.smr-product-what-get-list li {
    margin-bottom: 10px;
}

.smr-product-what-get-list li:first-child {
    margin-top: 20px; /* Adds extra space on top for the first list item */
}

  