* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  
  html,
  body {
    height: 100%
  }
  
  body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #004662;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  p,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  .p {
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.1px;
    line-height: normal;
  }
  
  a {
    cursor: pointer;
    color: #017AD1;
  }
  
  a:hover {
    color: #0E244A;
    text-decoration: none;
  }
  
  button:hover {
    cursor: pointer;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  input::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
  }
  
  ul li {
    margin: 0px;
    list-style-type: none;
  }
  
  .pg-title {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 15px auto;
    font-weight: 600;
    max-width: 90%;
  }
  
  .list_1 li {
    list-style-type: disc;
  }
  
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
  }
  
  .grey-bg {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  
  .pg-hm {
    color: #FFFFFF;
    background-color: #f7bb1a;
    position: fixed;
    z-index: 1;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    text-align: center;
    display: none;
    padding-top: 20px;
    cursor: pointer;
    right: 5%;
    bottom: 3%;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(41, 41, 41, .3);
    -moz-box-shadow: 1px 1px 5px 1px rgba(41, 41, 41, .3);
    box-shadow: 1px 1px 5px 1px rgba(41, 41, 41, .3);
  }
  
  .cust-modal {
    background: rgba(0, 0, 0, 0.80);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 20;
  }
  
  .cust-modal-content {
    width: max-content;
    max-width: 50%;
    min-width: 35%;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 5%;
    opacity: 1;
    position: absolute;
    left: 0px;
    right: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 4px solid #ffbe00;
    border-radius: 10px;
    will-change: top, opacity;
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  }
  
  .cust-modal-header {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  
  .cust-modal-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #004662;
    text-align: center;
    line-height: normal;
    margin-top: 8px;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    padding: 0 25px 6px 25px;
  }
  
  .cust-modal-close {
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    color: #000;
    right: 4px;
    top: 4px;
    background-color: transparent;
    border: 1px solid #8f8f8f;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 23px;
    height: 22px;
    border-radius: 50%;
  }
  
  .cust-modal-close:hover {
    outline: none !important;
  }
  
  .cust-modal-close:focus {
    outline: none;
  }
  
  .cust-modal-body {
    clear: both;
    background-color: #fff;
    padding: 25px 20px 20px 20px;
    overflow-y: auto;
    max-height: 500px;
  }
  
  /*Mf Best Fund Manager and Fund Catagory Modal*/
  #mf-info-popup .cust-modal-body p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
  }
  
  #mf-info-popup .cust-modal-content {
    max-width: 35%;
  }
  
  .btn-upi-chck {
    text-align: center !important;
  }
  
  .btn-upi-txt {
    font-size: 15px !important
  }
  
  .upi-chck-bt1 {
    padding: 6px 15px !important;
    margin-right: 5px !important
  }
  
  .upi-chck-bt2 {
    padding: 6px 15px !important
  }
  
  .dpmdview h2,
  .dpmdview h3 {
    font-size: 16px;
    text-align: left;
    color: #000;
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 8px;
  }
  
  .dpmdview h3 {
    font-size: 16px !important;
    text-align: left;
    color: #000 !important;
    line-height: 21px !important;
    font-weight: 600 !important;
    text-decoration: none;
    margin-bottom: 8px;
    background-color: #fff !important;
    padding: 0px !important;
  }
  
  .dpmdview p {
    font-size: 14px;
    text-align: justify;
    color: #000;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  .dpmdview ul {
    padding-left: 14px !important;
  }
  
  .dpmdview li {
    font-size: 14px;
    text-align: left;
    color: #000;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 5px;
    list-style-type: disc;
  }
  
  .dpmdview li h4 {
    font-size: 14px;
    text-align: left;
    color: #000;
    line-height: 21px;
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 0px;
  }
  
  .cont ul {
    padding-left: 0px !important;
  }
  
  .tb {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-table;
    background-color: #fff;
    color: #00212E;
  }
  
  .tb th {
    padding: 8px;
    font-size: 15px;
    line-height: 17px;
    border: 1px solid #eaeaea;
    font-weight: 600;
    vertical-align: top;
    background-color: #dcdcdc;
  }
  
  .tb td {
    padding: 8px;
    font-size: 15px;
    line-height: 17px;
    border: 1px solid #eaeaea;
    font-weight: 400;
  }
  
  /*.tb tbody tr:hover{background-color:#f5f5f5;}*/
  .tb-ddwn {
    border: none;
    font-weight: 400;
    background-color: #c5c7c7;
  }
  
  .tb .sort-icon {
    font-size: 16px;
    margin-left: 3px;
    cursor: pointer;
  }
  
  .tb .sort-icon:hover {
    color: #D80505;
  }
  
  .pg-disc {
    font-size: 15px;
    font-weight: 400;
    color: #084277;
    display: table;
    margin: 15px auto;
  }
  
  .pg-disc>i {
    font-size: 25px;
    margin-right: 8px;
    float: left;
    color: #f7bb1a;
  }
  
  .pg-disc:hover {
    text-decoration: underline;
  }
  
  .sidemenu {
    display: none;
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #284c5a;
    overflow-x: hidden;
  }
  
  .logname {
    margin: 0px;
    padding: 0px;
    padding: 12px 15px;
    margin-bottom: 8px;
  }
  
  .logname h5 {
    font-size: 15px;
    color: #FFD600;
    font-weight: 600;
  }
  
  .logname p {
    font-size: 15px;
    color: #95E9FF;
  }
  
  .sidemenu-list {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
  }
  
  .sidemenu-list li {
    padding: 8px 15px;
    margin: 0px;
    cursor: pointer;
  }
  
  .sidemenu-list a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
  }
  
  .sidemenu-list li:hover {
    background: #39697a;
    color: #fff;
  }
  
  .sidemenu-list li.selected {
    background: #0E85B0;
  }
  
  .sidemenu-list li.acc {
    background: #0E85B0;
    border-top: #88EAFF dotted 1px;
    border-bottom: #88EAFF dotted 1px;
    margin-bottom: 10px;
  }
  
  .sidemenu-list li img {
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    margin-right: 10px;
  }
  
  .wrapper {
    /*background:#f5f5f5;*/
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 0px;
    /*margin-left:251px;*/
    left: 0px;
    top: 0px;
  }
  
  .wrapper:before,
  .wrapper:after {
    content: " ";
    display: table;
  }
  
  .wrapper:after {
    clear: both
  }
  
  .wrapper-cont {
    background: #fff;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    -moz-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
  }
  
  .inside-cont {
    position: relative;
    min-height: 70vh;
    max-width:1920px;
    margin:0 auto;
  }
  
  .vs-footer {
    background: #051433;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    bottom: 0px;
    margin-top: 0px;
  }
  
  .ft-regno h6 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #e6ebf5;
    margin-bottom: 10px;
  }
  
  .ft-regno ul {
    padding: 0px;
    margin: 0px;
    margin-left: 15px;
  }
  
  .ft-regno ul li {
    color: #91a0bf;
    font-size: 13px;
    text-align: left;
    line-height: 22px;
    list-style: circle;
    font-weight: 400;
  }
  
  .vs-scrl::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    -webkit-overflow-scrolling: scroll;
  }
  
  .vs-scrl::-webkit-scrollbar:horizontal {
    -webkit-appearance: none;
    height: 7px;
    -webkit-overflow-scrolling: scroll;
  }
  
  .vs-scrl::-webkit-scrollbar-track {
    background-color: #eee;
  }
  
  .vs-scrl::-webkit-scrollbar-thumb {
    background-color: #888888;
    border-radius: 20px;
  }
  
  .vs-scrl {
    scrollbar-color: #888888 #eee;
    scrollbar-width: thin;
  }
  
  /*home banner*/
  .hm-banner {
    width: 100%;
    display: inline-block;
    background-color: #274a59;
    padding: 10px 10px;
  }
  
  .hm-banner-no-gap {
    margin: 0px 0px;
    padding: 0px 0px;
  }
  
  .hm-banner-img {
    width: 100%;
    float: left;
    outline: none;
    border: none;
  }
  
  .hm-banner-btn {
    padding: 9px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    background-color: #f7bc1a;
    border-radius: 20px;
    color: #083d52;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    transition: color 0.15s ease-in-out;
  }
  
  .hm-banner-btn:hover {
    background-color: #ffaf00;
  }
  
  .hm-bannertxt {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    display: block;
    position: relative;
    margin-left: 37px;
  }
  
  .hm-bannertxthigh {
    color: #f7bc1a;
  }
  
  .hm-banner-author {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    float: right;
    display: block;
    margin-top: 10px;
  }
  
  .hm-bannertxt-img1 {
    width: 30px;
    float: left;
    position: absolute;
  }
  
  .hm-bannertxt-img2 {
    width: 30px;
    position: absolute;
    margin-left: 218px;
    margin-top: -26px;
  }
  
  /*footer popup*/
  .fillcompl {
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #000;
  }
  
  .fillcompl p {
    font-size: 13px;
    line-height: 18px;
  }
  
  .fillcompl ul,
  .fillcompl ol {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  
  .fillcompl ul li,
  .fillcompl ol li {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    margin-bottom: 7px;
    line-height: 18px;
    margin-right: 15px;
  }
  
  @media (max-width:319px) {
  
    /*home banner*/
    .hm-banner-img {
      margin-top: 20px;
    }
  
    .hm-bannertxt {
      font-size: 12px;
      line-height: 18px;
      margin-left: 15px;
    }
  
    .hm-bannertxt-img1 {
      width: 10px;
    }
  
    .hm-bannertxt-img2 {
      width: 10px;
      margin-left: 137px;
      margin-top: -14px;
    }
  
    .hm-banner-author {
      font-size: 12px;
      margin-top: 7px;
      margin-bottom: 10px;
    }
  
    .hm-banner-btn {
      padding: 4px 9px;
      margin-bottom: 10px;
      font-size: 10px;
    }
  }
  
  @media (min-width:320px) and (max-width:400px) {
  
    /*home banner*/
    .hm-banner-img {
      margin-top: 20px;
    }
  
    .hm-bannertxt {
      font-size: 13px;
      line-height: 20px;
      margin-left: 20px;
    }
  
    .hm-bannertxt-img1 {
      width: 15px;
    }
  
    .hm-bannertxt-img2 {
      width: 15px;
      margin-left: 150px;
      margin-top: -14px;
    }
  
    .hm-banner-author {
      font-size: 12px;
      margin-top: 7px;
      margin-bottom: 10px;
    }
  
    .hm-banner-btn {
      padding: 6px 12px;
      margin-bottom: 10px;
      font-size: 12px;
    }
  }
  
  @media (min-width:401px) and (max-width:439px) {
    .hm-banner-img {
      margin-top: 20px;
    }
  
    .hm-bannertxt {
      font-size: 14px;
      line-height: 20px;
      margin-left: 20px;
    }
  
    .hm-bannertxt-img1 {
      width: 15px;
    }
  
    .hm-bannertxt-img2 {
      width: 15px;
      margin-left: 160px;
      margin-top: -14px;
    }
  
    .hm-banner-author {
      font-size: 12px;
      margin-top: 7px;
      margin-bottom: 10px;
    }
  
    .hm-banner-btn {
      padding: 6px 12px;
      margin-bottom: 10px;
    }
  }
  
  @media (min-width:440px) and (max-width:500px) {
  
    .hm-bannertxt {
      font-size: 15px;
      line-height: 22px;
      margin-left: 20px;
    }
  
    .hm-bannertxt-img1 {
      width: 15px;
    }
  
    .hm-bannertxt-img2 {
      width: 15px;
      margin-left: 170px;
      margin-top: -14px;
    }
  
    .hm-banner-author {
      font-size: 14px;
      margin-top: 7px;
      margin-bottom: 10px;
    }
  
    .hm-banner-btn {
      padding: 6px 12px;
      margin-bottom: 10px;
    }
  }
  
  @media (min-width:501px) and (max-width:768px) {
  
    .hm-bannertxt {
      font-size: 15px;
      line-height: 22px;
      margin-left: 20px;
    }
  
    .hm-bannertxt-img1 {
      width: 15px;
    }
  
    .hm-bannertxt-img2 {
      width: 15px;
      margin-left: 170px;
      margin-top: -14px;
    }
  
    .hm-banner-author {
      font-size: 14px;
      margin-top: 7px;
      margin-bottom: 10px;
    }
  
    .hm-banner-btn {
      padding: 6px 12px;
      margin-bottom: 10px;
    }
  }
  
  @media (min-width:1600px) {
  
    /*home banner*/
    .hm-bannertxt {
      font-size: 25px;
      line-height: 35px;
      margin-left: 50px;
    }
  
    .hm-bannertxt-img2 {
      margin-left: 306px;
      margin-top: -27px;
    }
  
    .hm-banner-author {
      font-size: 25px;
      margin-top: 7px;
      margin-bottom: 10px;
    }
  
    .hm-banner-btn {
      padding: 6px 12px;
      margin-bottom: 10px;
      font-size: 14px;
    }
  }
  
  @media (min-width:1900px) {
  
    /*home banner*/
    .hm-banner-img {
      width: 80%;
    }
  
    .hm-bannertxt {
      font-size: 28px;
      line-height: 38px;
      margin-left: 50px;
    }
  
    .hm-bannertxt-img2 {
      margin-left: 342px;
      margin-top: -30px;
    }
  
    .hm-banner-author {
      font-size: 30px;
      margin-top: 7px;
      margin-bottom: 10px;
    }
  
    .hm-banner-btn {
      padding: 6px 12px;
      margin-bottom: 10px;
      font-size: 14px;
    }
  }
  
  
  /*Mutual fund research*/
  .mfsrch-auto {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    width: 97%;
  }
  
  .mf-research {
    width: 100%;
    padding: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
  }
  
  .mf-research a {
    color: inherit;
  }
  
  .mf-research-grp {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  
  .mf-research-grp-img {
    width: 100%;
    display: block;
    float: left;
  }
  
  .mf-research-grp-h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    clear: both;
    margin: 3px 0px 0px 0px;
    padding: 0px;
    max-width: 80%;
  }
  
  .mf-research-grp-p {
    font-size: 15px;
    font-weight: 400;
    clear: both;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
  }
  
  .mf-research-grp .zmdi {
    position: absolute;
    right: 30px;
    top: 5px;
  }
  
  .mf-research-grp:hover {
    cursor: pointer;
  }
  
  @media (max-width:319px) {
  
    /*Mutual fund research*/
    .mf-research {
      width: 100%;
      padding: 10px;
      border: none;
      border-radius: 0px;
    }
  
    .mf-research-grp-h3 {
      font-size: 13px;
      line-height: 20px;
    }
  
    .mf-research-grp-p {
      font-size: 13px;
      line-height: 20px;
    }
  }
  
  @media (min-width:320px) and (max-width:600px) {
  
    /*Mutual fund research*/
    .mf-research {
      width: 100%;
      padding: 10px;
      border: none;
      border-radius: 0px;
    }
  
    .mf-research-grp-h3 {
      font-size: 13px;
      line-height: 20px;
    }
  
    .mf-research-grp-p {
      font-size: 13px;
      line-height: 20px;
    }
  }
  
  @media (min-width:601px) and (max-width:768px) {
  
    /*Mutual fund research*/
    .mf-research {
      width: 100%;
      padding: 15px;
    }
  }
  
  @media (min-width:320px) and (max-width:768px) {
  
    /*Mutual fund research*/
    .mfsrch-auto {
      width: 95%;
      max-height: 210px !important;
    }
  }
  
  
  
  .vshm-banner {
    width: 100%;
    height: 100%;
    background-color: #00568c;
    margin: 0px;
    text-align: center;
    position: relative;
  }
  
  .vshm-banner h2 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding-top: 23px;
    margin-bottom: 15px;
    line-height: 25px;
    letter-spacing: 1px;
  }
  
  .vshm-banner h2 span {
    color: #ffcc31;
  }
  
  .vshm-banner .col-bar {
    background-color: #ff9940;
    height: 10px;
    max-width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
  
  .vshm-banner .col-bar2 {
    background-color: #ff1616;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    max-width: 75%;
    margin: 0 auto;
    display: block;
    letter-spacing: 2px;
  }
  
  .vshm-banner .vshm-banner-img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    bottom: 1px;
  }
  
  .hm-sec {
    background: #fff;
    margin: 0px;
    margin-top: -10px;
  }
  
  .hm-sec ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  
  .hm-sec a {
    text-decoration: none;
    color: #004662;
  }
  
  .hm-sec a:hover {
    display: block;
  }
  
  .hm-sec ul li {
    font-size: 15px;
    border-bottom: 1px solid #DFDFDF;
    padding: 10px 0px 10px 0px;
    font-weight: 600;
  }
  
  .hm-sec .hm-sec-red {
    width: 25px;
    height: 25px;
    background: #DF0003;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-right: 5px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  
  .hm-sec h6 {
    background-color: #284c5a;
    color: #FFFFFF;
    min-width: 140px;
    min-height: 22px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding-left: 8px;
    float: right;
    display: block;
  }
  
  .hm-sec .rightarrow {
    background-color: #f7bb1a;
    color: #FFFFFF;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: right;
    margin-right: -2px;
  }
  
  
  /*home lower menus*/
  .hm-cont-menu {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }
  
  .hm-cont-menu ul {
    padding: 0px;
    list-style-type: none;
    margin: 0 auto;
    display: table;
    text-align: center;
  }
  
  .hm-cont-menu ul li {
    background: #FFFFFF;
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 115px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
    border: 0px solid #D1D1D1;
    margin: 0px 3px;
    margin-bottom: 10px;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.1s ease-out;
  }
  
  .hm-cont-menu ul li img {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .hm-cont-menu ul li p {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  
  .hm-cont-menu a {
    text-decoration: none;
    color: #004662;
    outline: none;
  }
  
  .hm-cont-menu ul li:hover {
    background: #f7bb1a;
    display: inline-block;
  }
  
  .hm-cont-menu-freeicon {
    width: 30px !important;
    height: 15px !important;
    position: absolute;
    right: 0;
  }
  
  .hm-lw-btn {
    margin: 0 auto;
    text-align: center;
    padding: 5px;
  }
  
  .hm-lw-btn li {
    display: inline-block;
    width: 200px;
    margin: 0px 7px;
  }
  
  .hm-lw-btn li>a {
    line-height: 40px;
    display: block;
    border-radius: 3px;
    font-weight: 600;
    color: #161616;
    font-size: 14px;
    text-align: center;
    letter-spacing: normal;
  }
  
  .hm-lw-btn li>a.btn1 {
    background-color: #284c5a;
    color: #FFFFFF;
  }
  
  .hm-lw-btn li>a.btn1:hover {
    background-color: #051433;
  }
  
  .hm-lw-btn li>a.btn2 {
    background-color: #FFCE00;
  }
  
  .hm-lw-btn li>a.btn2:hover {
    background-color: #ffba00;
  }
  
  .hm-lw-btn li>a.btn3 {
    background-color: #D7D7D7;
  }
  
  .hm-lw-btn li>a.btn3:hover {
    background-color: #b6b6b6;
  }
  
  .srch-wrapper {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
  }
  
  .srch-cont {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 10px;
    display: inline-block;
    top: 0px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  
  .srch-cont input[type="text"] {
    border: none;
    border-radius: 0px;
    width: 93%;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
  }
  
  .srch-back {
    cursor: pointer;
    outline: none;
    border: none;
    background-color: transparent;
    float: left;
    margin-top: 5px;
  }
  
  .srch-back i,
  .srch-clear i {
    font-size: 25px;
  }
  
  .srch-clear {
    cursor: pointer;
    outline: none;
    border: none;
    background-color: transparent;
    float: right;
    margin-top: 5px;
  }
  
  .srch-cont-ul {
    padding: 0px;
    max-height: 300px;
    overflow-y: auto;
  }
  
  .srch-cont-ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #DFDFDF;
  }
  
  .srch-cont-ul a {
    color: #004662;
  }
  
  .srch-cont-ul a:hover {
    background-color: #f5f5f5;
    display: block;
  }
  
  .srch-row-1 {
    display: block;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 4px;
  }
  
  .srch-row-2 {
    display: block;
    font-size: 13px;
    line-height: normal;
    color: #686868;
  }
  
  .msgbox {
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    top: 20%;
    font-size: 13px;
    padding: 10px 20px;
    margin: 0 auto;
    width: max-content;
    left: 0;
    right: 0;
    display: block;
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
  }
  
  .regist {
    background-color: #fff;
    left: 0;
    right: 0;
    margin-top: 10%;
    padding: 0px 0px 0px 0px;
    border-top: #FFBE00 5px solid;
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  
  .regist-logo {
    display: block;
    width: 60px;
    margin: 20px auto;
  }
  
  .regist h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
  }
  
  .regist-cont {
    padding: 15px 30px;
    margin-bottom: 10px;
  }
  
  .regist-cont label {
    font-size: 14px;
    font-weight: 400;
  }
  
  .regist-cont input[type="text"],
  .regist-cont input[type="email"],
  .regist-cont input[type="number"],
  .regist-cont select {
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  
  .regist-cont .form-check-input {
    margin-top: 0.5rem;
  }
  
  .regist-cont .form-check-label {
    font-size: 13px;
    line-height: 17px;
  }
  
  .regist-cont .form-check-label a {
    text-decoration: underline;
  }
  
  .regist-cont .form-control {
    padding-left: 8px;
  }
  
  .regist-cont-lwp {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
  }
  
  .regist-cont-lwp span {
    font-weight: 400;
  }
  
  .regist-cont p {
    font-size: 14px;
    text-align: center;
  }
  
  .regist-cont .chngtxt {
    border-left: none;
    border-top: none;
    outline: none;
    text-align: center;
    font-size: 15px !important;
    font-weight: 600;
  }
  
  .regist-cont .otptxtbox {
    border-left: none;
    border-top: none;
    border-right: none;
    outline: none;
    text-align: center;
    font-size: 17px !important;
    font-weight: 600;
    width: 150px;
    margin: 0 auto;
    color: #0083D7
  }
  
  .login {
    background-color: #fff;
    left: 0;
    right: 0;
    margin-top: 15%;
    padding: 0px 0px 3px 0px;
    border-top: #FFBE00 5px solid;
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  
  .login-logo {
    display: block;
    width: 60px;
    margin: 20px auto;
  }
  
  .login h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 4px 0px;
  }
  
  .login h5 {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    margin: 0px;
    color: #6c757d;
  }
  
  .login-cont {
    padding: 15px 30px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .login-cont input[type="text"],
  .login-cont input[type="email"],
  .login-cont input[type="password"] {
    margin-bottom: 20px;
    border: none;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0px;
    padding: 0px 5px;
    font-size: 15px;
    outline: none;
    line-height: 1.2;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-weight: 400;
    color: #495057;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .login-cont input[type="text"]:focus,
  .login-cont input[type="password"]:focus {
    border-bottom: 2px solid #f7bb1a;
    outline: none !important;
  }
  
  .forgotpass {
    font-size: 14px;
    margin: 10px 0px;
    float: right;
    font-weight: 600;
  }
  
  .login-cont-lwp {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  
  .login-social {
    padding: 15px 30px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  
  .or-seperator b {
    padding: 0 10px;
    width: 40px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    line-height: 37px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    color: #979797;
    font-weight: 600;
    border-radius: 50%;
    position: relative;
    top: -22px;
    z-index: 1;
  }
  
  .or-seperator {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    margin-top: 35px;
  }
  
  .login-social .social-btn .btn {
    color: #fff;
    width: 100px;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 5px;
    border: none;
    transition: all 0.4s;
  }
  
  .login-social .social-btn .btn-primary {
    background: #507cc0;
  }
  
  .login-social .social-btn .btn-danger {
    background: #df4930;
  }
  
  .toggle-password {
    right: 25px;
    margin-top: -24px;
    z-index: 1;
    position: absolute;
  }
  
  .nwlogin {
    background-color: #fff;
    left: 0;
    right: 0;
    padding: 25px 15px;
    margin-top: 20%;
    border-top: #FFBE00 5px solid;
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .nwlogin-logo {
    display: inline-block;
    width: 70px;
    margin: 10px auto;
  }
  
  .nwlogin h2 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    color: #6c757d;
    margin-top: 20px;
  }
  
  .nwlogin p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  
  .nwlogin-cont {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  
  .nwlogin-cont td {
    border: none;
  }
  
  .nwlogin-cont input[type="text"],
  .nwlogin-cont input[type="number"] {
    border: none;
    border-bottom: 1px solid #AAAAAA;
    border-radius: 0px;
    font-size: 17px;
    outline: none;
    color: #4D4D4D;
    width: 100%;
    letter-spacing: 1px;
    height: calc(2.25rem + 2px);
    font-weight: 600;
    background-color: transparent;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  .nwlogin-cont .contcode {
    width: 20%
  }
  
  .nwlogin-cont .mbno {
    padding-left: 20px;
  }
  
  .nwlogin-cont .zmdi-caret-down {
    font-size: 16px;
    position: absolute;
    margin-top: 12px;
    color: #686868;
    cursor: pointer;
  }
  
  /*new otp page*/
  .nwlogin-nwemail {
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    color: #4D4D4D;
    width: 100%;
    height: 36px;
    font-weight: 400;
    padding: 0px 8px;
    margin-right: 5px;
    float: left;
  }
  
  .nwlogin-nwemail::placeholder {
    font-size: 12px;
    font-weight: 600;
  }
  
  #modalcountrycode .modal-content {
    border: 10px solid #FFBE00;
    padding: 5px;
  }
  
  #modalcountrycode .modal-title {
    font-size: 16px;
  }
  
  #modalcountrycode .modal-header {
    padding: 6px 9px;
    background-color: #FCD300;
    border-bottom: none;
  }
  
  #modalcountrycode .modal-body {
    overflow-y: scroll;
    max-height: 360px;
  }
  
  #modalcountrycode .srctxt {
    height: 30px;
    font-size: 14px;
    border-radius: 2px;
  }
  
  #modalcountrycode .input-group-text {
    height: 30px;
    border-radius: 2px;
  }
  
  .srch-country {
    padding: 0px;
    margin: 10px 2px;
  }
  
  .srch-country li {
    padding: 5px 8px;
    border-bottom: 1px solid #DFDFDF;
    font-size: 14px;
  }
  
  .srch-country li>span {
    float: right;
  }
  
  .srch-country a {
    color: #004662;
  }
  
  .srch-country a:hover {
    background-color: #f5f5f5;
    display: block;
  }
  
  .nwlogin-otp {
    border: none;
    border-bottom: 1px solid #AAAAAA;
    border-radius: 0px;
    font-size: 17px;
    outline: none;
    color: #4D4D4D;
    letter-spacing: 1px;
    height: calc(2.25rem + 2px);
    font-weight: 600;
    width: 150px;
    margin: 0px auto;
    margin-top: 7px;
    margin-bottom: 25px;
    text-align: center;
    display: block;
  }
  
  .btn-resend {
    outline: none;
    padding: 5px 7px;
    background-color: #fff;
    border: 1px solid #343a40;
    border-radius: 2px;
    font-size: 14px;
    color: #343a40;
    margin-left: 3px;
  }
  
  .btn-resend:hover {
    background-color: #343a40;
    color: #FFFFFF;
  }
  
  .error-msg {
    text-align: center;
    color: #AF0002;
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
  }
  
  .my-acc {
    background: #fff;
    padding: 15px;
  }
  
  .my-acc a {
    color: #004662;
    text-decoration: none;
  }
  
  .my-acc-list li {
    font-size: 15px;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 5px;
    display: block;
    font-weight: 600;
  }
  
  .my-acc-list li:hover {
    background: #f5f5f5;
  }
  
  .my-acc-list li>i {
    float: right;
    margin-top: 3px;
    color: #949494;
  }
  
  .ernfer {
    padding: 10px;
  }
  
  .ernfer .eftopimg {
    width: 30%;
    display: block;
    margin: 0px auto;
    margin-bottom: 15px;
    border: none;
    outline: none;
  }
  
  .ernfer .ernfer-h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  
  .ernfer .ernfer-h3 {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    color: #5D06FF;
    font-style: italic;
    margin-bottom: 20px;
  }
  
  .ernfer .ernfer-btn {
    background-color: #f86854;
    color: #FFFFFF;
    text-decoration: none;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  
  .ernfer .ernfer-link {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
  }
  
  .ernfer .ernfer-link i {
    font-size: 17px;
    font-weight: 400;
  }
  
  .ernfer-copycode {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  
  .ernfer .copycodetextbox {
    border: 1px solid #BDBDBD;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 180px;
    height: 35px;
    letter-spacing: 5px;
  }
  
  .ernfer .sharebtn {
    background-color: #fff;
    border: 1px solid #BDBDBD;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    width: 90px;
    height: 35px;
    margin-left: -5px;
    padding-top: 3px;
  }
  
  .ernfer-smedia {
    padding: 0px;
  }
  
  .ernfer-smedia ul {
    text-align: center;
  }
  
  .ernfer-smedia ul li {
    margin: 0px;
    padding: 0px 8px;
    list-style-type: none;
    display: inline-block;
  }
  
  .ernfer-smedia li button {
    background: none;
    border: 0px;
    outline: none;
    cursor: pointer
  }
  
  .ernfer-smedia img {
    width: 38px;
  }
  
  .wrds-top {
    background: url("../image/rewards-header.svg");
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    height: 140px;
  }
  
  .wrds-top h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 40px 0px 0px 20px;
  }
  
  .wrds-top h6 {
    font-size: 17px;
    font-weight: 600;
    padding: 0px 0px 0px 20px;
  }
  
  .wrds-list {
    padding: 5px;
  }
  
  .wrds-list ul {}
  
  .wrds-list ul li {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    cursor: pointer;
  }
  
  .scratch_bf_monthly {
    background: url("../image/rewards_monthly.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
    outline: 0;
    border: none;
    box-sizing: border-box;
    display: block;
  }
  
  .scratch_bf_yearly {
    background: url("../image/rewards_yearly.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
    outline: 0;
    border: none;
    box-sizing: border-box;
    display: block;
  }
  
  .scratch_af_yearly {
    background: #fff;
    width: 300px;
    height: 300px;
    outline: 0;
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }
  
  .scratch_af_monthly {
    background: #fff;
    width: 300px;
    height: 300px;
    outline: 0;
    padding: 20px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
  }
  
  .scratch_af_monthly img,
  .scratch_af_yearly img {
    width: 70px;
    padding: 0px;
    margin: 0px;
  }
  
  .scratch_af_monthly h5,
  .scratch_af_yearly h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
  }
  
  .scratch_af_monthly h4,
  .scratch_af_yearly h4 {
    font-size: 22px;
    font-weight: 600;
  }
  
  .scratch_af_monthly p,
  .scratch_af_yearly p {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-top: 10px;
  }
  
  .scratch-popup-wrapper {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  
  .scratch-popup-cont {
    width: 300px;
    height: 300px;
    display: block;
    background: #fff;
    position: absolute;
    margin: 5% auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: -1px 2px 31px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: -1px 2px 31px -4px rgba(0, 0, 0, 1);
    box-shadow: -1px 2px 31px -4px rgba(0, 0, 0, 1);
  }
  
  .scratch-popup-cont .fa {
    font-size: 24px;
    position: absolute;
    top: -25px;
    right: -25px;
    color: #fff;
  }
  
  .pkg-cont {
    margin: 0px;
    text-align: center;
    border-top: 20px solid #FF6327;
    padding: 15px;
  }
  
  .pkg-cont h2 {
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  
  .pkg-cont h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #D10508;
    font-weight: 600;
  }
  
  .pkg-cont h3 span {
    text-decoration: line-through;
    margin-right: 10px;
    color: #929292;
    font-weight: 400;
  }
  
  .pkg-cont p {
    font-size: 16px;
    color: #1659A0;
    margin-bottom: 25px;
    font-weight: 600;
  }
  
  .pkg-cont button {
    width: 150px;
    height: 50px;
  }
  
  .pkg-queries {
    margin-top: 35px;
  }
  
  .pkg-queries ul {
    text-align: center;
  }
  
  .pkg-queries ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    color: #6c757d;
  }
  
  .pkg-queries ul li a {
    color: #6c757d;
    border-bottom: 1px dotted #414141;
    padding-bottom: 3px;
    cursor: pointer;
  }
  
  .pkg-queries ul li .fa {
    margin-right: 5px;
    color: #6c757d;
  }
  
  .cancel-subs-top {
    padding: 15px;
    background: #004662;
  }
  
  .cancel-subs-top p {
    font-size: 15px;
    color: #fff;
  }
  
  .cancel_subs {
    width: 100%;
    padding: 15px;
  }
  
  .cancel_subs>p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .cancel_subs-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
  }
  
  .cancel_subs-list li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
  }
  
  .cancel_subs-list li>input[type="radio"] {
    margin-right: 8px;
  }
  
  .cancelp {
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }
  
  .cancel-subs-btn {
    width: 150px;
  }
  
  .chng-paswd {
    padding: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .chng-paswd input[type="password"] {
    margin-bottom: 20px;
    border: none;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0px;
    padding: 0px 5px;
    font-size: 15px;
    outline: none;
    line-height: 1.2;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-weight: 400;
    color: #495057;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .chng-paswd input[type="password"]:focus {
    border-bottom: 2px solid #f7bb1a;
    outline: none !important;
  }
  
  .cont-add,
  .cont-phone,
  .cont-slmedia {
    width: auto;
    margin: 0px;
    padding: 15px;
  }
  
  .cont-add h2,
  .cont-phone h2,
  .cont-slmedia h2 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
  }
  
  .cont-add h6 {
    ont-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .cont-add p,
  .cont-phone p,
  .cont-slmedia p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  
  .cont-add i,
  .cont-phone i {
    margin-right: 10px;
    color: #0D9BE0;
    font-size: 18px;
  }
  
  .cont-phone a {
    color: #004662;
  }
  
  .cont-slmedia ul {
    list-style-type: none;
    float: left;
  }
  
  .cont-slmedia ul li {
    display: inline-block;
    margin-right: 10px;
    background-color: #f7bb1a;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    transition: background-color 0.5s ease;
  }
  
  .cont-slmedia ul li i {
    text-align: center;
    font-size: 22px;
    display: block;
    line-height: 35px;
    color: #FFFFFF;
  }
  
  .cont-slmedia ul li:hover {
    background-color: #051433
  }
  
  .cont-map {
    padding: 15px;
  }
  
  .cont-train {
    padding: 15px 10px;
    text-align: center;
  }
  
  .cont-train h2 {
    font-size: 19px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
  }
  
  .or-line {
    font-size: 14px;
    margin: 10px 0px;
    display: block;
  }
  
  .pre-benef-top {
    background: #004662;
    padding: 15px;
  }
  
  .pre-benef-top p {
    font-size: 15px;
    color: #FFFFFF;
  }
  
  .pre-benef {
    padding: 15px;
  }
  
  .pre-benef .media {
    padding: 10px 0px 8px 0px;
  }
  
  .pre-benef .media-body {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 20px;
    margin-left: 10px;
  }
  
  .pre-benef .media-body>h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px !important;
  }
  
  .pre-benef .mr-3 {
    width: 30px;
    margin-top: 7px;
  }
  
  .pre-benef .media-body p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
  }
  
  .benf_vd_link {
    margin-top: 15px;
  }
  
  .benf_vd_link i {
    margin-right: 8px;
  }
  
  .pre-benef_btn {
    margin-left: 20px;
    width: 150px;
    margin-bottom: 20px;
  }
  
  .privacy-tab {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  
  .privacy-tab a li {
    font-size: 15px;
    font-weight: 600;
    list-style-type: none;
    display: inline-block;
    padding: 0px 15px;
    height: 35px;
  }
  
  .privacy-tab a li:hover {
    border-bottom: 2px solid #004662;
  }
  
  .privacy-tab a li.selected {
    border-bottom: 2px solid #004662;
  }
  
  .privacy-tab a {
    color: #004662
  }
  
  .p-poly .card {
    margin-top: 15px;
  }
  
  .p-poly .card-header {
    padding: 8px;
    border-bottom: none;
  }
  
  .p-poly .card-body {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
  }
  
  .p-poly .card-body ol {
    padding-left: 15px;
  }
  
  .p-poly .card-body ol li {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
  }
  
  .p-poly .card-body ul {
    padding-left: 0px;
    list-style-type: none;
  }
  
  .p-poly .card-body ul li {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
  }
  
  .p-poly-h3 {
    font-size: 18px;
  }
  
  .p-poly-p {
    font-size: 15px;
  }
  
  .p-poly .btn {
    padding: 0px;
  }
  
  .p-poly button {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    line-height: normal !important;
    display: block;
    width: 100%;
  }
  
  .p-poly button:hover,
  .p-poly button:focus {
    text-decoration: none;
  }
  
  .addbank {
    text-align: center;
    padding: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .addbank img {
    padding-bottom: 12px;
    margin-top: 5px;
  }
  
  .addbank h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    line-height: 22px;
  }
  
  .addbank p {
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 18px;
  }
  
  .bank_details {
    padding: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 20px;
  }
  
  .bank-tab {
    margin: 0px auto;
    padding: 0px;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px dotted #C4C4C4;
    width: 100%;
  }
  
  .bank-tab {
    margin-bottom: 30px;
    margin-top: 5px;
  }
  
  .bank-tab li {
    margin: 0px;
    display: inline-block;
    width: 49%;
  }
  
  .bank-tab li a {
    display: block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    height: 35px;
    font-size: 15px;
    font-weight: 600;
  }
  
  .bank-tab li a:hover {
    border-bottom: 2px solid #ffc107;
  }
  
  .bank-tab li a.visited {
    border-bottom: 2px solid #ffc107;
  }
  
  .bank_datails_form>div {
    margin-bottom: 20px;
  }
  
  .bank_datails_form label {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    color: #909090;
  }
  
  .bank_datails_form input[type="text"],
  .bank_datails_form input[type="number"],
  .bank_datails_form select {
    border: none;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0px;
    font-size: 14px;
    outline: none;
    line-height: 1.2;
    width: 100%;
    height: calc(1.25rem + 2px);
    font-weight: 400;
    color: #495057;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .bank_datails_form input[type="text"]:focus,
  .bank_datails_form input[type="number"]:focus,
  .bank_datails_form select:focus {
    border-bottom: 2px solid #f7bb1a;
    outline: none !important;
  }
  
  .bank_datails_form .srch_ifsc {
    font-size: 13px;
    color: #005EB7;
    text-align: right;
    display: block;
    padding: 0px;
    margin-top: 8px;
    text-decoration: none;
  }
  
  .ifsc_form>div>label {
    margin-left: 3px;
  }
  
  .bank_datails_summary {
    width: 96%;
    padding: 15px 20px;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 20px;
  }
  
  .bank_datails_summary p {
    font-size: 15px;
    color: #9b9d9e;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 20px;
  }
  
  .upi-dtls-summary p {
    font-size: 15px;
    color: #9b9d9e;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 22px;
  }
  
  /*.bank_datails_summary div{margin-bottom:10px;}*/
  .bank_datails_summary table {
    border: none;
    width: 100%;
    border-collapse: collapse;
  }
  
  .bank_datails_summary table td:nth-child(1) {
    text-align: left;
    width: 23%;
    padding: 5px 0px;
  }
  
  .bank_datails_summary table td:nth-child(2) {
    text-align: left;
    padding: 5px 0px;
  }
  
  .upi-dtls-summary table {
    border: none;
    width: 100%;
    border-collapse: collapse;
  }
  
  .upi-dtls-summary table td:nth-child(1) {
    text-align: left;
    width: 23%;
    padding: 5px 0px;
  }
  
  .upi-dtls-summary table td:nth-child(2) {
    text-align: left;
    padding: 5px 0px;
  }
  
  .upi-dtls-summary input[type="text"] {
    border: 1px solid #e0e0e0 !important;
    padding: 0px 5px;
    height: 35px;
    width: 45%;
  }
  
  .bank_datails_summary label {
    font-size: 14px;
    font-weight: 400;
    color: #004662;
    margin-bottom: 10px;
    display: inline;
  }
  
  .upi_edit_btn {
    width: 100%;
    margin-top: 12px;
  }
  
  .bank_datails_summary h6 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
  }
  
  .bank_datails_summary span {
    font-size: 14px;
    font-weight: 400;
    color: #004662;
    margin-left: 5px;
  }
  
  .myprofile {
    background: #fff;
    padding: 15px;
  }
  
  .myprofile label {
    font-size: 14px;
    font-weight: 400;
  }
  
  .myprofile input[type="text"] {
    font-size: 14px;
    border-radius: 2px;
  }
  
  .myprofile .form-control {
    padding-left: 8px;
  }
  
  .myprofile .myprofile-msg {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #D90104;
  }
  
  .stocks-strategy {
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    padding: 15px;
  }
  
  .value-tabs {
    margin: 0px auto;
    text-align: center;
    overflow: auto;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 30px;
    border-bottom: 1px dotted #DBDBDB;
  }
  
  .value-tabs a li {
    margin: 0 auto;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    list-style-type: none;
    padding: 0px 7%;
    height: 35px;
  }
  
  .value-tabs a li:hover {
    border-bottom: 2px solid #004662;
  }
  
  .value-tabs a li.selected {
    border-bottom: 2px solid #004662;
  }
  
  .value-tabs a {
    color: #004662
  }
  
  .stocks-strategy-p {
    font-size: 15px;
    text-align: justify;
    padding: 0px;
    line-height: 20px;
  }
  
  .stocks-strategy-h2 {
    background-color: #004662;
    padding: 4px 15px;
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
  }
  
  .stocks-strategy-guru {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  
  .stocks-strategy-guru li {
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #DBDBDB;
  }
  
  .stocks-strategy-guru a li img {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ddd;
  }
  
  .stocks-strategy-guru a {
    font-size: 16px;
    color: #004662;
    font-weight: 600;
    text-decoration: none;
  }
  
  .stocks-strategy-guru li:hover {
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
  }
  
  .stocks-strategy-guru li>i {
    float: right;
    margin: 23px 20px 0 0;
    color: #9F9F9F;
  }
  
  .stocks-strategy-guru-btn {
    width: 200px;
  }
  
  .stocks-strategy-guru-mdl {
    padding: 0px;
    margin-bottom: 5px;
  }
  
  .stocks-strategy-guru-mdl li {
    display: block;
    border-bottom: 1px solid #DBDBDB;
  }
  
  .stocks-strategy-guru-mdl a li img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
  }
  
  .stocks-strategy-guru-mdl li {
    font-size: 14px;
    color: #004662;
    font-weight: 600;
    text-decoration: none;
  }
  
  .stocks-strategy-guru-mdl-chk {
    margin-left: 3px;
    float: right;
    margin-top: 28px;
    margin-right: 20px;
  }
  
  .stocks-strategy-guru-mdl img {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ddd;
  }
  
  .guru-details {
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    padding: 15px;
  }
  
  .guru-details-p {
    font-size: 15px;
    text-align: justify;
    padding: 0px;
    line-height: 20px;
  }
  
  .guru-details-link {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    display: block;
  }
  
  .guru-details-link:hover {
    text-decoration: underline;
  }
  
  .guru-details-box {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  
  .guru-details-box .guru-details-p {
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
    padding: 0px 10px;
  }
  
  .guru-details-box .guru-details-h2 {
    background-color: #004662;
    padding: 4px 15px;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .guru-details-box .guru-detail-rules {
    margin: 0;
    padding: 0;
  }
  
  .guru-details-box .guru-detail-rules li {
    margin: 0;
    padding: 0;
    padding-bottom: 7px;
    display: block;
    font-size: 15px;
  }
  
  .guru-details-box .guru-details-link {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    display: block;
  }
  
  .guru-details-box .guru-details-link:hover {
    text-decoration: underline;
  }
  
  .guru-video {
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
  }
  
  .guru_videoimg {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  
  .guru_video-p {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .guru-details-box-btn {
    width: 200px;
  }
  
  .guru-details .readbox {
    background-color: #f5f5f5;
    padding: 5px 6px;
    font-size: 14px;
    text-align: justify;
  }
  
  .guru-details .rdless {
    font-size: 14px;
    font-weight: 400;
    color: #017AD1;
    margin-top: 4px;
    text-align: right;
    display: block;
  }
  
  .guru-details .rdless:hover {
    text-decoration: underline;
  }
  
  .gurustck {
    padding: 15px;
  }
  
  .gurustck-list {
    margin: 0px;
    padding: 5px 0px 15px 0px;
    /*white-space:nowrap;*/
    overflow-y: hidden;
    width: 95%;
  }
  
  .gurustck-list li {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0px 10px 10px 0;
    display: inline;
  }
  
  .gurustck-list li:hover {
    background-color: #343a40;
    color: #FFFFFF;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
  }
  
  .gurustck-data-p {
    font-size: 14px;
    text-align: right;
  }
  
  .gurustck-data {
    padding: 15px;
  }
  
  .popup-sorting {
    width: 55%;
    position: absolute;
    top: 0;
    z-index: 1;
    margin-top: 52px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    -moz-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  
  .popup-sorting ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
  
  .popup-sorting ul li {
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  .popup-sorting h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .popup-sorting ul li input[type="radio"] {
    margin-right: 5px;
  }
  
  .gurustckbtn {
    background-color: transparent;
    border: none;
    margin-bottom: 5px;
  }
  
  .gurustckbtn .zmdi-caret-down {
    font-size: 18px;
    margin-left: 5px;
    float: right;
  }
  
  .gurustck-rdb {
    margin-top: 15px;
  }
  
  .gurustck-rdb li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .research-stock {
    margin: 5px 10px;
  }
  
  .research-stock .value-tabs {
    margin-bottom: 20px;
  }
  
  .research-stock .value-tabs a li {
    font-size: 15px;
    padding: 0px 3%;
  }
  
  .sorted_by_chng {
    margin: 0px 15px;
    float: left;
  }
  
  .sorted_by_chng h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
    cursor: pointer;
    display: inline-block;
  }
  
  .sorted_by_chng h3 i {
    margin-left: 5px;
    font-weight: 400;
  }
  
  .midtab {
    margin: 0px 15px;
    padding: 0px;
    margin-bottom: 10px;
  }
  
  .midtab li {
    width: 120px;
    height: 35px;
    display: inline-block;
    border: 1px dotted #aaaaaa;
    margin: 0px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 400;
  }
  
  .midtab a {
    text-align: center;
    cursor: pointer;
    color: #262525;
  }
  
  .midtab li:hover {
    background: #FBBF11;
  }
  
  .midtab li.selected {
    background: #FBBF11;
  }
  
  .research-stock-p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #0F5792;
    text-align: left;
    margin-right: 15px;
    float: right
  }
  
  .research-stock-p>span {
    color: #DC0003;
    margin-left: 3px;
  }
  
  .research-stock-p>span.red {
    color: #DC0003;
  }
  
  .research-stock-p>span.green {
    color: #0D8B03;
  }
  
  .research-datalist {
    margin: 20px 15px;
  }
  
  .research-datalist .tb .research-datalist-sec {
    display: block;
    font-weight: 400;
  }
  
  .research-datalist .tb .sort-icon {
    font-size: 16px;
    margin-left: 3px;
    cursor: pointer;
  }
  
  .research-datalist .tb .sort-icon:hover {
    color: #D80505;
  }
  
  .research-datalist .tb select {
    padding: 0px 5px;
    border: none;
  }
  
  .stock-specif {
    margin: 5px 0px;
    padding: 15px;
  }
  
  .stock-specif-h2 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .st-spf-price {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 7px 0px 0px
  }
  
  .st-spf-perc {
    color: #E50003;
    font-weight: 400;
  }
  
  .st-spf-perc2 {
    color: #3AA700;
    font-weight: 400;
  }
  
  .stock-specif-redarrow {
    display: inline-block;
    margin-top: -4px;
    margin-right: 5px;
    width: 20px;
  }
  
  .st-spf-price-dt {
    font-size: 14px;
    color: #A3A3A3;
    margin: 0px 0px 0px 30px;
  }
  
  .st-spf-recom {
    font-size: 15px;
    margin: 5px 0px 0px 0px;
    font-weight: 400
  }
  
  .st-spf-greybg {
    background: #f5f5f5;
    padding: 8px 10px;
    margin-top: 15px;
  }
  
  .st-spf-greybg p {
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
  }
  
  .st-spf-stlist {
    margin: 0px;
    padding: 0px;
  }
  
  .st-spf-tb {
    margin: 10px 0px;
    width: 100%;
  }
  
  .st-spf-tb tr td {
    border: none;
  }
  
  .st-spf-tb tr td {
    font-size: 15px;
    font-weight: 600;
    width: 33.33%;
    text-align: center;
  }
  
  .st-spf-tb span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    color: #044EBF;
    text-decoration: underline;
  }
  
  .popup-sorting-open:hover {
    background-color: #ffffff;
    color: #00212E;
  }
  
  .popup-sorting-open:focus {
    background-color: #ffffff;
    color: #00212E;
  }
  
  .st-spf-btn-ladder {
    clear: both;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600
  }
  
  .st-spf-btn-ladder i {
    margin-left: 7px;
  }
  
  .st-spec-grule {
    margin: 0px 0px;
    padding: 5px;
    margin-bottom: 10px;
  }
  
  .st-spec-grule-h2 {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    background-color: #f7bb1a;
    padding: 8px 0px;
  }
  
  .st-spec-grule-h2>span {
    background-color: #D30003;
    color: #fff;
    padding: 8px 15px;
    margin-right: 5px;
  }
  
  .st-spec-grule-h4 {
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  
  .st-spec-grule-tb thead tr {
    background: #f5f5f5;
  }
  
  .st-spec-grule-chart {
    border: 1px solid #E3E3E3;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
  
  .st-spec-grule-tb .infoMoreHtml {
    outline: none;
    background-color: #fff;
    color: #424242;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #424242;
    text-align: center;
    /*position:absolute;left:288px;*/
    line-height: 16px;
  }
  
  .st-spec-grule-tb th {
    background-color: #ded9d9
  }
  
  .st-spec-grule-tb .infoMoreHtml:hover {
    background-color: #424242;
    color: #fff;
    cursor: pointer;
  }
  
  .nifty_trend {
    margin: 5px 10px;
    padding: 8px;
  }
  
  .nifty_trend-p {
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
  }
  
  .nifty_trend_midbtn {
    margin: 0 auto;
    text-align: center;
  }
  
  .nifty_trend_midbtn>button {
    margin: 0px 5px;
    max-width: 180px;
  }
  
  .nifty_trend_midbtn li {
    margin: 0px 8px;
    padding: 7px 5px;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #686868;
    width: 200px;
    border-radius: 3px;
    color: #0D0000;
    line-height: 18px;
    margin-bottom: 8px;
  }
  
  .nifty_trend_midbtn li:hover {
    background-color: #284c5a;
    color: #FFFFFF;
  }
  
  .sec-analysis {
    /*margin:5px 10px;*/
    padding: 15px;
  }
  
  .sec-analysis .value-tabs {
    margin-bottom: 20px;
  }
  
  .sec-analysis .value-tabs a li {
    font-size: 15px;
    padding: 0px 3%;
  }
  
  .sec-analysis .midtab {
    margin: 0px 0px;
    padding: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px;
    white-space: nowrap;
  }
  
  .sec-analysis .midtab li {
    width: auto;
    height: 35px;
    display: inline-block;
    border: 1px dotted #aaaaaa;
    margin: 0px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 10px;
    text-align: center;
  }
  
  .sec-analysis-p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .sec-analysis_midbtn {
    text-align: center;
    margin-bottom: 20px;
    float: right;
  }
  
  .sec-analysis_midbtn li {
    margin: 0px 5px;
    padding: 7px 8px;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #686868;
    border-radius: 3px;
    color: #0D0000;
    line-height: 18px;
  }
  
  .sec-analysis_midbtn li:hover {
    background-color: #284c5a;
    color: #FFFFFF;
  }
  
  .sec-analysis_midbtn li.selected {
    background-color: #284c5a;
    color: #FFFFFF;
  }
  
  .sec-analysis .tb .sort-icon {
    font-size: 16px;
    margin-left: 3px;
    cursor: pointer;
  }
  
  .sec-analysis .tb .sort-icon:hover {
    color: #D80505;
  }
  
  .sec-analysis .tb .zmdi-plus {
    margin-right: 8px;
    display: block;
    float: left;
    margin-top: 3px;
  }
  
  .fnd-ct {
    margin: 5px 10px;
    padding: 15px;
  }
  
  .fnd-ct-tabs {
    margin: 0px auto;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px dotted #DBDBDB;
    overflow: auto;
    white-space: nowrap;
  }
  
  .fnd-ct-tabs a li {
    margin: 0 auto;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    list-style-type: none;
    padding: 0px 4%;
    height: 35px;
  }
  
  .fnd-ct-tabs a li:hover {
    border-bottom: 2px solid #004662;
  }
  
  .fnd-ct-tabs a li.selected {
    border-bottom: 2px solid #004662;
  }
  
  .fnd-ct-tabs a {
    color: #004662
  }
  
  .fnd-ct-h2 {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .fnd-ct-midtab {
    margin-bottom: 20px;
    overflow: auto;
    white-space: nowrap;
  }
  
  .fnd-ct-midtab li {
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #fff;
    margin-left: 0px !important;
    margin-right: 8px;
    padding: 0 10px;
    border-radius: 3px;
  }
  
  .fnd-ct-scndsec1 {
    text-align: right !important;
    padding-right: 0px !important;
    font-size: 16px !important;
  }
  
  .fnd-ct-sidedrp {
    font-size: 17px !important;
    text-align: right !important;
  }
  
  .fnd-ct-midtab a {
    text-align: center;
    cursor: pointer;
    color: #262525;
  }
  
  .fnd-ct-midtab li:hover {
    background: #fff;
    border: 1px solid #FBBF11;
    box-shadow: 0px 5px 10px 0px rgba(130, 136, 147, 0.25);
  }
  
  .fnd-ct-midtab li.selected {
    background: #fff;
    border: 1px solid #FBBF11;
    box-shadow: 0px 5px 10px 0px rgba(130, 136, 147, 0.25);
  }
  
  .fnd-ct-sidetab:hover {
    border: none !important;
    box-shadow: none !important;
  }
  
  .fnd-ct-sidetab {
    width: max-content !important;
  }
  
  .fnd-ct-sidetab.selected {
    border: none !important;
    box-shadow: none !important;
  }
  
  .mfbklink {
    margin: 0px;
    padding: 0px;
    color: #004662;
    font-size: 14px;
    font-weight: 400;
    display: block;
  }
  
  .mfbklink i {
    margin-right: 6px;
    float: left;
    font-size: 20px;
    margin-left: 15px;
  }
  
  #cust-modal-body-datepick_pop input {
    float: right;
    margin-left: 10px;
    color: #004662;
    font-weight: 500;
  }
  
  #datepick_pop_btn {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
  }
  
  .mfd {
    padding: 15px;
    margin: 5px 10px;
    margin-bottom: 10px;
  }
  
  .recom {
    background-image: url(../image/recommendation.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 15px;
    height: 16px;
    display: block;
    float: left;
  }
  
  .mfd-h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .mfd h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  
  .mfd p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
  }
  
  .mfd-chart {
    width: 100%;
  }
  
  #canvas {
    height: 400px !important;
  }
  
  .hold {
    margin: 5px 10px;
    padding: 0px 10px
  }
  
  .hold-box {
    padding: 7px 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  
  .hold-box h3 {
    font-size: 15px;
    font-weight: 400;
    float: left;
    color: #284c5a;
  }
  
  .hold-box h3 a {
    color: #284c5a;
  }
  
  .hold-box h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    color: #949696;
  }
  
  .hold-box p {
    float: right;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
  }
  
  .hold a {
    cursor: pointer;
  }
  
  .annualsubs-top {
    background: #004662;
    padding: 15px;
  }
  
  .annualsubs-top h2 {
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
  }
  
  .annualsubs-top h3 {
    color: #EFC100;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .annualsubs-top p {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
  }
  
  .annualsubs-btn-sec {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .annualsubs-btn-sec li {
    width: 200px;
    display: inline-block;
    padding: 12px 8px;
    font-weight: 600;
    font-size: 16px;
  }
  
  .annualsubs-btn-sec li:hover {
    cursor: pointer;
  }
  
  .annualsubs-btn-sec .cl {
    background-color: #f7bb1a;
  }
  
  .annualsubs-btn-sec .subs {
    background-color: #004662;
    color: #fff;
  }
  
  .annualsubs-btn-sec .cl:hover {
    background-color: #f79c1a;
  }
  
  .annualsubs-btn-sec .subs:hover {
    background-color: #0da6f5;
  }
  
  .annualsubs-benef {
    padding: 15px;
  }
  
  .annualsubs-benef .media {
    padding: 10px 0px 8px 0px;
  }
  
  .annualsubs-benef .media-body {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 20px;
    margin-left: 10px;
  }
  
  .annualsubs-benef .media-body>h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px !important;
  }
  
  .annualsubs-benef .mr-3 {
    width: 30px;
    margin-top: 7px;
  }
  
  .annualsubs-benef .media-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  
  .annualsubs-benef-a {
    color: #036EBB;
    font-weight: 600;
    font-size: 14px;
    float: right;
  }
  
  .annualsubs-benef_btn {
    width: 350px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  
  .tabstscr {
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    float: left;
  }
  
  .tabstscr button {
    display: block;
    background-color: inherit;
    color: #004662;
    padding: 8px 10px;
    line-height: normal;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #DDDDDD;
  }
  
  .tabstscr button:hover {
    background-color: #084567;
    color: #fff;
  }
  
  .tabstscr button.active {
    background-color: #ffffff;
    color: #0094C1;
  }
  
  .tabcontentscr {
    background-color: #fff;
    width: inherit;
    height: 100%;
    border-left: none;
    display: none;
    vertical-align: top;
    padding: 0px 20px;
  }
  
  .tabstscr-h3 {
    font-size: 14px;
    font-weight: 600;
    color: #004662;
    margin-bottom: 10px;
    line-height: normal;
  }
  
  .tabcontentscr input[type="checkbox"] {
    margin-right: 8px;
    float: left;
    margin-top: 3px;
  }
  
  .tabstscr-h3 i {
    color: #074074;
    font-size: 18px;
    margin-left: 5px;
    cursor: pointer;
  }
  
  .tabcontentscr p {
    font-size: 14px;
    color: #004662;
    margin-bottom: 5px;
    font-weight: 400;
  }
  
  .tabcontentscr select {
    font-weight: 400;
    color: #004662;
    font-size: 14px;
    float: left;
    margin-right: 8px;
    padding: 3px 3px;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    line-height: normal;
  }
  
  .tabcontentscr input[type="text"] {
    border: 1px solid #CDCDCD;
    padding: 2px 3px;
    color: #004662;
    font-size: 14px;
    border-radius: 3px;
    width: 25%;
    margin-right: 8px;
  }
  
  .tabcontentscr-chk-lbl {
    display: flex;
    padding-top: 2px;
  }
  
  .stcscr {
    text-align: center;
  }
  
  .stcscr>button {
    margin-right: 5px;
    border-radius: 2px;
  }
  
  .tabcontentscr-sec {
    margin-bottom: 15px;
  }
  
  .tabstscr-cont {
    font-weight: 600;
    color: #FF9600;
    float: right;
    font-size: 14px;
  }
  
  @media (min-width:280px) and (max-width:767px) {
    .tabstscr button {
      padding: 6px 5px;
      font-size: 12px;
    }
  
    .tabstscr-h3 {
      font-size: 12px;
    }
  }
  
  .filterpop_up {
    position: absolute;
    display: none;
    width: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 74px;
    background-color: #fff;
    z-index: 1;
  }
  
  .filterpop_up_head {
    display: flow-root;
    background-color: #f5f5f5;
    padding: 10px;
  }
  
  .filterpop_up_headtxt {
    font-size: 15px;
    font-weight: 600;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
  }
  
  .filterpop_up_cont {
    text-align: center;
    padding: 10px;
  }
  
  .filterpop_up_txt {
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #FF8E00;
    padding: 5px 8px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin: 5px;
    max-width: 630px;
    line-height: 20px;
  }
  
  .filterpop_up_txt>i {
    font-size: 15px;
    position: absolute;
    top: -10px;
    cursor: pointer;
    right: -4px;
  }
  
  /*Filter stock - top right icons*/
  .filter-scrn-top-icons {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    float: right;
  }
  
  .filter-scrn-top-icons li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
  }
  
  .filter-scrn-top-icons .filter-scrn-pdf {
    font-size: 26px;
    padding-right: 6px;
    color: #E0070B;
  }
  
  .filter-scrn-top-icons .filter-scrn-save {
    font-size: 26px;
    padding-right: 6px;
    color: #02AF36;
  }
  
  .filter-scrn-top-icons .filter-scrn-back {
    width: 26px;
    float: left;
  }
  
  @media(max-width:320px) {
  
    /*Filter stock - top right icons*/
    .filter-scrn-top-icons .filter-scrn-pdf {
      font-size: 20px;
    }
  
    .filter-scrn-top-icons .filter-scrn-save {
      font-size: 20px;
    }
  
    .filter-scrn-top-icons .filter-scrn-back {
      width: 22px;
    }
  }
  
  .webinar {
    padding: 10px 15px;
  }
  
  .webinar h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .webinar p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
  }
  
  .webinar ul {
    padding: 0px;
    margin: 0px;
  }
  
  .webinar ul li {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  
  .webinar ul li .webinar-txt {
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
    display: block;
  }
  
  .webinar ul li .webinar-dt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .webinar ul li .webinar-img {
    width: 100%;
    display: block;
    position: relative;
  }
  
  .webinar-img-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /*z-index:100;*/
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
  
  .webinar-img-play {
    text-align: center;
    display: block;
    margin: 125px auto;
    color: #fff;
    font-size: 40px;
  }
  
  .webinar-img-overlay:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .tbl_strgy_1 thead th {
    width: 25%
  }
  
  .tbl_strgy_1 tbody tr td {
    width: 25%
  }
  
  .tb_hglght td {
    cursor: pointer;
    color: #017AD1;
  }
  
  .tbl_strgy {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    color: #000000;
  }
  
  .tbl_strgy tbody tr td {
    border: none;
    cursor: pointer;
    width: 25%
  }
  
  .tbl_strgy th {
    width: 25%
  }
  
  .tbl_strg_td1 {}
  
  .ana_per_td {
    background-color: #ebebeb !important;
  }
  
  .mf_tbl_1 th {
    width: 33.33%
  }
  
  .mf_tbl_1 td {
    width: 33.33%
  }
  
  .mf_tbl_2 th {
    width: 11.11%
  }
  
  .mf_tbl_2 td {
    width: 11.11%
  }
  
  .srch-compare {
    padding: 10px 15px;
  }
  
  .srch-compare label {
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: 600;
  }
  
  .srch-compare button {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
  
  .txt-vs {
    text-align: center;
    margin: 10px 0px;
    color: #848484;
    font-size: 15px;
  }
  
  .ladd {
    padding: 10px 15px;
  }
  
  .ladd .sorted_by_chng {
    margin: 0px 0px;
  }
  
  .ladd .sorted_by_chng h3 {
    font-size: 15px;
    padding-bottom: 6px;
    display: block;
    font-weight: 600;
  }
  
  .ladd-name {
    font-size: 18px;
    display: block;
    font-weight: 600;
    text-align: left;
  }
  
  .ladd-dt {
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    color: #04253E;
    float: right;
    padding: 6px 8px;
    border-radius: 2px;
  }
  
  .ladd .zmdi-calendar-note {
    margin-left: 5px;
    cursor: pointer;
  }
  
  .ladd-adm {
    background-color: #fff6df;
    margin: 6px 0px
  }
  
  .ladd-adm tr td {
    border: 0px;
    padding: 5px 10px;
  }
  
  .ladd-adm td {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    padding: 0px 8px;
  }
  
  .ladd-adm td span {
    font-weight: 600;
    margin-left: 8px;
    font-size: 16px;
  }
  
  .ladd-pdh tr td {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #aaa !important;
  }
  
  .ladd-pdh td span {
    margin-left: 20px;
    font-weight: 600;
  }
  
  .ladd-pdh td span.green {
    color: #079601;
  }
  
  .ladd-pdh td span.red {
    color: #940A0C;
  }
  
  .ladd-pdh {
    border-collapse: separate;
    border-spacing: 10px;
  }
  
  .drp-dt-topbar {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 10px
  }
  
  .ladd-dt-dtpckr {
    float: right
  }
  
  .ladd-tb-algnmnt {
    text-align: right;
    padding-right: 15px;
  }
  
  .prvs-dt-tb {
    display: inline;
  }
  
  .prvs-dt-tb-lf {
    float: left
  }
  
  .prvs-dt-tb-rght {
    float: right;
  }
  
  .ladd-day {
    padding: 0px;
    margin: 0px auto;
    margin-bottom: 15px;
    display: table;
  }
  
  .ladd .scrl {
    max-height: 300px;
  }
  
  .ladd .lbltxt {
    font-size: 15px;
    font-weight: 600;
    float: left;
    margin-top: -3px;
  }
  
  .ladd .chkbox[type="checkbox"] {
    margin-right: 8px;
    float: left;
  }
  
  .vs-notif {
    padding: 10px 15px;
    margin: 5px 10px;
  }
  
  .vs-notif-sec {
    border-bottom: 1px solid #CCCCCC;
    margin: 10px 0px;
    padding: 10px 0px;
    cursor: pointer;
  }
  
  .vs-notif-sec:hover {
    -webkit-box-shadow: -2px 18px 31px -30px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: -2px 18px 31px -30px rgba(0, 0, 0, 0.58);
    box-shadow: -2px 18px 31px -30px rgba(0, 0, 0, 0.58);
  }
  
  .vs-notif-sec-img {
    width: 60px;
  }
  
  .vs-notif-sec-h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  .vs-notif-sec-p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
  }
  
  .vs-notif-sec-dt {
    font-size: 14px;
    float: left;
    color: #7E7E7E;
  }
  
  .vs-notif-sec-reddot {
    width: 10px;
    height: 10px;
    background-color: #DB0003;
    border-radius: 50%;
    display: block;
    float: right;
    margin-top: 10px;
  }
  
  .strg-old {
    padding: 10px 10px;
    margin: 5px 10px;
  }
  
  .strg-old h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .strg-old .ptxt {
    font-size: 13px;
    margin-top: 10px;
    line-height: normal;
    border: 1px solid #979797;
    padding: 7px;
  }
  
  .strg-old .strg-disc-h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #5E5E5E;
  }
  
  .strg-old .strg-disc-p {
    font-size: 13px;
    text-align: justify;
    color: #5E5E5E;
    line-height: 18px;
  }
  
  .strg-old .tb thead tr {
    background-color: #AFECFF;
    vertical-align: top;
    text-align: center;
  }
  
  .strg-old .strgred {
    background-color: #FFB2B3;
  }
  
  .strg-old.strggreen {
    background-color: #C1F5A0;
  }
  
  .strg-old .strgbrown {
    background-color: #FFE6A8;
  }
  
  .strg-old .tb input[type="text"] {
    display: block;
    width: 100%;
    padding: 6px 5px;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid#ced4da;
    border-radius: 0.15rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .strg-old .col-lg-2,
  .strg-old .col-lg-5,
  .strg-old .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .strg {
    padding: 10px 10px;
    margin: 5px 10px;
  }
  
  .strg-hd {
    display: inline-block;
    margin-bottom: 15px;
    background-color: #ded9d9;
    padding: 8px 8px;
    width: 100%;
  }
  
  .strg-hd h2 {
    font-size: 15px;
    font-weight: 600;
    float: left;
    padding-top: 2px;
    padding-right: 10px;
  }
  
  .strg-hd i {
    font-size: 21px;
    cursor: pointer;
    padding-top: 2px;
  }
  
  .strg-apply {
    outline: 0;
    background-color: #fff;
    float: right;
    border-radius: 5px;
    text-align: center;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
  }
  
  .strg-apply:hover {
    background-color: #343a40;
    color: #fff;
  }
  
  .strg-topbox {
    border: 0px solid #808080;
    padding: 8px;
    text-align: center;
    max-width: 16%;
  }
  
  .strg-topbox p {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
  }
  
  .strg-topbox input[type="text"] {
    border: none;
    border-bottom: 1px solid #B4B4B4;
    text-align: center;
    color: #737373;
    font-size: 15px;
    width: 70px;
    padding: 3px 0px;
    background-color: inherit;
    font-weight: 600;
  }
  
  .strg-topbox .opr {
    color: #B4B4B4;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    margin: 3px 0px 0px 0px;
  }
  
  .strg .strg-disc-h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #5E5E5E;
  }
  
  .strg .strg-disc-p {
    font-size: 13px;
    text-align: justify;
    color: #5E5E5E;
    line-height: 18px;
  }
  
  .strg .strg-buybtn {
    margin: 0 auto;
    text-align: center;
    width: 20%;
    display: block;
  }
  
  .tbhdbg tr th {
    background-color: #f5f5f5;
  }
  
  .strg a {
    cursor: pointer;
  }
  
  .strg .yellowbtn {
    background-color: #ebebeb;
  }
  
  .strg .tb thead tr {
    background-color: #FFC600;
  }
  
  .strg .tb tbody tr:hover {
    background-color: inherit;
  }
  
  .hm-mdl {
    width: 100%;
  }
  
  .hm-mdl h2 {
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
  }
  
  .hm-mdl p {
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    text-align: justify;
  }
  
  .hm-mdl hr {
    margin: 10px 0px 7px 0px;
    padding: 0px;
  }
  
  .hm-mdl>button {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    clear: both;
    width: 150px;
  }
  
  .hm-mdl>i {
    font-size: 25px;
    float: left;
    margin-right: 5px;
  }
  
  .hm-mdl>a {
    font-weight: 400;
    font-size: 15px;
    margin-top: -6px;
    display: inline-block;
  }
  
  .hm-mdl>a:hover {
    text-decoration: underline;
  }
  
  .backtested {
    padding: 10px 15px;
    margin: 5px 10px;
  }
  
  .backtested-p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
  }
  
  .backtested-p-nw {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #fff;
  }
  
  .backtested .tb td {
    border: none;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0px;
  }
  
  .backtested .tb tr:hover {
    background-color: inherit;
  }
  
  .backtested h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    width: 100%;
    text-align: justify;
  }
  
  .backtested h3 a {
    color: #0076B0;
  }
  
  .backtested h3:hover {
    text-decoration: underline;
  }
  
  .backtested_disc {
    font-size: 13px;
    color: #666666;
    font-weight: 400px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    text-align: justify;
    width: 85%;
  }
  
  .backtested_str,
  .backtested_str2 {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    margin-right: 15px;
  }
  
  .backtested_str span,
  .backtested_str2 span {
    color: #0076B0;
    font-weight: 600;
  }
  
  .stcklist-term {
    background-color: #004662;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    width: 85px;
    border-radius: 30px;
    padding: 3px 0px;
    display: inline-block;
    float: left;
  }
  
  .stcklist-tick-green {
    color: #05C01B;
    font-size: 22px;
    margin-left: 10px;
  }
  
  .stcklist-buy {
    background-color: #f7bb1a;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    width: 70px;
    border-radius: 30px;
    display: inline-block;
    padding: 3px 0px;
  }
  
  .stcklist-buy i {
    font-size: 15px;
    padding-right: 3px;
  }
  
  .stcklist-buy-price {
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-left: 5px
  }
  
  .sponcode {
    padding: 10px 15px;
    text-align: center;
  }
  
  .sponcode h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
  }
  
  .sponcode h3 span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: normal;
  }
  
  .sponcode input[type="text"] {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 20px;
    outline: none;
    width: 30%;
    font-weight: 600;
    color: #495057;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
  }
  
  .sponcode .error-msg {
    font-size: 14px;
    margin-top: 10px;
    color: #838383;
    font-weight: 400;
  }
  
  .sponcode-modal {
    width: 100%;
    padding: 0px 15px;
  }
  
  .sponcode-modal h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    padding: 0px;
    margin-top: 10px;
  }
  
  .sponcode-modal h5 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
  }
  
  .sponcode-modal-btn {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 120px;
    color: #000000;
    font-weight: 600;
  }
  
  .vs-plan {
    margin: 5px 10px;
  }
  
  .vs-plan-box {
    margin: 10px;
  }
  
  .vs-plan-box li {
    margin-bottom: 7px;
    text-align: center;
    padding: 10px;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .vs-plan-box li p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
  }
  
  .vs-plan-box li span {
    background-color: #FFE500;
    border-radius: 25px;
    padding: 5px 15px;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #E9BC00;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .vs-plan-box li a {
    color: #004662;
  }
  
  .vs-plan-box li a:hover {
    color: #1371E1;
  }
  
  .bd1 li {
    background-color: #f6f6f6;
  }
  
  .bd2 li {
    background-color: #ececec;
  }
  
  .bd3 li {
    background-color: #e2e2e2;
  }
  
  .dindices {
    margin: 5px 10px;
    padding: 10px;
  }
  
  .dindices-tabs {
    margin: 0px auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px dotted #DBDBDB;
  }
  
  .dindices-tabs a li {
    margin: 0 auto;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    list-style-type: none;
    padding: 0px 7%;
    height: 35px;
  }
  
  .dindices-tabs a li:hover {
    border-bottom: 2px solid #004662;
  }
  
  .dindices-tabs a li.selected {
    border-bottom: 2px solid #004662;
  }
  
  .dindices-tabs a {
    color: #004662
  }
  
  .dindices-sts {
    margin: 0px;
    padding: 0px;
  }
  
  .dindices-sts-price {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 7px 0px 0px
  }
  
  .dindices-sts-price {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 7px 0px 0px
  }
  
  .dindices-sts-perc-red {
    color: #E50003;
    font-weight: 600;
  }
  
  .dindices-sts-perc-green {
    color: #00AF09;
    font-weight: 600;
  }
  
  .dindices-dt {
    font-size: 14px;
    color: #A3A3A3;
    margin: 0px 0px 0px 30px;
  }
  
  .dindices .card-header {
    padding: 0px;
    background: none;
  }
  
  .dindices h2 {
    font-size: 0px;
  }
  
  .dindices .accor {
    text-decoration: none;
    width: 100%;
    text-align: left;
    color: #004662;
    font-weight: 600;
    font-size: 16px;
  }
  
  .dindices .accor:hover {
    background-color: #f5f5f5;
    cursor: pointer;
  }
  
  .dindices .accor:after {
    font-family: 'FontAwesome';
    font-weight: 400;
    content: "\f107";
    float: right;
  }
  
  .dindices-discl {
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
  }
  
  .dindices .dindices-accor p {
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
    line-height: 22px;
  }
  
  .dindices .dindices-accor ul {
    margin-left: 18px;
  }
  
  .dindices .dindices-accor ul li {
    font-size: 15px;
    margin-bottom: 7px;
    list-style-type: disc;
    line-height: 22px;
    text-align: justify;
  }
  
  .dindices .dindices-accor h4 {
    font-size: 15px;
    font-weight: 600;
    float: left;
  }
  
  .dindices .dindices-chart {
    width: 100%;
    text-align: center;
  }
  
  .dindices .dindices-chart>img {
    border: 1px solid #979797;
    padding: 10px;
  }
  
  .investar {
    padding: 15px 15px;
  }
  
  .investar h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .investar ul {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
  }
  
  .investar ul li {
    list-style: circle;
    border-bottom: 1px solid #ddd;
    padding: 10px 8px;
    padding-left: 8px;
  }
  
  .investar ul li:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    -moz-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    color: #004662;
    list-style: disc;
  }
  
  .investar ul a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #6c757d
  }
  
  .investar ul li:after {
    font-family: 'FontAwesome';
    font-weight: 400;
    content: "\f105";
    float: right;
  }
  
  .abtus {
    padding: 10px 15px;
    margin: 5px 10px;
  }
  
  .abtus p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    line-height: 20px;
  }
  
  .abtus h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    margin-bottom: 10px;
  }
  
  .abtus ul {
    margin: 0px;
    padding-left: 15px;
  }
  
  .abtus ul li {
    list-style: disc;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 20px;
    padding-left: 7px;
  }
  
  .visionp {
    padding: 10px 15px;
    margin: 5px 10px;
  }
  
  .visionp h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
  }
  
  .visionp p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    line-height: 18px;
  }
  
  .visionp ul {
    margin-left: 15px;
  }
  
  .visionp ul li {
    font-size: 15px;
    list-style: circle;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: justify;
  }
  
  .strg2 {
    padding: 10px 10px;
  }
  
  .strg2 .strg2-icon {
    color: #FFA600;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    font-size: 25px;
  }
  
  .strg2 .strg2-h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .strg2 .btnedit {
    margin-bottom: 10px;
    float: right;
  }
  
  .vs-faq {
    margin: 0 10px;
  }
  
  .vs-faq .card {
    margin: 0px;
  }
  
  .vs-faq .card-header {
    padding: 0px 0px;
    background-color: inherit;
  }
  
  .vs-faq .card-header .btn {
    font-size: 15px;
    font-weight: 500;
    width: 90%;
    text-decoration: none;
    text-align: left;
    color: #0A2E66;
    line-height: 20px;
  }
  
  .vs-faq .card-header:hover {
    background-color: #f5f5f5;
  }
  
  .vs-faq .card-body {
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    padding: 10px 15px;
    color: #636363;
    font-weight: 400;
  }
  
  .vs-faq .card-body ul {
    padding: 0px;
    padding-left: 15px;
  }
  
  .vs-faq .card-body ul li {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 7px;
    color: #636363;
  }
  
  .vs-faq h2 i {
    float: right;
    font-size: 19px;
    color: #636363;
    margin: 12px 15px 0 0;
  }
  
  .riskprofile {
    padding: 10px 15px
  }
  
  .riskprofile-sec {
    padding-bottom: 15px;
    margin: 0px;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 15px;
  }
  
  .riskprofile-sec h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .riskprofile-sec p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 70%;
  }
  
  .riskprofile-sec span {
    font-size: 15px;
    font-weight: 600;
    display: block;
  }
  
  .riskprofile-sec .btn-but {
    display: block;
    float: right;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0px;
    min-width: 80px;
    background-color: inherit;
    outline: 0;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    margin-top: 7px;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
  
  .riskprofile-sec .pending-btn {
    border: 1px solid #FFBE00;
  }
  
  .riskprofile-sec .pending-btn:hover {
    background-color: #FFBE00;
  }
  
  .riskprofile-sec .submitted-btn {
    border: 1px solid #09D0AE;
  }
  
  .riskprofile-sec .submitted-btn:hover {
    background-color: #09D0AE;
  }
  
  .riskprofile-sec span.pending-txt {
    color: #FFBE00;
  }
  
  .riskprofile-sec span.submitted-txt {
    color: #09D0AE;
  }
  
  .risk_assm {
    padding: 10px 15px;
  }
  
  .risk_assm .card {
    margin: 0px;
  }
  
  .risk_assm .card-header {
    padding: 0px 0px;
    background-color: inherit;
  }
  
  .risk_assm .card-header .btn {
    font-size: 15px;
    font-weight: 600;
    width: 90%;
    text-decoration: none;
    text-align: left;
    color: #004662;
    line-height: normal;
  }
  
  .risk_assm .card-header:hover {
    background-color: #f5f5f5;
  }
  
  .risk_assm .card-body ul {
    padding: 0px;
    margin: 0px;
  }
  
  .risk_assm .card-body ul li {
    padding: 0px;
    margin: 0px;
    line-height: normal;
  }
  
  .risk_assm .card-body ul li input[type="radio"] {
    margin-right: 10px;
  }
  
  .risk_assm .card-body ul li label {
    font-size: 14px;
    font-weight: 400;
  }
  
  .risk_assm h2 i {
    float: right;
    font-size: 19px;
    color: #8A8A8A;
    margin: 12px 15px 0 0;
  }
  
  .risk_assm h2 i.zmdi-check-circle {
    color: #0BD0A8;
  }
  
  .risk_assm .risk_assm-btn {
    margin: 0 auto;
    display: block;
    width: 200px;
    border-radius: 3px;
  }
  
  .riskmatching {
    padding: 10px 15px;
  }
  
  .riskmatching h2 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  .riskmatching h2 span {
    font-weight: 600;
  }
  
  .riskmatching p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .paymconf {
    padding: 10px 15px;
  }
  
  .paymconf h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  .paymconf h5 {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .paymconf p {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: normal;
  }
  
  .paymconf .paymconf-icon {
    color: #009C38;
    font-size: 55px;
    display: block;
    text-align: center;
  }
  
  .sponscd {
    padding: 10px 15px;
  }
  
  .sponscd p {
    font-size: 15px;
    text-align: center;
  }
  
  .sponscd input[type="text"] {
    width: 120px;
    border: 1px solid #BDBDBD;
    margin-right: 10px;
    border-radius: 2px;
    padding: 3px 4px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 5px;
  }
  
  .sponscd .sponscd-box {
    margin: 0 auto;
    display: block;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    padding: 10px 0px;
  }
  
  .errpg {
    text-align: center;
  }
  
  .errpg img {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  
  .errpg h4 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .errpg p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  
  .errpg a {
    margin-bottom: 25px;
  }
  
  .fdback {
    padding: 10px 15px;
  }
  
  .fdback .card {
    margin: 0px;
  }
  
  .fdback .card-header {
    padding: 0px 0px;
    background-color: inherit;
  }
  
  .fdback .card-header .btn {
    font-size: 15px;
    font-weight: 600;
    width: 90%;
    text-decoration: none;
    text-align: left;
    color: #004662;
    line-height: normal;
  }
  
  .fdback .card-header:hover {
    background-color: #f5f5f5;
  }
  
  .fdback .card-body ul {
    padding: 0px;
    margin: 0px;
  }
  
  .fdback .card-body ul li {
    padding: 0px;
    margin: 0px;
    line-height: normal;
  }
  
  .fdback .card-body ul li input[type="radio"] {
    margin-right: 10px;
  }
  
  .fdback .card-body input[type="text"] {
    border: 1px solid #9B9B9B;
    outline: none;
  }
  
  .fdback .card-body ul li label {
    font-size: 14px;
    font-weight: 400;
  }
  
  .fdback h2 i {
    float: right;
    font-size: 19px;
    color: #8A8A8A;
    margin: 12px 15px 0 0;
  }
  
  .fdback .risk_assm-btn {
    margin: 0 auto;
    display: block;
    width: 200px;
    border-radius: 3px;
  }
  
  .addupi {
    padding: 10px 15px;
  }
  
  .addupi h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    line-height: normal;
  }
  
  .addupi p {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    line-height: normal;
  }
  
  .addupi span {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    color: #808080;
    line-height: normal;
  }
  
  .addupi .addupi-ldr {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    width: 100px;
  }
  
  .addupi button {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  
  .btn-alt {
    padding: 5px 45px !important;
  }
  
  .pay_upi_sec {
    width: 320px;
    height: 150px;
    text-align: center;
    margin: 0px auto !important;
  }
  
  .pay_upi_sec1 {
    text-align: center;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  
  .pay_upi_sec1 h4 {
    margin: 0px;
    padding: 0px;
  }
  
  .pay_upi_sec h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 25px
  }
  
  .pay_upi_sec h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 45px;
    line-height: 26px;
  }
  
  .pay_upi_sec h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
  }
  
  .alert-popup-txt {
    font-weight: 500;
    margin-top: 30px;
    font-size: 18px;
  }
  
  .addupi-popup-txt {
    font-weight: 500;
    margin-top: 80px;
    font-size: 18px;
  }
  
  .vs-dtcp {
    margin: 0 0px;
  }
  
  .vs-dtcp .card {
    margin: 0px;
  }
  
  .vs-dtcp .card-header {
    padding: 0px 0px;
    background-color: inherit;
  }
  
  .vs-dtcp .card-header .btn {
    font-size: 15px;
    font-weight: 500;
    width: 90%;
    text-decoration: none;
    text-align: left;
    color: #0A2E66;
    line-height: 20px;
  }
  
  .vs-dtcp .card-header:hover {
    background-color: #f5f5f5;
  }
  
  .vs-dtcp .card-body {
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    padding: 10px 15px;
    color: #636363;
  }
  
  .vs-dtcp .card-body ul {
    padding: 0px;
  }
  
  .vs-dtcp .card-body ul li {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 7px;
    color: #636363;
  }
  
  .vs-dtcp h2 i {
    float: right;
    font-size: 19px;
    color: #636363;
    margin: 12px 15px 0 0;
  }
  
  .vs-dtcp .card-body h2 {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    color: #636363;
    margin-bottom: 10px;
    font-weight: 600
  }
  
  .vs-dtcp .card-body h3 {
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    color: #636363;
    margin-bottom: 10px;
    font-weight: 600
  }
  
  .vs-dtcp .card-body p {
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    color: #636363;
    font-weight: 400;
  }
  
  .fillcomp {
    display: block;
    margin-top: 6px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
  }
  
  .pms-pdf a:hover {
    color: #c0cade !important;
    cursor: pointer;
    text-decoration: underline;
  }
  
  .pms-pdf {
    color: #3453d1 !important;
    cursor: pointer;
  }
  
  .ft_disclaimer p {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 6px;
    text-align: justify;
    color: #91a0bf;
  }
  
  .ft-compl-hd {
    color: #e6ebf5;
    font-weight: 500;
    margin: 20px 0px 10px 0px;
  }
  
  .ft-compl-tb {
    width: 100%;
    margin: 15px auto;
    border-collapse: collapse;
    margin-bottom: 20px
  }
  
  .ft-compl-tb thead tr th {
    padding: 5px 8px;
    font-weight: 500;
    background-color: #4d5b79;
    color: #ffffff;
    vertical-align: top;
    font-size: 13px;
  }
  
  .ft-compl-tb tbody tr td {
    padding: 5px 8px;
    color: #e6ebf5;
    font-size: 12px;
  }
  
  .fillcomp a {
    color: #3453d1;
  }
  
  .fillcomp a:hover {
    text-decoration: underline;
    color: #c0cade;
  }
  
  .strategysum {
    padding: 10px;
  }
  
  .strategysum .strategysum-top {
    background-color: #004662;
    margin: 0px;
    padding: 7px 10px;
  }
  
  .strategysum .strategysum-top li {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    line-height: 20px;
  }
  
  .strategysum .strategysum-top li span {
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-top: 3px;
  }
  
  .strategysum .strategysum-top li:nth-last-child(1) {
    float: right;
    border-left: 1px solid #FFFFFF;
    padding-left: 30px;
    text-align: center;
  }
  
  .strategysum .strategysum-pts {
    padding: 0px;
    margin: 15px 0px 10px 25px;
  }
  
  .strategysum .strategysum-pts li {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 400;
    list-style-type: disc;
  }
  
  .strategysum .strategysum-tb-hd {
    background-color: #004662;
    color: #FFFFFF;
  }
  
  .strategysum .strategysum-tb-cell {
    background-color: #FFEFD8;
  }
  
  .strategysum .strategysum-feat {
    padding: 0px;
    margin: 0px;
  }
  
  .strategysum .strategysum-feat li {
    padding: 0px;
    margin: 0px 0px 0px 15px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 400;
    list-style-type: disc;
  }
  
  .strategysum .tb th {
    font-size: 14px;
  }
  
  .strategysum .tb td {
    font-size: 14px;
  }
  
  .strategysum .strategysum-discl {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-left: 5px;
    color: #848484;
    text-align: justify;
    clear: both;
  }
  
  .strategysum .stsmbtn {
    border: 1px solid #343a40;
    text-align: center;
    color: #343a40;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 3px;
    display: block;
    outline: none;
    background-color: transparent;
    letter-spacing: 0.3px;
    line-height: 17px;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
  
  .strategysum .stsmbtn:hover {
    background-color: #343a40;
    color: #FFFFFF;
  }
  
  .apply-coupon,
  .success-coupon,
  .invalid-coupon {
    width: 100%;
    padding: 10px 10px 15px 10px;
    position: relative;
    cursor: pointer;
  }
  
  .apply-coupon img,
  .success-coupon img,
  .invalid-coupon img {
    float: left;
    width: 50px;
    margin-right: 15px;
  }
  
  .apply-coupon h3,
  .success-coupon h3,
  .invalid-coupon h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  
  .apply-coupon p,
  .success-coupon p,
  .invalid-coupon p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  
  .apply-coupon i,
  .success-coupon i,
  .invalid-coupon i {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 30px;
    font-weight: 400;
  }
  
  .apply-coupon {
    background-color: #FFEFD8;
  }
  
  .success-coupon {
    background-color: #B7FDFF;
  }
  
  .invalid-coupon {
    background-color: #FFC0C1;
  }
  
  .popup-aplycoup {
    background-color: #FFEFD8;
    position: absolute;
    z-index: 100;
    bottom: 0;
    text-align: center;
    padding: 12px 0px;
    width: 97%;
  }
  
  .popup-aplycoup h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  
  .popup-aplycoup input[type="text"] {
    border: 1px solid #8C8C8C;
    padding: 3px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    width: 200px;
    margin-bottom: 15px;
  }
  
  .websec {
    border: 1px solid #0A427E;
    text-align: center;
    border-radius: 4px;
  }
  
  .websec a {
    color: #0A427E;
    font-size: 15px;
    display: block;
  }
  
  .strategysum .rdmore {
    font-size: 14px;
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: 600;
    color: #00508A;
    float: right;
    margin-right: 10px;
  }
  
  .strategysum .rdmore a {
    color: #00508A;
  }
  
  .strategysum .paymsum {
    width: 100%;
  }
  
  .strategysum .paymsum h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .subscp {
    padding: 10px 15px;
    margin: 0px;
  }
  
  .subscp-list {
    margin: 0px;
    padding: 0px;
  }
  
  .subscp-list li {
    margin: 0px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    display: block;
  }
  
  .subscp-list-sec h2 {
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-bottom: 5px;
    color: #007CC1;
    line-height: 20px;
    width: 65%;
  }
  
  .subscp-list li:hover .subscp-list-sec h3 {
    background-color: #f7bb1a;
    color: #000
  }
  
  .subscp-list-sec h3 {
    font-size: 17px;
    font-weight: 600;
    float: right;
    background-color: #004662;
    color: #fff;
    text-align: center;
    width: 90px;
    display: block;
    border-radius: 30px;
  }
  
  .subscp-list-sec p {
    display: block;
    clear: both;
    font-size: 15px;
    line-height: 20px;
  }
  
  .subscp-list-sec-vl {
    font-weight: 600
  }
  
  .subscp-list-sec-vl span {
    color: #777777;
    margin-left: 3px;
    font-weight: 400;
  }
  
  .abtus-pop {
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #000;
  }
  
  .abtus-pop p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    line-height: normal;
  }
  
  .abtus-pop h5 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 4px;
    line-height: normal;
  }
  
  .abtus-pop span {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    color: #727272;
    display: block;
  }
  
  .abtus-pop a {
    color: #000;
  }
  
  .abtus-pop-btn {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
  }
  
  .sv-scn-stck {
    border: 1px solid #03fcba;
    border-radius: 4px;
    padding: 4px 10px;
    background-color: #ffffff;
  }
  
  .sv-scn-tb {
    width: 100%;
    font-weight: 400;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 8px
  }
  
  .sv-scn-tb td {
    padding: 8px 10px;
  }
  
  .sv-scn-btn_1 {
    float: right;
    outline: none;
    border: none;
    color: #737373;
    padding: 0px 10px;
    background-color: #ffffff;
  }
  
  .sv-scn-btn_2 {
    float: right;
    outline: none;
    border: none;
    color: #2f91d6;
    padding: 0px 10px;
    background-color: #fff
  }
  
  .sv-scn-tb-td1 {
    width: 50%;
    font-weight: 600;
  }
  
  .sv-scn-tb-td2 {
    width: 50%;
    text-align: right;
  }
  
  .sv-scn-tb-td4 {
    width: 70%
  }
  
  .sv-scn-tb-td5 {
    width: 30%
  }
  
  .upi-mn-dv {
    padding: 0px 0px;
  }
  
  .vs-upi-txt {
    padding: 40px 20px;
    margin-top: 50px
  }
  
  .vs-upi-txt p {
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
    line-height: 22px;
  }
  
  .btn-upi-ld {
    width: 150px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 3px;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    text-align: center;
    background-color: #FFCE00;
    text-decoration: none;
    margin: 0px auto
  }
  
  .upipycode {
    margin-top: 6px;
  }
  
  .upi-paycode-head h3 {
    font-size: 26px;
    margin-top: 15px;
    margin-left: 10px;
  }
  
  .upi-paycode-hd-custom {
    margin: 0 !important;
  }
  
  .main-coupon {
    box-shadow: 0 0 10px 0 #acacac;
    border-radius: 5px;
  }
  
  .strategysum_custom {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 420px;
  }
  
  .upi-apply-code-custom {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  
  .apply_inner {
    padding: 20px !important;
  }
  
  .apply_inner input {
    width: 70% !important;
    border-bottom: 2px solid #8e8e8e !important;
    border: none;
  }
  
  .apply_inner input:focus,
  .apply_inner input:visited {
    background: none !important;
  }
  
  .btn-upi-paycode-custom {
    background-color: #d8d8d8 !important;
    width: 100px !important;
    height: 36px !important;
    color: #003e50 !important;
    font-weight: 800 !important;
  }
  
  .payment_sec {
    background: #eff3f4;
    padding: 10px;
    margin: 50px 0 0 0;
    box-shadow: 0 0 10px 0 #acacac;
  }
  
  .payment_sec h3 {
    color: #203842;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  
  .payment_sec p {
    color: #7d7d7d;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  
  .payment_sec p span {
    float: right;
  }
  
  .payment_sec h4 {
    color: #4ab895;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .payment_sec h4 span {
    float: right;
  }
  
  .total_payment {
    border-top: 1px solid #acacac;
    color: #203842;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  
  .total_payment span {
    float: right;
  }
  
  .margin-left {
    margin: 0 !important;
  }
  
  .upi-paycode-coupon {
    margin-left: -45px;
  }
  
  .btn-upi-paycode {
    background-color: #004662;
    width: 100px;
    height: 35px;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    border: none;
    margin-top: 5px;
    color: #ffffff;
    margin-right: 10px;
    font-weight: 600
  }
  
  .upi-apply-code {
    display: inline-block;
  }
  
  .txt-upi-paycode {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 220px;
    padding: 3px 10px;
    margin-right: 10px;
    margin-left: 0px;
  }
  
  .btn-upi {
    background-color: #d6d4d4;
    color: #004662;
    width: 100px;
    height: 40px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    border: none;
    position: relative;
    margin-left: 60px;
    margin-top: 5px;
    text-align: center;
    padding-right: 15px;
  }
  
  .btn-upi-invld {
    background-color: #ffcccc;
    color: #dc3545;
  }

  /* Stocks Review Simple Stats Cards */
  .stats-cards {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  
  .stat-card {
    flex: 1;
    min-width: 150px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  }
  
  .stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #004662;
    margin-bottom: 5px;
    line-height: 1;
  }
  
  .stat-label {
    font-size: 12px;
    font-weight: 500;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  /* Responsive stats cards */
  @media (max-width: 768px) {
    .stats-cards {
      gap: 10px;
    }
    
    .stat-card {
      min-width: 120px;
      padding: 12px;
    }
    
    .stat-value {
      font-size: 20px;
    }
    
    .stat-label {
      font-size: 11px;
    }
  }
  
  @media (max-width: 480px) {
    .stats-cards {
      flex-direction: column;
    }
    
    .stat-card {
      min-width: auto;
    }
  }
    color: #c40407
  }
  
  .upi-coupon-invld {
    background-color: #f5e9cb !important;
    color: #c40407 !important
  }
  
  .upi-coupon-succ {
    background-color: #f5e9cb !important;
    display: inline-block !important
  }
  
  .apply-coupon-upi,
  .success-coupon-upi,
  .invalid-coupon-upi {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
  }
  
  .apply-coupon-upi img,
  .success-coupon-upi img,
  .invalid-coupon-upi img {
    float: left;
    width: 50px;
  }
  
  .apply-coupon-upi h3,
  .success-coupon-upi h3,
  .invalid-coupon-upi h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  
  .apply-coupon-upi p,
  .success-coupon-upi p,
  .invalid-coupon-upi p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  
  .apply-coupon-upi i,
  .success-coupon-upi i,
  .invalid-coupon-upi i {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 7px;
  }
  
  .apply-coupon-upi {
    background-color: #f5e9cb;
    border-radius: 5px 5px 0 0;
  }
  
  .coupon-upi-txt {
    margin-left: -18px;
    margin-top: -4px;
  }
  
  .upi-pymnt-clr {
    color: #08babf !important
  }
  
  .plus-upi {
    display: block;
    height: 20px;
    width: 20px;
    font-size: 30px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
  }
  
  .plus-upi::before {
    content: '+';
  }
  
  .strategysum-upi-outer {
    box-shadow: 0 0 10px #acacac;
    height: 420px;
    background: #fff;
    overflow-y: hidden;
  }
  
  .strategysum-upi {
    padding: 10px 0px;
  }
  
  .strategysum-upi-custom {
    background: #fff;
    padding-bottom: 30px;
  }
  
  .upi-wrn-sec-custom {
    box-shadow: none !important;
    border: none !important;
    height: auto !important;
  }
  
  .strategysum-upi-custom1 {
    margin-bottom: 30px;
    padding: 10px 0 0 0;
  }
  
  .watch {
    margin: 20px 0 0 0;
  }
  
  .watch p {
    background: #f5e9cb;
  }
  
  .watch p a {
    color: #003554;
    font-weight: 600 !important;
  }
  
  .strategysum-upi .strategysum-top-upi {
    background-color: #004662;
    margin: 0px;
    padding: 7px 10px;
  }
  
  .strategysum-upi .strategysum-top-upi li {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    line-height: 20px;
    padding-right: 10px;
  }
  
  .upi-wrn-sec {
    background: none;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    -moz-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    height: 165px
  }
  
  .upi-wrn-sec p {
    padding: 15px 20px 15px 22px;
    line-height: 22px;
    font-size: 16px
  }
  
  .upi-mid-sec {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
  }
  
  .upi-sign-hlder {
    display: table-cell;
    vertical-align: middle;
  }
  
  .upi-wrn-txtbx {
    padding: 3px 10px;
    float: left;
    margin-right: 0;
    margin-left: 20px;
    width: 100%;
    margin-top: 6px;
  }
  
  .upi-wrn-txt-credit {
    line-height: 40px !important;
  }
  
  .btn-upi-payment {
    width: 150px;
    height: 35px;
    color: #004662;
    line-height: 10px;
    display: block;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    background-color: #f7bc1a;
    text-decoration: none;
    border: none;
    float: right;
    margin-top: 6px;
  }
  
  .btn-upi-payment1 {
    width: 160px;
    height: 35px;
    color: #004662;
    line-height: 10px;
    display: block;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    background-color: #FFCE00;
    text-decoration: none;
    border: none;
    margin-left: 20px;
    margin-top: 6px;
  }
  
  .btn-upi-payment1-custom {
    display: inline;
    background: #f7bc1a;
    float: right;
  }
  
  .upi-pymnt-tb {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px
  }
  
  .upi-pymnt-sec {
    background-color: #e6f5f4;
  }
  
  .upi-pymnt-td {
    font-weight: 500;
    padding: 5px 10px
  }
  
  .upi-pymnt-dvd {
    margin: 0px;
    padding: 0px;
    border-top: none;
    border-bottom: 0.5px solid #004662;
  }
  
  .upi-pymnt-amnt {
    text-align: right;
  }
  
  .riskprofilespm {
    margin: 0px;
    margin-bottom: 30px;
    position: relative;
  }
  
  .riskprofilespm-img {
    display: block;
    position: relative;
  }
  
  .riskprofilespm-ndl-img {
    display: block;
    position: absolute;
    z-index: 100;
    width: 4.1%;
    transform-origin: bottom center;
    transform-style: flat;
    left: 48.5%;
  }
  
  .rk0deg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 27%;
  }
  
  .rk10deg {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 27%;
  }
  
  .rk20deg {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    transform: rotate(20deg);
    top: 27%;
  }
  
  .rk30deg {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 27%;
  }
  
  .rk40deg {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    transform: rotate(40deg);
    top: 26%;
  }
  
  .rk50deg {
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    transform: rotate(50deg);
    top: 26%;
  }
  
  .rk60deg {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 25%;
  }
  
  .rk70deg {
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    transform: rotate(70deg);
    top: 25%;
  }
  
  .rk80deg {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    transform: rotate(80deg);
    top: 24%;
  }
  
  .rk90deg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 24%;
  }
  
  .rk-10deg {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
    top: 27%;
  }
  
  .rk-20deg {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 27%;
  }
  
  .rk-30deg {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: 27%;
  }
  
  .rk-40deg {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 26%;
  }
  
  .rk-50deg {
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    transform: rotate(-50deg);
    top: 26%;
  }
  
  .rk-60deg {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 25%;
  }
  
  .rk-70deg {
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    transform: rotate(-70deg);
    top: 25%;
  }
  
  .rk-80deg {
    -webkit-transform: rotate(-80deg);
    -moz-transform: rotate(-80deg);
    transform: rotate(-80deg);
    top: 24%;
  }
  
  .rk-90deg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 24%;
  }
  
  .riskprofiles-sec {
    margin: 0px;
    margin-bottom: 20px;
    padding: 10px 15px;
  }
  
  .riskprofiles-sec h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 6px;
    padding: 0px;
  }
  
  .riskprofiles-sec span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
  }
  
  .riskprofiles-sec span.conservative {
    background-color: #01c853;
  }
  
  .riskprofiles-sec span.moderate {
    background-color: #ffd600;
  }
  
  .riskprofiles-sec span.growth {
    background-color: #ffab00;
  }
  
  .riskprofiles-sec span.aggressive {
    background-color: #dd2c00;
  }
  
  .riskprofiles-sec h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0px;
    color: #808080;
    display: block;
  }
  
  .riskprofiles-sec p {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    text-align: justify;
  }
  
  .riskprofiles-sec a {
    margin-top: 30px;
  }
  
  .mf_dt_popup {
    padding: 10px 60px;
    text-align: center;
  }
  
  .mf_dt_popup_frm {
    display: inline-block;
  }
  
  .mf_dt_popup_frm p {
    float: left;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
  }
  
  .mf_dt_popup_frm input {
    float: right;
  }
  
  .mf_dt_popup_frm_inpt {
    margin-left: 30px !important
  }
  
  .mf_dt_popup_btn {
    padding: 6px 50px !important;
    margin-top: 20px
  }
  
  .mf_frm_txt {
    font-size: 22px !important;
    font-weight: 600;
    padding: 0px !important;
    margin: 0px !important;
  }
  
  .mf_dt_popuphd h2 {
    font-size: 20px !important;
    margin-top: 0 !important;
  }
  
  .mf_dt_inpt {
    padding: 2px 5px !important;
  }
  
  .redflag {
    width: 14px;
    position: absolute;
    right: 6px;
    top: 12px;
  }
  
  .stck_srch_icn {
    margin-left: 45px
  }
  
  .stckscreener-data-tb {
    width: 100%;
    border-collapse: collapse;
  }
  
  .stckscreener-tdata {
    vertical-align: middle;
  }
  
  .stckscreener-data-p {
    font-size: 15px;
    text-align: right;
  }
  
  
  
  /*Start Nifty Trend */
  .nw-vs-nifty-trend {
    display: flex;
    flex-direction: row;
    margin: 0px;
    justify-content: space-around;
  }
  
  .nw-vs-nifty-trend-list {
    width: 50%;
    text-align: center;
  }
  
  .nw-vs-nifty-trend-list-h2 {
    font-size: 17px;
    text-align: center;
    margin: 10px 5px 20px 5px;
    line-height: 22px;
    font-weight: 600;
  }
  
  .nifty_trend_barometer {
    margin: 0px;
    position: relative;
    padding: 0px;
  }
  
  .nifty_trend_barometer-img {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  
  .nifty_trend_barometer-ndl-img {
    display: block;
    position: absolute;
    width: 3.6%;
    left: 48%;
    top: 20%;
    transform-origin: bottom center;
    transform-style: flat;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: 0.9s linear 1;
    -moz-animation: 0.9s linear 1;
    animation: 0.9s linear 1;
  }
  
  .nifty_trend_barometer_sec {
    margin: 0px auto;
    margin-top: 20px;
    text-align: center;
  }
  
  .nifty_trend_barometer_sec h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    padding: 0px;
  }
  
  .nifty_trend_barometer_sec h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
    padding: 0px;
    color: #808080;
    display: block;
  }
  
  .nifty_trend_barometer_sec span {
    font-size: 17px;
    margin: 0px;
    padding: 7px 40px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
  }
  
  .nifty_trend_barometer_sec p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  
  .nifty_trend_barometer_sec_btn {
    margin-top: 10px;
    float: right;
    color: #000;
    margin-right: 10px;
  }
  
  .nifty_trend_barometer-info {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
  }
  
  .nftrnd-oversold {
    background-color: #e81818
  }
  
  .nftrnd-sell {
    background-color: #ff1f1f
  }
  
  .nftrnd-neutral {
    background-color: #f4d553
  }
  
  .nftrnd-buy {
    background-color: #2dba3a
  }
  
  .nftrnd-overbought {
    background-color: #209e37
  }
  
  .nf-trend-info-icon {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 25px;
    cursor: pointer;
    font-size: 20px;
  }
  
  .nf-trend-info {
    width: 100%;
  }
  
  .nf-trend-info h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
  }
  
  .nf-trend-info p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 20px
  }
  
  .nf-trend-info h6 span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
  }
  
  .nw-vs-nifty-trend-btn-chkdata {
    margin-bottom: 15px;
    padding: 5px 20px;
    border: none;
  }
  
  .nifty_trend_barometer_price {
    font-size: 20px;
    color: #494949;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 100;
  }
  
  .nifty_trend_barometer_price.position-left {
    bottom: -1%;
    left: 1%;
  }
  
  .nifty_trend_barometer_price.position-top {
    top: 6%;
    left: 45%;
  }
  
  .nifty_trend_barometer_price.position-right {
    bottom: -1%;
    right: 1%;
  }
  
  @media only screen and (min-device-width:280px) and (max-device-width : 1024px) {
    .nw-vs-nifty-trend-list-h2 {
      font-size: 14px;
      line-height: 20px;
      margin: 10px 5px 3px 5px;
    }
  
    .nw-vs-nifty-trend {
      justify-content: center;
      column-gap: 0%;
      flex-direction: column;
    }
  
    .nw-vs-nifty-trend-list {
      width: 100%;
      margin-bottom: 5px;
    }
  
    .nifty_trend_barometer_sec {
      margin-top: 10px;
    }
  
    .nw-vs-nifty-trend-btn-chkdata {
      margin-bottom: 10px;
      padding: 3px 20px;
    }
  }
  
  @media only screen and (min-device-width:280px) and (max-device-width:320px) {
    .nifty_trend_barometer_price {
      font-size: 10px;
    }
  }
  
  @media only screen and (min-device-width:321px) and (max-device-width:384px) {
    .nifty_trend_barometer_price {
      font-size: 12px;
    }
  }
  
  @media only screen and (min-device-width:385px) and (max-device-width:414px) {
    .nifty_trend_barometer_price {
      font-size: 13px;
    }
  }
  
  @media only screen and (min-device-width:415px) and (max-device-width:767px) {
    .nifty_trend_barometer_price {
      font-size: 15px;
    }
  }
  
  @media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .nifty_trend_barometer_price {
      font-size: 18px;
    }
  
    .nifty_trend_barometer_price.position-left {
      left: 5%;
    }
  
    .nifty_trend_barometer_price.position-top {
      top: 8%;
      left: 46%;
    }
  
    .nifty_trend_barometer_price.position-right {
      right: 5%;
    }
  }
  
  @media only screen and (min-device-width:1025px) and (max-device-width:1280px) {
    .nifty_trend_barometer_price {
      font-size: 15px;
    }
  }
  
  /*End Nifty Trend*/
  
  
  
  
  
  
  .upi-paymt {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    min-height: 330px;
  }
  
  .upi-paymt h2 {
    background-color: #c4c4c4;
    padding: 7px;
    display: inline-block;
    width: 100%;
  }
  
  .upi-paymt h2 img {
    width: 25px;
    float: left;
    margin-right: 8px;
  }
  
  .upi-paymt h2 span {
    font-size: 18px;
    color: #000000;
    line-height: normal;
    font-weight: 400;
    display: flex;
  }
  
  .upi-paymt h2 span.topdwn {
    padding-top: 5px;
    float: left;
  }
  
  .upi-paymt h2 span.topup {
    font-size: 15px;
  }
  
  .upi-paymt h2 p {
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    padding-top: 4px;
  }
  
  .upi-paymt h2 p a {
    color: #d20001;
  }
  
  .upi-paymt-option {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .upi-paymt-option li {
    border: solid 1px #d9d7d7;
    background-color: #fcfcfc;
    padding: 12px 6px;
    vertical-align: middle;
    margin: 0px 3px 9px 3px;
    display: inline-block;
    border-radius: 5px;
  }
  
  .upi-paymt-option .radio {
    line-height: normal;
    margin-right: 8px;
    float: left;
    margin-top: 7px;
  }
  
  .upi-paymt-option img {
    width: inherit;
    height: auto;
  }
  
  .upi-paymt-enterid {
    width: 60%;
    float: left;
  }
  
  .upi-paymt-drpdwn {
    width: 40%;
    float: left;
  }
  
  .upi-txtbox {
    border: 1px solid #d9d7d7;
    width: 100%;
    padding: 5px 6px;
    font-size: 12px;
  }
  
  .upi-lbl {
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
  }
  
  .upidrpdwn {
    width: 100%;
    padding: 6px 6px;
    border: 1px solid #d9d7d7;
    font-size: 12px;
  }
  
  .upi-paymt .link {
    font-size: 13px;
    text-decoration: underline;
    color: #007FBD;
    padding: 0px;
    margin-top: 10px;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
  }
  
  .upi-paymt-pay {
    width: 220px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
  
  .upi-paymt-pay:hover {
    background-color: #ffc107 !important;
  }
  
  .upi-popup {
    width: 100%;
  }
  
  .upi-popup ol {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
  }
  
  .upi-popup ol li {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  
  .upi-popup img {
    width: 60%;
  }
  
  .upi-paymt-info {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    min-height: 330px;
  }
  
  .upi-paymt-info h2 {
    background-color: #c4c4c4;
    padding: 10px 7px;
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
  }
  
  .upi-paymt-info h2 span {
    font-size: 18px;
    color: #000000;
    line-height: normal;
    font-weight: 400;
    display: flex;
  }
  
  .upi-paymt-info-left {
    width: 70%;
    float: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding-right: 10px;
  }
  
  .upi-paymt-info-right {
    width: 30%;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    float: right;
    margin-bottom: 10px;
    padding: 0px;
    margin: 0px;
  }
  
  .upi-paymt-info-left.txtbg,
  .upi-paymt-info-right.txtbg {
    font-weight: 600;
  }
  
  .upi-paymt-divide {
    width: 100%;
    height: 3px;
    background-color: #d9d9d9;
    display: flex;
    margin-bottom: 8px;
    margin-top: 15px;
  }
  
  .upi-paymt-info-msgbox {
    background-color: #c4c4c4;
    border: 1px solid #D1D1D1;
    padding: 4px 6px;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
  }
  
  .upi-paymt-info-msgbox p {
    font-size: 12px;
    line-height: 20px;
  }
  
  
  /*Stock quality search*/
  .stckqtly-app-icon {
    font-size: 34px;
    color: #000;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 8px;
  }
  
  .stckqtly-app-icon span {
    font-size: 18px;
    float: left;
    margin: 12px 10px 0px 0px;
    padding: 0px;
    font-weight: 600;
  }
  
  /*.stckqtly-topmargin{margin-top:13%;}*/
  .stckqtly-section {
    padding: 10px;
    width: 100%;
    display: inline-block;
  }
  
  .stckqtly-section img {
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
  }
  
  .stckqtly-section h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    margin-bottom: 30px;
  }
  
  .stckqtly-srchbar {
    width: 50%;
    margin: 0 auto;
    position: relative;
  }
  
  .stckqtly-srchbar .form-control,
  .stckqtly-srchbar .input-group-text {
    border-radius: 10rem;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
    -moz-box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
    box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
  }
  
  .stckqtly-srch-cont-ul {
    max-height: 500px;
    overflow-y: auto;
    margin: 9px 0px 5px 10px;
    background-color: #fff;
    /*z-index:100;*/
    position: absolute;
    width: 92%;
  }
  
  .stckqtly-srch-cont-ul li {
    padding: 5px 0px;
    border-bottom: 0px solid #DFDFDF;
  }
  
  .stckqtly-srch-cont-ul a {
    color: #004662;
  }
  
  .stckqtly-srch-cont-ul a:hover {
    background-color: #f5f5f5;
    display: block;
  }
  
  .stckqtly-srch-cont-ul .srch-row-1 {
    display: block;
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    padding-left: 5px;
  }
  
  .stckqtly-srch-cont-ul .srch-row-2 {
    display: block;
    font-size: 13px;
    line-height: normal;
    color: #686868;
    padding-left: 5px;
  }
  
  .stckqtly-srch-scl {
    overflow-y: scroll;
  }
  
  .stckqtly-srch-scl::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    -webkit-overflow-scrolling: scroll;
  }
  
  .stckqtly-srch-scl::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .stckqtly-srch-scl::-webkit-scrollbar-thumb {
    background-color: #888888;
    border-radius: 20px;
  }
  
  .stckqtly-menu-box {
    max-width: 300px;
    height: inherit;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 1000;
    top: 52px;
    right: 14px;
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.76);
    -moz-box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.76);
    box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.76);
  }
  
  .stckqtly_menu-list {
    margin: 0px auto;
    padding: 0px;
  }
  
  .stckqtly_menu-list li {
    width: 31.5%;
    margin: 0px 1px 5px 1px;
    padding: 3px;
    border: 1px solid #f7bb1a;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    height: 98px;
  }
  
  .stckqtly_menu-list li img {
    width: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
  }
  
  .stckqtly_menu-list li p {
    font-size: 11px;
    line-height: normal;
    color: #000;
  }
  
  .stckqtly_menu-list li:hover {
    background-color: #f7bb1a;
  }
  
  .full_screen_outer {
    height: 1100px;
  }
  
  .div_r {
    height: auto;
  }
  
  
  .stckqtly-points {
    padding: 0px;
    text-align: center;
    margin-top: 20px;
  }
  
  .stckqtly-points h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .stckqtly-points h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .stckqtly-points-sec {
    display: flex;
    justify-content: center;
  }
  
  .stckqtly-points ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  
  .stckqtly-points ul li {
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0px;
    line-height: 18px;
    list-style-type: disc;
    font-weight: 400;
    text-align: left;
  }
  
  
  
  /*Stock quality search parameters*/
  .stckqtly-onlymob {
    display: none;
  }
  
  .stckqtly-onlydesktop {
    display: block;
  }
  
  .stckqtly-para-left {
    float: left;
    width: 60%;
    padding: 0px 30px;
    margin-top: 5%
  }
  
  .stckqtly-para-right {
    float: left;
    width: 40%;
    padding: 0px 30px;
    margin-top: 5%
  }
  
  .stckqtly-para-right h3 {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
  }
  
  .stckqtly-para-srchbar {
    width: 100%;
    position: relative;
  }
  
  .stckqtly-para-srchbar .form-control,
  .stckqtly-para-srchbar .input-group-text {
    border-radius: 10rem;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
    -moz-box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
    box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
  }
  
  .stckqtly-para-list {
    margin: 18px 15px 0px 0px;
    padding: 15px 10px;
    background-color: #fff;
    border: 0px solid #ced4da;
    border-radius: 5px;
  }
  
  .stckqtly-para-list li {
    font-size: 14px;
    margin-bottom: 13px;
    padding: 0px;
    line-height: 20px;
    list-style-type: disc;
    margin-left: 20px;
    text-decoration: none;
  }
  
  .stckqtly-para-list li:last-child {
    margin-bottom: 0px;
  }
  
  .stckqtly-para-list li a {
    color: #083A87;
  }
  
  .stckqtly-para-list li a:hover {
    text-decoration: underline;
  }
  
  .stckqtly_menu-para-list {
    margin: 0px auto;
    margin-top: 20px;
    padding: 0px;
  }
  
  .stckqtly_menu-para-list li {
    width: 31.5%;
    margin: 0px 1px 5px 1px;
    padding: 5px;
    border: 1px solid #f7bb1a;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    height: 110px;
  }
  
  .stckqtly_menu-para-list li img {
    width: 25px;
    margin-top: 7px;
    margin-bottom: 10px;
  }
  
  .stckqtly_menu-para-list li p {
    font-size: 12px;
    line-height: normal;
    color: #000;
  }
  
  .stckqtly_menu-para-list li:hover {
    background-color: #f7bb1a;
  }
  
  .stckqtlypg1-banner {
    margin: 0 auto;
    display: table;
    margin-top: 60px;
    text-align: center;
    padding: 5px;
    z-index: 110;
  }
  
  .stckqtlypg1-banner img {
    display: inline-block;
    margin-bottom: 0px;
    z-index: 110;
    border: 1px solid #ddd;
  }
  
  .stckqtlypg1-banner a {
    cursor: pointer;
  }
  
  .stckqtly-banner img {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-left: 30px;
  }
  
  .full_screen {
    position: relative;
  }
  
  .stckqtly-topmargin {
    /*position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,60%);*/
    padding: 0 15px !important;
    margin-top: 30px;
  }
  
  /*Pop up i agree*/
  .popup_iagree {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  
  .popup_iagree h2 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 7px;
  }
  
  .popup_iagree p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 25px;
  }
  
  .popup_iagree .popup_iagree-cond {
    text-align: center;
    font-size: 13px;
    line-height: normal;
    color: #707070;
    margin-bottom: 12px;
    display: block;
  }
  
  .popup_iagree-cond input[type="checkbox"] {
    margin-right: 4px;
  }
  
  .popup_iagree-cond a {
    text-decoration: underline;
  }
  
  .popup_iagree .popbtn {
    margin: 0 auto;
    width: 200px;
    display: block;
  }
  
  .popup_iagree-msg {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    display: block;
    color: #C51013;
    margin-bottom: 6px;
  }
  
  
  @media (min-width:280px) and (max-width:328px) {
  
    /*home lower menus*/
    .hm-cont-menu ul li {
      width: 96px;
    }
  }
  
  @media (min-width:280px) and (max-width:767px) {
  
    /*Stock quality search*/
    .stckqtly-app-icon {
      font-size: 25px;
    }
  
    .stckqtly-app-icon span {
      font-size: 15px;
      margin: 7px 10px 0px 0px;
    }
  
    .stckqtly-section {
      padding: 10px;
      width: 100%;
      /*display:inline-block;*/
    }
  
    .stckqtly-section img {
      margin: 0 auto;
      margin-bottom: 20px;
      display: block;
    }
  
    .stckqtly-section h2 {
      font-size: 18px;
      margin-bottom: 26px;
    }
  
    .stckqtly-srchbar {
      width: 100%;
    }
  
    .stckqtly-menu-box {
      height: inherit;
    }
  
    .stckqtly-points {
      margin-top: 20px;
    }
  
    .stckqtly-points h3 {
      font-size: 14px;
      line-height: 20px;
    }
  
    .stckqtly-points h2 {
      font-size: 15px;
      line-height: 22px;
    }
  
    .stckqtly-points ul {
      padding-left: 12px
    }
  
    .stckqtly-points ul li {
      font-size: 12px;
    }
  
    /*Stock quality search parameters*/
    .stckqtly-onlymob {
      display: block;
    }
  
    .stckqtly-onlydesktop {
      display: none;
    }
  
    .stckqtly-para-left {
      float: none;
      width: 100%;
      margin-bottom: 10px;
      padding: 0px 15px;
      margin-top: 3%;
    }
  
    .stckqtly-para-right {
      float: none;
      width: 100%;
      padding: 0px 15px;
      margin-top: 3%;
    }
  
    .stckqtly-para-list {
      margin: 20px 15px 0px 0px;
    }
  
    .stckqtly-para-list li {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 12px;
    }
  
    .stckqtly-para-extrahgt {
      height: auto !important;
    }
  
    .stckqtly-banner img {
      display: inline-block;
      margin: 10px auto;
    }
  
  
    /*Pop up i agree*/
    .popup_iagree h2 {
      margin-bottom: 10px;
    }
  
    .popup_iagree p {
      font-size: 13px;
    }
  
    .popup_iagree .popup_iagree-cond {
      font-size: 13px;
    }
  
    /*Footer Table*/
    .ft-compl-tb thead tr th {
      padding: 5px;
      font-size: 12px;
      line-height: 16px;
    }
  }
  
  @media (min-width:768px) and (max-width:1024px) {
  
    /*Stock quality search*/
    .stckqtly-points h3 {
      max-width: 75%;
      margin: 0 auto;
      margin-bottom: 10px;
      margin-top: 10px;
    }
  
    .stckqtly-points h2 {
      max-width: 75%;
      margin: 0 auto;
      margin-bottom: 15px;
      margin-top: 10px;
    }
  }
  
  
  @media (min-width:768px) and (max-width:1024px) {
  
    /*Stock quality search*/
    .stckqtly-section h2 {
      font-size: 18px;
      margin: 0px auto;
      margin-bottom: 30px;
    }
  
    .stckqtly-srchbar {
      width: 60%;
    }
  
    .stckqtly-menu-box {
      height: inherit;
    }
  
    /*.stckqtly-topmargin{margin-top:45%;}*/
  
    /*Stock quality search parameters*/
    .stckqtly-onlymob {
      display: block;
    }
  
    .stckqtly-onlydesktop {
      display: none;
    }
  
    .stckqtly-para-left {
      float: none;
      width: 100%;
      margin-bottom: 10px;
      padding: 0px 15px;
      margin-top: 3%;
    }
  
    .stckqtly-para-right {
      float: none;
      width: 100%;
      padding: 0px 15px;
      margin-top: 3%;
    }
  
    .stckqtly-para-srchbar {
      width: 70%;
      margin: 0 auto;
    }
  
    .stckqtly-para-list {
      margin: 0 auto;
      margin-top: 30px;
      width: 70%;
    }
  
    .stckqtly-para-list li {
      font-size: 13px;
      line-height: 20px;
    }
  
    .stckqtly-banner img {
      display: table;
      margin: 20px auto;
    }
  
  }
  
  @media (max-width:480px) {
  
    /*Stock quality search*/
    .full_screen_outer {
      height: 1800px;
    }
  
    .div_r {
      height: auto;
    }
  
    /*.stckqtly-topmargin{margin-top:40%;}*/
    /*.stckqtly-para-extrahgt{height:790px !important;}*/
  
    .st-spf-tb span {
      display: block;
    }
  
    .stckqtly-points h3 {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  @media screen and (max-width:767px) {
  
    /*Stock quality search*/
    .full_screen_outer {
      height: 1650px;
    }
  
    .div_r {
      height: auto;
    }
  }
  
  
  @media (min-width:280px) and (max-width:600px) {
    .hm-lw-btn li {
      display: block;
      width: 100%;
      margin: 0px auto;
      margin-bottom: 10px;
    }
  }
  
  @media (min-width:601px) and (max-width:767px) {
    .hm-lw-btn li {
      display: inline-block;
      width: 172px;
      margin: 0px 5px;
    }
  }
  
  @media all and (max-width:480px) {
    .btn_light {
      font-size: 14px !important;
    }
  
  }
  
  @media all and (max-width:360px) {
  
    .tb th,
    .tb td {
      font-size: 11px;
    }
  /*
    .inside-cont {
      min-height: inherit;
    }
  */
    .cust-modal-content {
      max-width: 90%;
      font-size: 13px;
      margin-top: 15%;
    }
  
    .cust-modal-body {
      max-height: 350px;
    }
  
    .hm-mdl>a {
      font-weight: 400;
      font-size: 14px;
      display: inline-block;
    }
  
    .hm-mdl>i {
      font-size: 24px;
      float: left;
      margin-right: 5px;
      margin-top: -1px;
    }
  
    .dpmdview h2,
    .dpmdview h3 {
      font-size: 15px;
    }
  
    .dpmdview p {
      font-size: 13px;
    }
  
    .dpmdview li {
      font-size: 13px;
    }
  
    .dpmdview img {
      width: 100px;
      height: 70px;
    }
  
    .cust-modal-header h4 {
      padding: 0px 30px 6px 30px;
      font-size: 14px;
    }
  
    .mf_dt_popup {
      padding: 5px 10px;
    }
  
    .mf_dt_popuphd h2 {
      font-size: 17px;
      margin-top: 0px;
    }
  
    .invte_frnd_btn {
      margin: 0px auto;
      background-color: #044C74;
      color: #ffffff;
    }
  
  
    .vshm-banner {
      height: 170px;
      margin-bottom: 30px;
    }
  
    .vshm-banner h2 {
      font-size: 12px;
      padding-top: 20px;
      margin-bottom: 20px;
      line-height: 16px;
    }
  
    .vshm-banner .col-bar {
      height: 7px;
      max-width: 90%;
      margin-bottom: 10px;
    }
  
    .vshm-banner .col-bar2 {
      font-size: 10px;
      line-height: normal;
      max-width: 90%;
      letter-spacing: 0.2px;
    }
  
    .vshm-banner .vshm-banner-img {
      bottom: 0px;
    }
  
    .hm-sec {
      padding: 10px;
    }
  
  
    .hm-sec {
      padding: 0px;
    }
  
    .hm-sec ul li {
      font-size: 11px;
    }
  
    .hm-sec .hm-sec-red {
      width: 15px;
      height: 15px;
      font-size: 12px;
      margin-right: 2px;
      line-height: 15px;
    }
  
    .hm-sec h6 {
      min-width: 90px;
      min-height: 17px;
      font-size: 10px;
      line-height: 17px;
      padding-left: 4px;
      float: right;
      display: block;
    }
  
    .hm-sec .rightarrow {
      width: 17px;
      height: 17px;
      font-size: 13px;
      line-height: 17px;
    }
  
    .ft-regno {
      margin-bottom: 15px;
    }
  
    .ft-regno h6 {
      margin-bottom: 5px;
    }
  
  
    .srch-cont input[type="text"] {
      width: 82%;
    }
  
    .regist {
      margin-top: 5%;
    }
  
    .regist-cont {
      padding: 10px 20px;
    }
  
    .login {
      margin-top: 5%;
    }
  
    .login-cont {
      padding: 10px 20px;
    }
  
    .login-social {
      padding: 10px 20px;
    }
  
    .nwlogin {
      margin-top: 4%;
    }
  
    .nwlogin-logo {
      width: 60px;
      margin: 0px auto;
    }
  
    .nwlogin h2 {
      margin-top: 20px;
    }
  
    .nwlogin-cont {
      width: 90%;
    }
  
    .my-acc-list li {
      font-size: 14px;
    }
  
    .fnd-ct {
      margin: 5px 10px;
      padding: 10px;
      margin-top: 30px;
    }
  
    .fnd-ct-tabs a li {
      font-size: 14px;
      padding: 0px 3%;
    }
  
    .fnd-ct-h2 {
      font-size: 14px;
    }
  
    .fnd-ct-midtab {
      margin-bottom: 10px;
    }
  
    .fnd-ct-midtab li {
      width: 30px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      margin-right: 4px !important;
    }
  
    .fnd-ct-scndsec1 {
      text-align: left !important;
      padding-right: 0px !important;
      font-size: 11px !important;
    }
  
    .scratch_bf_monthly {
      width: 150px;
      height: 150px;
    }
  
    .scratch_bf_yearly {
      width: 150px;
      height: 150px;
    }
  
    .scratch_af_yearly {
      width: 150px;
      height: 150px;
      padding: 7px;
    }
  
    .scratch_af_monthly {
      width: 150px;
      height: 150px;
      padding: 7px;
    }
  
    .scratch_af_monthly img,
    .scratch_af_yearly img {
      width: 30px;
      padding: 0px;
      margin: 0px;
    }
  
    .scratch_af_monthly h5,
    .scratch_af_yearly h5 {
      font-size: 14px;
      margin-top: 5px;
    }
  
    .scratch_af_monthly h4,
    .scratch_af_yearly h4 {
      font-size: 18px;
      margin-bottom: 0px;
    }
  
    .scratch_af_monthly p,
    .scratch_af_yearly p {
      font-size: 12px;
      line-height: 14px;
      margin-top: 5px;
    }
  
    .scratch-popup-cont {
      width: 250px;
      height: 250px;
      margin: 20% auto
    }
  
    .pkg-cont h2 {
      font-size: 22px;
    }
  
    .pkg-cont h3 {
      font-size: 20px;
    }
  
    .pkg-cont p {
      font-size: 15px;
    }
  
    .pkg-cont button {
      width: 100%;
      height: 40px;
    }
  
    .pkg-queries {
      margin-top: 10px;
    }
  
    .pkg-queries ul li {
      font-size: 14px;
    }
  
    .cancel-subs-top {
      padding: 10px;
    }
  
    .cancel-subs-top p {
      font-size: 14px;
    }
  
    .cancel_subs {
      padding: 10px;
    }
  
    .cancel_subs>p {
      font-size: 15px;
      margin-bottom: 10px;
    }
  
    .cancel_subs-list li {
      font-size: 15px;
    }
  
    .cancelp {
      font-size: 13px;
    }
  
    .cancel-subs-btn {
      width: inherit
    }
  
    .chng-paswd {
      padding: 10px;
    }
  
    .cont-add h2,
    .cont-phone h2,
    .cont-slmedia h2 {
      font-size: 17px;
      margin-bottom: 15px;
      padding-bottom: 7px;
    }
  
    .cont-add h6 {
      ont-size: 14px;
    }
  
    .cont-add p,
    .cont-phone p,
    .cont-slmedia p {
      font-size: 14px;
    }
  
    .cont-add i,
    .cont-phone i {
      font-size: 15px;
    }
  
    .cont-slmedia ul li {
      width: 30px;
      height: 30px;
    }
  
    .cont-slmedia ul li i {
      font-size: 18px;
      line-height: 30px;
    }
  
    .cont-map {
      padding: 10px;
    }
  
    .cont-train h2 {
      font-size: 17px;
    }
  
    .pre-benef-top {
      padding: 10px;
    }
  
    .pre-benef-top p {
      font-size: 14px;
    }
  
    .pre-benef {
      padding: 10px;
    }
  
    .pre-benef .media-body p {
      text-align: justify;
    }
  
    .pre-benef_btn {
      width: 90%;
      margin: 0 auto;
      left: 0px;
      right: 0px;
      display: block;
      margin-bottom: 20px;
    }
  
    .addbank {
      width: auto;
      margin: 10px;
    }
  
    .addbank h4 {
      font-size: 15px;
      margin: 0px 0px 10px 0px;
    }
  
    .addbank p {
      font-size: 14px;
      margin: 0px 0px 15px 0px;
    }
  
    .bank_details {
      width: 95%;
      padding: 10px;
    }
  
    .bank-tab {
      margin-bottom: 20px;
    }
  
    .bank_datails_form label {
      font-size: 13px;
    }
  
    .bank_datails_form input[type="text"],
    .bank_datails_form input[type="number"],
    .bank_datails_form select {
      font-size: 13px;
    }
  
    .ifsc_form>div>label {
      margin-left: 3px;
    }
  
    .bank_datails_summary {
      width: 95%;
      padding: 10px 15px;
    }
  
    .bank_datails_summary p {
      font-size: 15px;
    }
  
    .myprofile {
      padding: 10px;
    }
  
    .stocks-strategy {
      width: 95%;
      padding: 10px;
    }
  
    .value-tabs {
      margin-bottom: 20px;
    }
  
    .value-tabs a li {
      font-size: 12px;
    }
  
    .stocks-strategy-p {
      font-size: 14px;
    }
  
    .stocks-strategy-h2 {
      padding: 6px 12px;
      font-size: 20px;
    }
  
    .stocks-strategy-guru {
      margin-bottom: 20px;
    }
  
    .stocks-strategy-guru li {
      padding: 7px 0px;
    }
  
    .stocks-strategy-guru li img {
      width: 60px;
    }
  
    .stocks-strategy-guru a {
      font-size: 15px;
    }
  
    .guru-details {
      padding: 10px;
    }
  
    .guru-details-p {
      font-size: 14px;
    }
  
    .guru-details-box {
      margin-bottom: 15px;
    }
  
    .guru-details-box .guru-details-p {
      font-size: 14px;
    }
  
    .guru-details-box .guru-details-h2 {
      padding: 6px 12px;
      font-size: 20px;
    }
  
    .guru_videoimg {
      display: block;
      width: 120px;
    }
  
    .gurustck {
      padding: 10px;
    }
  
    .gurustck-data {
      padding: 10px;
    }
  
    .gurustck-list li {
      font-size: 14px;
    }
  
    .popup-sorting {
      width: 88%;
      margin-top: 44px;
    }
  
    .popup-sorting ul li {
      font-size: 10px;
      line-height: 13px
    }
  
    .research-stock {
      margin: 0px 10px;
    }
  
    .research-stock .value-tabs a li {
      font-size: 14px;
      padding: 0px 3%;
      font-weight: 400;
    }
  
    .sorted_by_chng {
      margin: 0px 12px;
    }
  
    .sorted_by_chng h3 {
      font-size: 14px;
      padding-bottom: 6px;
      display: block;
    }
  
    .midtab li {
      width: 73px;
      font-size: 13px;
      font-weight: 400;
      margin-left: 5px
    }
  
    .research-stock-p {
      font-size: 14px;
      margin: 0px 12px;
      margin-bottom: 5px;
      float: left;
      text-align: left
    }
  
    .stock-specif {
      margin: 5px 0px;
      padding: 10px;
    }
  
    .stock-specif-h2 {
      font-size: 14px;
    }
  
    .st-spf-price-dt {
      font-size: 13px;
    }
  
    .st-spf-recom {
      font-size: 12px;
      padding: 0 10px 0;
    }
  
    .st-spf-greybg {
      margin-top: 10px;
    }
  
    .st-spf-greybg p {
      font-size: 12px;
      line-height: 22px;
    }
  
    .st-spf-tb {
      width: 100%;
    }
  
    .st-spf-tb tr td {
      font-size: 12px;
    }
  
    .btn-sm {
      font-size: 12px
    }
  
    .st-spec-grule-h2 {
      font-size: 12px;
    }
  
    .nifty_trend {
      margin: 5px 10px;
      padding: 10px;
    }
  
    .nifty_trend-p {
      font-size: 14px;
    }
  
    .nifty_trend_midbtn li {
      margin: 5px 8px;
      padding: 6px 2px;
      font-size: 14px;
      width: 68%;
      margin-bottom: 10px;
    }
  
    .sec-analysis {
      padding: 10px;
    }
  
    .sec-analysis .value-tabs {
      margin-bottom: 20px;
    }
  
    .sec-analysis .value-tabs a li {
      font-size: 15px;
      padding: 0px 3%;
      height: 46px !important;
    }
  
    .sec-analysis .value-tabs a li span {
      font-size: 14px;
      padding: 0px 2%;
      display: block;
      line-height: 15px;
    }
  
    .sec-analysis-p {
      font-size: 13px;
    }
  
  
  
    .fnd-ct {
      margin: 5px 10px;
      padding: 10px;
      margin-top: 30px;
    }
  
    .fnd-ct-tabs a li {
      font-size: 14px;
      padding: 0px 3%;
    }
  
    .fnd-ct-h2 {
      font-size: 14px;
    }
  
    .fnd-ct-midtab {
      margin-bottom: 10px;
    }
  
    .fnd-ct-midtab li {
      width: 30px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      margin: 0px 4px;
    }
  
    .mfd {
      padding: 10px;
      margin-top: 30px
    }
  
    .mfd-h3 {
      font-size: 14px;
    }
  
    .mfd h2 {
      font-size: 16px;
    }
  
    .mfd p {
      font-size: 14px;
    }
  
    #canvas {
      height: inherit !important;
    }
  
    .hold {
      margin: 0px;
    }
  
    .hold-box h3 {
      font-size: 14px;
    }
  
    .hold-box h3 span {
      font-size: 13px;
    }
  
    .hold-box p {
      font-size: 14px;
    }
  
    .annualsubs-top {
      padding: 10px;
    }
  
    .annualsubs-top h2 {
      font-size: 18px;
    }
  
    .annualsubs-top p {
      font-size: 14px;
    }
  
    .annualsubs-btn-sec li {
      width: 140px;
      padding: 7px 8px;
      font-size: 14px;
    }
  
    .annualsubs-benef {
      padding: 10px;
    }
  
    .annualsubs-benef .media-body {
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
  
    .annualsubs-benef .media-body>h5 {
      font-size: 15px;
    }
  
    .annualsubs-benef .media-body p {
      font-size: 14px;
    }
  
    .annualsubs-benef-a {
      font-size: 13px;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  
    .annualsubs-benef_btn {
      width: 280px;
    }
  
    .tabcontentscr {
      padding: 0px 10px;
    }
  
    .tabcontentscr p {
      font-size: 13px;
    }
  
    .tabcontentscr select {
      font-size: 13px;
      margin-right: 6px;
      padding: 3px 2px;
      line-height: normal;
      margin-bottom: 5px;
      width: 100%
    }
  
    .tabcontentscr input[type="text"] {
      padding: 2px 2px;
      font-size: 13px;
      width: 100%;
      margin-right: 6px;
      margin-bottom: 5px;
    }
  
    .filterpop_up {
      width: 90%;
    }
  
    .filterpop_up_txt {
      font-size: 13px;
    }
  
    .ladd-pdh td span {
      margin-left: 0px;
    }
  
    .ladd-name {
      font-size: 17px;
      margin-bottom: 10px;
    }
  
    .ladd-dt {
      display: inline-block;
      float: left;
    }
  
    .vs-notif {
      padding: 0px 10px;
    }
  
    .vs-notif-sec-img {
      width: 40px;
    }
  
    .vs-notif-sec-h2 {
      margin-bottom: 5px;
    }
  
    .vs-notif-sec-p {
      font-size: 14px;
      line-height: 18px;
    }
  
    .vs-notif-sec-dt {
      font-size: 13px;
    }
  
    .vs-notif-sec-reddot {
      margin-top: 6px;
    }
  
    .sponcode h3 {
      font-size: 15px;
    }
  
    .sponcode input[type="text"] {
      width: 60%;
    }
  
    .dindices-tabs a li {
      font-size: 14px;
      padding: 0px 2%;
    }
  
    .dindices .btn-link {
      font-size: 15px;
      line-height: normal;
    }
  
    .dindices .dindices-accor p {
      font-size: 14px;
      line-height: normal;
    }
  
    .dindices .dindices-accor ul li {
      font-size: 14px;
      margin-bottom: 5px;
    }
  
    .dindices .dindices-accor .btn {
      font-size: 14px;
    }
  
    .dindices .gdrs p {
      font-size: 15px;
    }
  
    .investar {
      padding: 10px 10px;
    }
  
    .investar h2 {
      font-size: 15px;
    }
  
    .investar ul li {
      list-style: circle;
      border-bottom: 1px solid #ddd;
      padding: 10px 8px;
      padding-left: 8px;
    }
  
    .investar ul a {
      font-size: 14px;
    }
  
    .abtus p {
      font-size: 14px;
    }
  
    .abtus h2 {
      font-size: 15px;
    }
  
    .abtus ul li {
      font-size: 14px;
    }
  
    /*.st-spec-grule-tb .infoMoreHtml{position:inherit;left:0px;float:right;}*/
    .privacy-tab a li {
      font-size: 11px;
      padding: 0px 5px;
      height: 30px;
    }
  
    .strg-old .col-lg-2,
    .strg-old .col-lg-5,
    .strg-old .col-lg-3 {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .strg {
      margin: 5px 10px;
    }
  
    .strg-hd h2 {
      font-size: 14px;
      padding-top: 2px;
      padding-right: 10px;
    }
  
    .strg-topbox {
      max-width: 50%;
    }
  
    .strg-topbox p {
      font-size: 14px;
    }
  
    .strg-topbox input[type="text"] {
      font-size: 14px;
    }
  
    .strg .strg-buybtn {
      width: 100%;
    }
  
    .webinar h2 {
      font-size: 18px;
    }
  
    .webinar p {
      font-size: 14px;
    }
  
    .webinar-img-play {
      margin: 45px auto;
    }
  
    .riskprofile {
      padding: 5px 10px
    }
  
    .riskprofile-sec h3 {
      font-size: 16px;
    }
  
    .riskprofile-sec p {
      font-size: 14px;
      width: 70%;
    }
  
    .riskprofile-sec span {
      font-size: 14px;
    }
  
    .riskprofile-sec .btn-but {
      font-size: 13px;
      min-width: 70px;
      margin-top: 5px;
    }
  
    .riskmatching {
      padding: 5px 10px;
    }
  
    .riskmatching p {
      font-size: 14px;
    }
  
    .sponscd {
      padding: 5px 10px;
    }
  
    .sponscd p {
      font-size: 14px;
    }
  
    .sponscd .sponscd-box {
      width: 100%;
    }
  
    .errpg img {
      width: 85%;
      margin-bottom: 10px;
    }
  
    .errpg h4 {
      font-size: 25px;
    }
  
    .errpg p {
      font-size: 14px;
      margin-bottom: 15px;
    }
  
    .errpg a {
      margin-bottom: 20px;
    }
  
    .addupi {
      padding: 5px 10px;
    }
  
    .addupi p {
      font-size: 14px;
    }
  
    .strategysum .strategysum-top {
      padding: 5px 7px;
      display: flex;
    }
  
    .strategysum .strategysum-top li {
      font-size: 13px;
    }
  
    .strategysum .strategysum-top li span {
      font-size: 13px;
    }
  
    .strategysum .strategysum-top li:nth-last-child(1) {
      float: right;
      padding-left: 10px;
    }
  
    .strategysum .strategysum-pts {
      padding: 0px;
      margin: 15px 0px 0px 20px;
    }
  
    .strategysum .tb th {
      font-size: 13px;
    }
  
    .strategysum .tb td {
      font-size: 13px;
    }
  
    .strategysum .strategysum-pts li {
      font-size: 13px;
      line-height: 19px;
      text-align: justify;
    }
  
    .strategysum .strategysum-feat li {
      margin-left: 10px;
      font-size: 13px;
      text-align: left;
      line-height: 18px;
    }
  
    .strategysum .strategysum-discl {
      font-size: 13px;
      line-height: 18px;
    }
  
    .strategysum .stsmbtn {
      font-size: 13px;
      line-height: 16px;
    }
  
    .websec a {
      font-size: 14px;
      line-height: normal;
    }
  
    .apply-coupon,
    .success-coupon,
    .invalid-coupon {
      padding: 10px 10px 10px 10px;
    }
  
    .apply-coupon img,
    .success-coupon img,
    .invalid-coupon img {
      width: 40px;
    }
  
    .apply-coupon h3,
    .success-coupon h3,
    .invalid-coupon h3 {
      font-size: 15px;
      margin-bottom: 3px;
      width: 90%;
    }
  
    .apply-coupon p,
    .success-coupon p,
    .invalid-coupon p {
      font-size: 13px;
      width: 90%;
    }
  
    .popup-aplycoup {
      width: 90%;
    }
  
    .popup-aplycoup h3 {
      font-size: 15px;
    }
  
    .popup-aplycoup input[type="text"] {
      width: 200px;
      font-size: 16px;
    }
  
    .strategysum .paymsum h3 {
      font-size: 15px;
    }
  
    .subscp {
      padding: 5px 5px;
    }
  
    .subscp-list-sec h2 {
      font-size: 15px;
    }
  
    .subscp-list-sec h3 {
      font-size: 16px;
      width: 80px;
    }
  
    .subscp-list-sec p {
      font-size: 14px;
    }
  
    .backtested {
      padding: 5px 15px;
      margin: 0px 5px;
    }
  
    .backtested-p {
      font-size: 13px;
      line-height: 19px;
    }
  
    .backtested h3 {
      font-size: 14px;
      line-height: 19px;
      width: 86%
    }
  
    .backtested_str,
    .backtested_str2 {
      font-size: 13px;
      margin-right: 10px;
    }
  
    .stcklist-term {
      font-size: 12px;
      width: 62px;
      border-radius: 20px;
      padding: 3px 2px;
      float: left;
      line-height: normal;
    }
  
    .stcklist-buy {
      font-size: 12px;
      width: 50px;
      border-radius: 12px;
      margin-left: 11px;
      padding: 2px 0px;
      margin-right: 0px !important;
    }
  
    .stcklist-buy i {
      font-size: 13px;
      padding-right: 3px;
    }
  
    .stcklist-buy-price {
      font-size: 14px;
      margin-left: 16px
    }
  
    .stcklist-tick-green {
      margin-left: 8px;
      margin-top: 6px;
      font-size: 20px;
    }
  
    .ernfer .eftopimg {
      width: 50%;
    }
  
    .ernfer .ernfer-h2 {
      font-size: 16px;
    }
  
    .ernfer .ernfer-h3 {
      font-size: 13px;
    }
  
    .ernfer .ernfer-btn {
      padding: 4px 5px;
      font-size: 12px;
      margin: 6px auto;
      display: block;
    }
  
    .ernfer .ernfer-link {
      font-size: 13px;
    }
  
    .ernfer-copycode {
      display: block;
      margin: 0 auto;
      text-align: center;
    }
  
    .ernfer .copycodetextbox {
      font-size: 16px;
      width: 170px;
      height: 35px;
    }
  
    .ernfer .sharebtn {
      font-size: 14px;
      width: 80px;
      height: 35px;
    }
  
    .ernfer-smedia ul li {
      padding: 6px 8px;
    }
  
    .sv-scn-stck {
      padding: 4px 5px;
    }
  
    .sv-scn-tb {}
  
    .sv-scn-tb td {
      padding: 8px 10px;
    }
  
    .sv-scn-btn_1 {
      padding: 0px 10px;
    }
  
    .sv-scn-btn_2 {
      padding: 0px 10px;
    }
  
    .upi-mn-dv {
      padding: 10px 30px 30px 30px;
    }
  
    .vs-upi-txt p {
      line-height: 24px;
    }
  
    .btn-upi-paycode {
      background-color: #004662;
      width: 80px;
      height: 26px;
      border-radius: 3px;
      text-decoration: none;
      margin-top: 5px;
      margin-right: 10px;
    }
  
    .txt-upi-paycode {
      margin-bottom: 10px;
      margin-top: 10px;
      width: 180px;
      padding: 0px 10px;
      margin-right: 10px
    }
  
    .upi-paycode-coupon {
      margin-left: 0px;
    }
  
    .upi-sec-txt {
      font-size: 12px !important;
      padding: 0px 20px !important;
    }
  
    .apply-coupon-upi,
    .success-coupon-upi,
    .invalid-coupon-upi {
      padding: 5px 8px;
    }
  
    .apply-coupon-upi img,
    .success-coupon-upi img,
    .invalid-coupon-upi img {
      width: 30px;
      float: left;
      margin: 0px;
      padding: 0px;
      margin-top: 4px;
    }
  
    .apply-coupon-upi h3,
    .success-coupon-upi h3,
    .invalid-coupon-upi h3 {
      font-size: 11px;
      margin: 0px;
      padding: 0px;
    }
  
    .apply-coupon-upi p,
    .success-coupon-upi p,
    .invalid-coupon-upi p {
      font-size: 10px;
      line-height: normal;
      margin: 0px;
      padding: 0px;
    }
  
    .apply-coupon-upi i,
    .success-coupon-upi i,
    .invalid-coupon-upi i {
      font-size: 10px;
      position: absolute;
      top: 5px;
      right: 3px;
    }
  
    .btn-upi {
      width: 55px;
      height: 20px;
      line-height: 10px;
      border-radius: 3px;
      font-size: 10px;
      margin-left: 0px;
      margin-top: 10px
    }
  
    .coupon-upi-txt {
      margin-top: 2px;
      margin-left: -15px;
    }
  
    .upi-paycode-head h3 {
      font-size: 14px;
    }
  
    .upi-sec-txt {}
  
    .upi-wrn-txtbx {
      padding: 3px 6px;
      width: 160px;
      margin-top: 10px;
    }
  
    .btn-upi-payment {
      margin: 0px;
      width: 80px;
      height: 35px;
      list-style: 25px;
      margin-top: 10px;
    }
  
    .upi-pymnt-tb {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 10px
    }
  
    .btn-alt {
      padding: 5px 20px !important;
    }
  
    .pay_upi_sec {
      width: 200px;
      height: 130px;
      text-align: center;
    }
  
    .pay_upi_sec h2 {
      font-size: 16px;
      margin-bottom: 8px;
      margin-top: 0px
    }
  
    .pay_upi_sec h3 {
      font-size: 14px;
      margin-bottom: 8px;
      margin-top: 35px;
      line-height: 18px;
    }
  
    .pay_upi_sec h5 {
      font-size: 14px;
      margin: 0px;
      margin-bottom: 15px;
    }
  
    .sponcode-modal-btn {
      width: 120px;
      margin-bottom: 25px;
    }
  
    .addupi-popup-txt {
      font-weight: 500;
      margin-top: 60px;
      font-size: 14px;
    }
  
    .alert-popup-txt {
      font-weight: 500;
      margin-top: 20px;
      font-size: 14px;
    }
  }
  
  @media (min-width:361px) and (max-width:375px) {
  
    .tb th,
    .tb td {
      font-size: 13px;
    }
  /*
    .inside-cont {
      min-height: inherit;
    }
  */
    .cust-modal-content {
      max-width: 90%;
      font-size: 13px;
      margin-top: 15%;
    }
  
    .cust-modal-body {
      max-height: 350px;
    }
  
    .hm-mdl>a {
      font-weight: 400;
      font-size: 14px;
      display: inline-block;
    }
  
    .hm-mdl>i {
      font-size: 24px;
      float: left;
      margin-right: 5px;
      margin-top: -1px;
    }
  
    .dpmdview h2,
    .dpmdview h3 {
      font-size: 15px;
    }
  
    .dpmdview p {
      font-size: 13px;
    }
  
    .dpmdview li {
      font-size: 13px;
    }
  
    .dpmdview img {
      width: 110px;
      height: 70px;
    }
  
    .cust-modal-header h4 {
      padding: 0px 30px 6px 30px;
    }
  
    .mf_dt_popup {
      padding: 5px 10px;
    }
  
    .mf_dt_popuphd h2 {
      font-size: 17px;
      margin-top: 0px;
    }
  
  
  
  
  
  
  
  
    .vshm-banner {
      height: 170px;
      margin-bottom: 30px;
    }
  
    .vshm-banner h2 {
      font-size: 13px;
      padding-top: 20px;
      margin-bottom: 10px;
      line-height: 17px;
    }
  
    .vshm-banner .col-bar {
      height: 7px;
      max-width: 90%;
      margin-bottom: 10px;
    }
  
    .vshm-banner .col-bar2 {
      font-size: 12px;
      line-height: normal;
      max-width: 90%;
      letter-spacing: 0.2px;
    }
  
    .vshm-banner .vshm-banner-img {
      bottom: 0px;
    }
  
    .hm-sec {
      padding: 10px;
    }
  
  
    .hm-sec {
      padding: 0px;
    }
  
    .hm-sec ul li {
      font-size: 13px;
    }
  
    .hm-sec .hm-sec-red {
      width: 15px;
      height: 15px;
      font-size: 12px;
      margin-right: 2px;
      line-height: 15px;
    }
  
    .hm-sec h6 {
      min-width: 110px;
      min-height: 17px;
      font-size: 11px;
      line-height: 17px;
      padding-left: 6px;
      float: right;
      display: block;
    }
  
    .hm-sec .rightarrow {
      width: 18px;
      height: 18px;
      font-size: 14px;
      line-height: 18px;
    }
  
    .ft-regno {
      margin-bottom: 15px;
    }
  
    .ft-regno h6 {
      margin-bottom: 5px;
    }
  
  
    .srch-cont input[type="text"] {
      width: 78%;
    }
  
    .regist {
      margin-top: 5%;
    }
  
    .regist-cont {
      padding: 10px 20px;
    }
  
    .login {
      margin-top: 0%;
    }
  
    .login-cont {
      padding: 10px 20px;
    }
  
    .login-social {
      padding: 10px 20px;
    }
  
    .nwlogin {
      margin-top: 4%;
    }
  
    .nwlogin-logo {
      width: 60px;
      margin: 0px auto;
    }
  
    .nwlogin h2 {
      margin-top: 20px;
    }
  
    .nwlogin-cont {
      width: 90%;
    }
  
    .fnd-ct {
      margin: 5px 10px;
      padding: 10px;
      margin-top: 30px;
    }
  
    .fnd-ct-tabs a li {
      font-size: 14px;
      padding: 0px 3%;
    }
  
    .fnd-ct-h2 {
      font-size: 14px;
    }
  
    .fnd-ct-midtab {
      margin-bottom: 10px;
    }
  
    .fnd-ct-midtab li {
      width: 30px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      margin-right: 4px !important;
    }
  
    .fnd-ct-scndsec1 {
      text-align: left !important;
      padding-right: 0px !important;
      font-size: 12px !important;
    }
  
    .my-acc-list li {
      font-size: 14px;
      padding: 15px 5px;
    }
  
    .scratch_bf_monthly {
      width: 155px;
      height: 155px;
    }
  
    .scratch_bf_yearly {
      width: 155px;
      height: 155px;
    }
  
    .scratch_af_yearly {
      width: 155px;
      height: 155px;
      padding: 7px;
    }
  
    .scratch_af_monthly {
      width: 155px;
      height: 155px;
      padding: 7px;
    }
  
    .scratch_af_monthly img,
    .scratch_af_yearly img {
      width: 30px;
      padding: 0px;
      margin: 0px;
    }
  
    .scratch_af_monthly h5,
    .scratch_af_yearly h5 {
      font-size: 14px;
      margin-top: 5px;
    }
  
    .scratch_af_monthly h4,
    .scratch_af_yearly h4 {
      font-size: 18px;
      margin-bottom: 0px;
    }
  
    .scratch_af_monthly p,
    .scratch_af_yearly p {
      font-size: 12px;
      line-height: 14px;
      margin-top: 5px;
    }
  
    .scratch-popup-cont {
      width: 250px;
      height: 250px;
      margin: 20% auto
    }
  
    .pkg-cont h2 {
      font-size: 22px;
    }
  
    .pkg-cont h3 {
      font-size: 20px;
    }
  
    .pkg-cont p {
      font-size: 15px;
    }
  
    .pkg-cont button {
      width: 100%;
      height: 40px;
    }
  
    .pkg-queries {
      margin-top: 10px;
    }
  
    .pkg-queries ul li {
      font-size: 14px;
    }
  
    .cancel-subs-top {
      padding: 10px;
    }
  
    .cancel-subs-top p {
      font-size: 14px;
    }
  
    .cancel_subs {
      padding: 10px;
    }
  
    .cancel_subs>p {
      font-size: 15px;
      margin-bottom: 10px;
    }
  
    .cancel_subs-list li {
      font-size: 15px;
    }
  
    .cancelp {
      font-size: 13px;
    }
  
    .cancel-subs-btn {
      width: inherit
    }
  
    .chng-paswd {
      padding: 10px;
    }
  
    .cont-add h2,
    .cont-phone h2,
    .cont-slmedia h2 {
      font-size: 17px;
      margin-bottom: 15px;
      padding-bottom: 7px;
    }
  
    .cont-add h6 {
      ont-size: 14px;
    }
  
    .cont-add p,
    .cont-phone p,
    .cont-slmedia p {
      font-size: 14px;
    }
  
    .cont-add i,
    .cont-phone i {
      font-size: 15px;
    }
  
    .cont-slmedia ul li {
      width: 30px;
      height: 30px;
    }
  
    .cont-slmedia ul li i {
      font-size: 18px;
      line-height: 30px;
    }
  
    .cont-map {
      padding: 10px;
    }
  
    .cont-train h2 {
      font-size: 17px;
    }
  
    .pre-benef-top {
      padding: 10px;
    }
  
    .pre-benef-top p {
      font-size: 14px;
    }
  
    .pre-benef {
      padding: 10px;
    }
  
    .pre-benef .media-body p {
      text-align: justify;
    }
  
    .pre-benef_btn {
      width: 90%;
      margin: 0 auto;
      left: 0px;
      right: 0px;
      display: block;
      margin-bottom: 20px;
    }
  
    .addbank {
      width: auto;
      margin: 10px;
    }
  
    .addbank h4 {
      font-size: 15px;
      margin: 0px 0px 10px 0px;
    }
  
    .addbank p {
      font-size: 14px;
      margin: 0px 0px 15px 0px;
    }
  
    .bank_details {
      width: 95%;
      padding: 10px;
    }
  
    .bank-tab {
      margin-bottom: 20px;
    }
  
    .bank_datails_form label {
      font-size: 13px;
    }
  
    .bank_datails_form input[type="text"],
    .bank_datails_form input[type="number"],
    .bank_datails_form select {
      font-size: 13px;
    }
  
    .ifsc_form>div>label {
      margin-left: 3px;
    }
  
    .bank_datails_summary {
      width: 95%;
      padding: 10px 15px;
    }
  
    .bank_datails_summary p {
      font-size: 15px;
    }
  
    .myprofile {
      padding: 10px;
    }
  
    .stocks-strategy {
      width: 95%;
      padding: 10px;
    }
  
    .value-tabs {
      margin-bottom: 20px;
    }
  
    .value-tabs a li {
      font-size: 14px;
    }
  
    .stocks-strategy-p {
      font-size: 14px;
    }
  
    .stocks-strategy-h2 {
      padding: 6px 12px;
      font-size: 20px;
    }
  
    .stocks-strategy-guru {
      margin-bottom: 20px;
    }
  
    .stocks-strategy-guru li {
      padding: 7px 0px;
    }
  
    .stocks-strategy-guru li img {
      width: 60px;
    }
  
    .stocks-strategy-guru a {
      font-size: 15px;
    }
  
    .guru-details {
      width: 98%;
      padding: 10px;
    }
  
    .guru-details-p {
      font-size: 14px;
    }
  
    .guru-details-box {
      margin-bottom: 15px;
    }
  
    .guru-details-box .guru-details-p {
      font-size: 14px;
    }
  
    .guru-details-box .guru-details-h2 {
      padding: 6px 12px;
      font-size: 20px;
    }
  
    .guru-video {
      width: 98%;
      padding: 10px;
    }
  
    .guru_videoimg {
      display: block;
      width: 120px;
    }
  
    .gurustck {
      padding: 10px;
    }
  
    .gurustck-data {
      padding: 10px;
    }
  
    .gurustck-list li {
      font-size: 14px;
    }
  
    .popup-sorting {
      width: 90%;
      margin-top: 44px;
    }
  
    .popup-sorting ul li {
      font-size: 10px;
      line-height: 13px
    }
  
    .research-stock {
      margin: 0px 10px;
    }
  
    .research-stock .value-tabs a li {
      font-size: 14px;
      padding: 0px 3%;
      font-weight: 400;
    }
  
    .sorted_by_chng {
      margin: 0px 12px;
    }
  
    .sorted_by_chng h3 {
      font-size: 14px;
      padding-bottom: 6px;
      display: block;
    }
  
    .midtab li {
      width: 73px;
      font-size: 13px;
      font-weight: 400;
      margin-left: 5px
    }
  
    .research-stock-p {
      font-size: 14px;
      margin: 0px 12px;
      margin-bottom: 5px;
      float: left;
      text-align: left
    }
  
    .stock-specif {
      margin: 5px 0px;
      padding: 10px;
    }
  
    .stock-specif-h2 {
      font-size: 14px;
    }
  
    .st-spf-price-dt {
      font-size: 13px;
    }
  
    .st-spf-recom {
      font-size: 14px;
      padding: 0 10px;
    }
  
    .st-spf-greybg {
      margin-top: 10px;
    }
  
    .st-spf-greybg p {
      font-size: 14px;
      line-height: 22px;
    }
  
    .st-spf-tb {
      width: 100%;
    }
  
    .st-spf-tb tr td {
      font-size: 14px;
    }
  
    .st-spec-grule-h2 {
      font-size: 14px;
    }
  
    .nifty_trend {
      margin: 5px 10px;
      padding: 10px;
    }
  
    .nifty_trend-p {
      font-size: 14px;
    }
  
    .nifty_trend_midbtn li {
      margin: 0px 8px;
      padding: 6px 2px;
      font-size: 14px;
      width: 68%;
      margin-bottom: 10px;
    }
  
    .fnd-ct {
      margin: 5px 10px;
      padding: 10px;
      margin-top: 30px;
    }
  
    .fnd-ct-tabs a li {
      font-size: 14px;
      padding: 0px 3%;
    }
  
    .fnd-ct-h2 {
      font-size: 14px;
    }
  
    .fnd-ct-midtab {
      margin-bottom: 10px;
    }
  
    .fnd-ct-midtab li {
      width: 30px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      margin: 0px 4px;
    }
  
    .mfd {
      padding: 10px;
      margin-top: 30px;
    }
  
    .mfd-h3 {
      font-size: 14px;
    }
  
    .mfd h2 {
      font-size: 16px;
    }
  
    .mfd p {
      font-size: 14px;
    }
  
    #canvas {
      height: inherit !important;
    }
  
    .hold {
      margin: 0px;
    }
  
    .hold-box h3 {
      font-size: 14px;
    }
  
    .hold-box h3 span {
      font-size: 13px;
    }
  
    .hold-box p {
      font-size: 14px;
    }
  
    .annualsubs-top {
      padding: 10px;
    }
  
    .annualsubs-top h2 {
      font-size: 18px;
    }
  
    .annualsubs-top p {
      font-size: 14px;
    }
  
    .annualsubs-btn-sec li {
      width: 150px;
      padding: 7px 8px;
      font-size: 14px;
    }
  
    .annualsubs-benef {
      padding: 10px;
    }
  
    .annualsubs-benef .media-body {
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
  
    .annualsubs-benef .media-body>h5 {
      font-size: 15px;
    }
  
    .annualsubs-benef .media-body p {
      font-size: 14px;
    }
  
    .annualsubs-benef-a {
      font-size: 13px;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  
    .annualsubs-benef_btn {
      width: 280px;
    }
  
    .tabcontentscr {
      padding: 0px 10px;
    }
  
    .tabstscr-h3 {
      margin-bottom: 10px;
    }
  
    .tabcontentscr p {
      font-size: 13px;
    }
  
    .tabcontentscr select {
      font-size: 13px;
      margin-right: 6px;
      padding: 3px 2px;
      line-height: normal;
      margin-bottom: 5px;
      width: 100%
    }
  
    .tabcontentscr input[type="text"] {
      padding: 2px 2px;
      font-size: 13px;
      width: 100%;
      margin-right: 6px;
      margin-bottom: 5px;
    }
  
    .filterpop_up {
      width: 90%;
    }
  
    .filterpop_up_txt {
      font-size: 13px;
    }
  
    .ladd-pdh td span {
      margin-left: 0px;
    }
  
    .ladd-name {
      font-size: 17px;
      margin-bottom: 10px;
    }
  
    .ladd-dt {
      display: inline-block;
      float: left;
    }
  
    .vs-notif {
      padding: 0px 10px;
    }
  
    .vs-notif-sec-img {
      width: 40px;
    }
  
    .vs-notif-sec-h2 {
      margin-bottom: 5px;
    }
  
    .vs-notif-sec-p {
      font-size: 14px;
      line-height: 18px;
    }
  
    .vs-notif-sec-dt {
      font-size: 13px;
    }
  
    .vs-notif-sec-reddot {
      margin-top: 6px;
    }
  
    .sponcode h3 {
      font-size: 15px;
    }
  
    .sponcode input[type="text"] {
      width: 60%;
    }
  
    .dindices-tabs a li {
      font-size: 14px;
      padding: 0px 2%;
    }
  
    .dindices .btn-link {
      font-size: 15px;
      line-height: normal;
    }
  
    .dindices .dindices-accor p {
      font-size: 14px;
      line-height: normal;
    }
  
    .dindices .dindices-accor ul li {
      font-size: 14px;
      margin-bottom: 5px;
    }
  
    .dindices .dindices-accor .btn {
      font-size: 14px;
    }
  
    .investar {
      padding: 10px 10px;
    }
  
    .investar h2 {
      font-size: 15px;
    }
  
    .investar ul li {
      list-style: circle;
      border-bottom: 1px solid #ddd;
      padding: 10px 8px;
      padding-left: 8px;
    }
  
    .investar ul a {
      font-size: 14px;
    }
  
    .abtus p {
      font-size: 14px;
    }
  
    .abtus h2 {
      font-size: 15px;
    }
  
    .abtus ul li {
      font-size: 14px;
    }
  
    /*.st-spec-grule-tb .infoMoreHtml{position:inherit;left:0px;float:right;}*/
    .privacy-tab a li {
      font-size: 13px;
      padding: 0px 5px;
    }
  
    .strg-old .col-lg-2,
    .strg-old .col-lg-5,
    .strg-old .col-lg-3 {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .strg {
      margin: 5px 10px;
    }
  
    .strg-hd h2 {
      font-size: 14px;
      padding-top: 2px;
      padding-right: 10px;
    }
  
    .strg-topbox {
      max-width: 50%;
    }
  
    .strg-topbox p {
      font-size: 14px;
    }
  
    .strg-topbox input[type="text"] {
      font-size: 14px;
    }
  
    .strg .strg-buybtn {
      width: 100%;
    }
  
    .webinar h2 {
      font-size: 18px;
    }
  
    .webinar p {
      font-size: 14px;
    }
  
    .webinar-img-play {
      margin: 48px auto;
    }
  
    .riskprofile {
      padding: 5px 10px
    }
  
    .riskprofile-sec h3 {
      font-size: 16px;
    }
  
    .riskprofile-sec p {
      font-size: 14px;
      width: 70%;
    }
  
    .riskprofile-sec span {
      font-size: 14px;
    }
  
    .riskprofile-sec .btn-but {
      font-size: 13px;
      min-width: 70px;
      margin-top: 5px;
    }
  
    .riskmatching {
      padding: 5px 10px;
    }
  
    .riskmatching p {
      font-size: 14px;
    }
  
    .sponscd {
      padding: 5px 10px;
    }
  
    .sponscd p {
      font-size: 14px;
    }
  
    .sponscd .sponscd-box {
      width: 100%;
    }
  
    .errpg img {
      width: 85%;
      margin-bottom: 10px;
    }
  
    .errpg h4 {
      font-size: 25px;
    }
  
    .errpg p {
      font-size: 14px;
      margin-bottom: 15px;
    }
  
    .errpg a {
      margin-bottom: 20px;
    }
  
    .addupi {
      padding: 5px 10px;
    }
  
    .addupi p {
      font-size: 14px;
    }
  
    .strategysum .strategysum-top {
      padding: 5px 7px;
      display: flex;
    }
  
    .strategysum .strategysum-top li {
      font-size: 13px;
    }
  
    .strategysum .strategysum-top li span {
      font-size: 13px;
    }
  
    .strategysum .strategysum-top li:nth-last-child(1) {
      float: right;
      padding-left: 10px;
    }
  
    .strategysum .strategysum-pts {
      padding: 0px;
      margin: 15px 0px 0px 20px;
    }
  
    .strategysum .tb th {
      font-size: 13px;
    }
  
    .strategysum .tb td {
      font-size: 13px;
    }
  
    .strategysum .strategysum-pts li {
      font-size: 13px;
      line-height: 19px;
      text-align: justify;
    }
  
    .strategysum .strategysum-feat li {
      margin-left: 10px;
      font-size: 13px;
      text-align: left;
      line-height: 18px;
    }
  
    .strategysum .strategysum-discl {
      font-size: 13px;
      line-height: 18px;
    }
  
    .strategysum .stsmbtn {
      font-size: 13px;
      line-height: 16px;
    }
  
    .websec a {
      font-size: 14px;
      line-height: normal;
    }
  
    .apply-coupon,
    .success-coupon,
    .invalid-coupon {
      padding: 10px 10px 10px 10px;
    }
  
    .apply-coupon img,
    .success-coupon img,
    .invalid-coupon img {
      width: 40px;
    }
  
    .apply-coupon h3,
    .success-coupon h3,
    .invalid-coupon h3 {
      font-size: 15px;
      margin-bottom: 3px;
      width: 90%;
    }
  
    .apply-coupon p,
    .success-coupon p,
    .invalid-coupon p {
      font-size: 13px;
      width: 90%;
    }
  
    .popup-aplycoup {
      width: 91%;
    }
  
    .popup-aplycoup h3 {
      font-size: 15px;
    }
  
    .popup-aplycoup input[type="text"] {
      width: 200px;
      font-size: 16px;
    }
  
    .strategysum .paymsum h3 {
      font-size: 15px;
    }
  
    .subscp {
      padding: 5px 5px;
    }
  
    .subscp-list-sec h2 {
      font-size: 15px;
    }
  
    .subscp-list-sec h3 {
      font-size: 16px;
      width: 80px;
    }
  
    .subscp-list-sec p {
      font-size: 14px;
    }
  
    .backtested {
      padding: 5px 15px;
      margin: 0px 5px;
    }
  
    .backtested-p {
      font-size: 13px;
      line-height: 19px;
    }
  
    .backtested h3 {
      font-size: 14px;
      line-height: 19px;
      width: 86%
    }
  
    .backtested_str,
    .backtested_str2 {
      font-size: 13px;
      margin-right: 10px;
    }
  
    .stcklist-term {
      font-size: 12px;
      width: 62px;
      border-radius: 20px;
      padding: 3px 2px;
      float: left;
      line-height: normal;
    }
  
    .stcklist-buy {
      font-size: 12px;
      width: 50px;
      border-radius: 12px;
      margin-left: 11px;
      padding: 2px 0px;
      margin-right: 0px !important;
    }
  
    .stcklist-buy i {
      font-size: 13px;
      padding-right: 3px;
    }
  
    .stcklist-buy-price {
      font-size: 14px;
      margin-left: 16px
    }
  
    .stcklist-tick-green {
      margin-left: 8px;
      margin-top: 6px;
      font-size: 20px;
    }
  
    .ernfer .eftopimg {
      width: 50%;
    }
  
    .ernfer .ernfer-h2 {
      font-size: 16px;
    }
  
    .ernfer .ernfer-h3 {
      font-size: 13px;
    }
  
    .ernfer .ernfer-btn {
      padding: 4px 5px;
      font-size: 12px;
      margin: 6px auto;
      display: block;
    }
  
    .ernfer .ernfer-link {
      font-size: 13px;
    }
  
    .ernfer-copycode {
      display: block;
      margin: 0 auto;
      text-align: center;
    }
  
    .ernfer .copycodetextbox {
      font-size: 16px;
      width: 170px;
      height: 35px;
    }
  
    .ernfer .sharebtn {
      font-size: 14px;
      width: 80px;
      height: 35px;
    }
  
    .ernfer-smedia ul li {
      padding: 6px 8px;
    }
  
    .upi-mn-dv {
      padding: 10px 30px 30px 30px;
    }
  
    .vs-upi-txt p {
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 23px
    }
  
    .btn-upi-paycode {
      background-color: #004662;
      width: 80px;
      height: 26px;
      border-radius: 3px;
      text-decoration: none;
      margin-top: 5px;
      margin-right: 10px;
    }
  
    .txt-upi-paycode {
      margin-bottom: 10px;
      margin-top: 10px;
      width: 180px;
      padding: 0px 10px;
      margin-right: 10px
    }
  
    .upi-paycode-coupon {
      margin-left: 0px;
    }
  
    .upi-paycode-head h3 {
      font-size: 15px !important;
    }
  
    .apply-coupon-upi,
    .success-coupon-upi,
    .invalid-coupon-upi {
      padding: 5px 8px;
    }
  
    .apply-coupon-upi img,
    .success-coupon-upi img,
    .invalid-coupon-upi img {
      width: 30px;
      float: left;
      margin: 0px;
      padding: 0px;
    }
  
    .apply-coupon-upi h3,
    .success-coupon-upi h3,
    .invalid-coupon-upi h3 {
      font-size: 11px;
      margin: 0px;
      padding: 0px;
    }
  
    .apply-coupon-upi p,
    .success-coupon-upi p,
    .invalid-coupon-upi p {
      font-size: 10px;
      line-height: normal;
      margin: 0px;
      padding: 0px;
    }
  
    .apply-coupon-upi i,
    .success-coupon-upi i,
    .invalid-coupon-upi i {
      font-size: 10px;
      position: absolute;
      top: 5px;
      right: 3px;
    }
  
    .btn-upi {
      width: 60px;
      height: 20px;
      line-height: 10px;
      border-radius: 3px;
      font-size: 10px;
      margin-left: 10px;
      margin-top: 6px
    }
  
    .upi-wrn-sec p {}
  
    .upi-sec-txt {}
  
    .upi-wrn-txtbx {
      padding: 3px 6px;
      width: 180px;
      margin-top: 10px;
    }
  
    .btn-upi-payment {
      margin: 0px;
      width: 80px;
      height: 35px;
      list-style: 25px;
      margin-top: 10px;
    }
  
    .upi-pymnt-tb {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 10px
    }
  
    .btn-alt {
      padding: 5px 20px !important;
    }
  
    .pay_upi_sec {
      width: 220px;
      height: 130px;
      text-align: center;
    }
  
    .pay_upi_sec h2 {
      font-size: 16px;
      margin-bottom: 8px;
      margin-top: 0px
    }
  
    .pay_upi_sec h3 {
      font-size: 14px;
      margin-bottom: 8px;
      margin-top: 35px;
      line-height: 18px;
    }
  
    .pay_upi_sec h5 {
      font-size: 14px;
      margin: 0px;
      margin-bottom: 15px;
    }
  
    .addupi-popup-txt {
      font-weight: 500;
      margin-top: 60px;
      font-size: 15px;
    }
  
    .sponcode-modal-btn {
      width: 120px;
      margin-bottom: 25px;
    }
  
    .alert-popup-txt {
      font-weight: 500;
      margin-top: 20px;
      font-size: 15px;
    }
  
    .stcklist-tick-green {
      margin-left: 8px;
      margin-top: 6px;
      font-size: 20px;
    }
  }
  
  @media (min-width:376px) and (max-width:414px) {
  
    .tb th,
    .tb td {
      font-size: 13px;
    }
  /*
    .inside-cont {
      min-height: inherit;
    }
  */
    .cust-modal-content {
      max-width: 90%;
      font-size: 13px;
      margin-top: 15%;
    }
  
    .cust-modal-body {
      max-height: 350px;
    }
  
    .hm-mdl>a {
      font-weight: 400;
      font-size: 15px;
      display: inline-block;
    }
  
    .hm-mdl>i {
      font-size: 24px;
      float: left;
      margin-right: 5px;
    }
  
    .dpmdview h2,
    .dpmdview h3 {
      font-size: 15px;
    }
  
    .dpmdview p {
      font-size: 13px;
    }
  
    .dpmdview li {
      font-size: 13px;
    }
  
    .dpmdview img {
      width: 120px;
      height: 70px;
    }
  
    .vshm-banner {
      height: 180px;
      margin-bottom: 30px;
    }
  
    .vshm-banner h2 {
      font-size: 13px;
      padding-top: 20px;
      margin-bottom: 10px;
      line-height: 18px;
    }
  
    .vshm-banner .col-bar {
      height: 7px;
      max-width: 90%;
      margin-bottom: 10px;
    }
  
    .vshm-banner .col-bar2 {
      font-size: 12px;
      line-height: normal;
      max-width: 90%;
      letter-spacing: 0.2px;
    }
  
    .vshm-banner .vshm-banner-img {
      bottom: 0px;
    }
  
    .hm-sec {
      padding: 10px;
    }
  
  
    .hm-sec {
      padding: 0px;
    }
  
    .hm-sec ul li {
      font-size: 12px;
    }
  
    .hm-sec .hm-sec-red {
      width: 18px;
      height: 18px;
      font-size: 13px;
      margin-right: 4px;
      line-height: 18px;
    }
  
    .hm-sec h6 {
      min-width: 135px;
      min-height: 17px;
      font-size: 12px;
      line-height: 17px;
      padding-left: 6px;
      float: right;
      display: block;
    }
  
    .hm-sec .rightarrow {
      width: 18px;
      height: 18px;
      font-size: 14px;
      line-height: 18px;
    }
  
    .cust-modal-header h4 {
      padding: 0px 30px 6px 30px;
    }
  
    .mf_dt_popup {
      padding: 5px 10px;
    }
  
    .mf_dt_popuphd h2 {
      font-size: 17px;
      margin-top: 0px;
    }
  
    .ft-regno {
      margin-bottom: 15px;
    }
  
    .ft-regno h6 {
      margin-bottom: 5px;
    }
  
  
    .srch-cont input[type="text"] {
      width: 82%;
    }
  
    .regist {
      margin-top: 5%;
    }
  
    .regist-cont {
      padding: 10px 20px;
    }
  
    .login {
      margin-top: 5%;
    }
  
    .login-cont {
      padding: 10px 20px;
    }
  
    .login-social {
      padding: 10px 20px;
    }
  
    .nwlogin {
      margin-top: 4%;
    }
  
    .nwlogin-logo {
      width: 60px;
      margin: 0px auto;
    }
  
    .nwlogin h2 {
      margin-top: 20px;
    }
  
    .nwlogin-cont {
      width: 90%;
    }
  
    .my-acc-list li {
      font-size: 14px;
    }
  
    .scratch_bf_monthly {
      width: 170px;
      height: 170px;
    }
  
    .scratch_bf_yearly {
      width: 170px;
      height: 170px;
    }
  
    .scratch_af_yearly {
      width: 170px;
      height: 170px;
      padding: 7px;
    }
  
    .scratch_af_monthly {
      width: 170px;
      height: 170px;
      padding: 7px;
    }
  
    .scratch_af_monthly img,
    .scratch_af_yearly img {
      width: 40px;
      padding: 0px;
      margin: 0px;
    }
  
    .scratch_af_monthly h5,
    .scratch_af_yearly h5 {
      font-size: 14px;
      margin-top: 5px;
    }
  
    .scratch_af_monthly h4,
    .scratch_af_yearly h4 {
      font-size: 19px;
      margin-bottom: 0px;
    }
  
    .scratch_af_monthly p,
    .scratch_af_yearly p {
      font-size: 13px;
      line-height: 16px;
      margin-top: 5px;
    }
  
    .scratch-popup-cont {
      width: 250px;
      height: 250px;
      margin: 20% auto
    }
  
    .pkg-cont h2 {
      font-size: 22px;
    }
  
    .pkg-cont h3 {
      font-size: 20px;
    }
  
    .pkg-cont p {
      font-size: 15px;
    }
  
    .pkg-cont button {
      width: 100%;
      height: 40px;
    }
  
    .pkg-queries {
      margin-top: 10px;
    }
  
    .pkg-queries ul li {
      font-size: 14px;
    }
  
    .cancel-subs-top {
      padding: 10px;
    }
  
    .cancel-subs-top p {
      font-size: 14px;
    }
  
    .cancel_subs {
      padding: 10px;
    }
  
    .cancel_subs>p {
      font-size: 15px;
      margin-bottom: 10px;
    }
  
    .cancel_subs-list li {
      font-size: 15px;
    }
  
    .cancelp {
      font-size: 13px;
    }
  
    .cancel-subs-btn {
      width: inherit
    }
  
    .chng-paswd {
      padding: 10px;
    }
  
    .cont-add h2,
    .cont-phone h2,
    .cont-slmedia h2 {
      font-size: 17px;
      margin-bottom: 15px;
      padding-bottom: 7px;
    }
  
    .cont-add h6 {
      ont-size: 14px;
    }
  
    .cont-add p,
    .cont-phone p,
    .cont-slmedia p {
      font-size: 14px;
    }
  
    .cont-add i,
    .cont-phone i {
      font-size: 15px;
    }
  
    .cont-slmedia ul li {
      width: 30px;
      height: 30px;
    }
  
    .cont-slmedia ul li i {
      font-size: 18px;
      line-height: 30px;
    }
  
    .cont-map {
      padding: 10px;
    }
  
    .cont-train h2 {
      font-size: 17px;
    }
  
    .pre-benef-top {
      padding: 10px;
    }
  
    .pre-benef-top p {
      font-size: 14px;
    }
  
    .pre-benef {
      padding: 10px;
    }
  
    .pre-benef .media-body p {
      text-align: justify;
    }
  
    .pre-benef_btn {
      width: 90%;
      margin: 0 auto;
      left: 0px;
      right: 0px;
      display: block;
      margin-bottom: 20px;
    }
  
    .addbank {
      width: auto;
      margin: 10px;
    }
  
    .addbank h4 {
      font-size: 15px;
      margin: 0px 0px 10px 0px;
    }
  
    .addbank p {
      font-size: 14px;
      margin: 0px 0px 15px 0px;
    }
  
    .bank_details {
      width: 95%;
      padding: 10px;
    }
  
    .bank-tab {
      margin-bottom: 20px;
    }
  
    .bank_datails_form label {
      font-size: 13px;
    }
  
    .bank_datails_form input[type="text"],
    .bank_datails_form input[type="number"],
    .bank_datails_form select {
      font-size: 13px;
    }
  
    .ifsc_form>div>label {
      margin-left: 3px;
    }
  
    .bank_datails_summary {
      width: 95%;
      padding: 10px 15px;
    }
  
    .bank_datails_summary p {
      font-size: 15px;
    }
  
    .myprofile {
      padding: 10px;
    }
  
    .stocks-strategy {
      width: 95%;
      padding: 10px;
    }
  
    .value-tabs {
      margin-bottom: 20px;
    }
  
    .value-tabs a li {
      font-size: 14px;
    }
  
    .stocks-strategy-p {
      font-size: 14px;
    }
  
    .stocks-strategy-h2 {
      padding: 6px 12px;
      font-size: 20px;
    }
  
    .stocks-strategy-guru {
      margin-bottom: 20px;
    }
  
    .stocks-strategy-guru li {
      padding: 7px 0px;
    }
  
    .stocks-strategy-guru a {
      font-size: 15px;
    }
  
    .guru-details {
      width: 98%;
      padding: 10px;
    }
  
    .guru-details-p {
      font-size: 14px;
    }
  
    .guru-details-box {
      margin-bottom: 15px;
    }
  
    .guru-details-box .guru-details-p {
      font-size: 14px;
    }
  
    .guru-details-box .guru-details-h2 {
      padding: 6px 12px;
      font-size: 20px;
    }
  
    .guru-video {
      width: 98%;
      padding: 10px;
    }
  
    .guru_videoimg {
      display: block;
      width: 120px;
    }
  
    .gurustck {
      padding: 10px;
    }
  
    .gurustck-data {
      padding: 10px;
    }
  
    .gurustck-list li {
      font-size: 14px;
    }
  
    .popup-sorting {
      width: 90%;
      margin-top: 44px;
    }
  
    .popup-sorting ul li {
      font-size: 11px;
      line-height: 14px
    }
  
    .research-stock {
      margin: 0px 10px;
    }
  
    .research-stock .value-tabs a li {
      font-size: 14px;
      padding: 0px 3%;
      font-weight: 400;
    }
  
    .sorted_by_chng {
      margin: 0px 12px;
    }
  
    .sorted_by_chng h3 {
      font-size: 14px;
      padding-bottom: 6px;
      display: block;
    }
  
    .midtab li {
      width: 73px;
      font-size: 13px;
      font-weight: 400;
      margin-left: 5px
    }
  
    .research-stock-p {
      font-size: 14px;
      margin: 0px 12px;
      margin-bottom: 5px;
      float: left;
      text-align: left
    }
  
    .stock-specif {
      margin: 5px 0px;
      padding: 10px;
    }
  
    .stock-specif-h2 {
      font-size: 14px;
    }
  
    .st-spf-price-dt {
      font-size: 13px;
    }
  
    .st-spf-recom {
      font-size: 14px;
    }
  
    .st-spf-greybg {
      margin-top: 10px;
    }
  
    .st-spf-greybg p {
      font-size: 14px;
      line-height: 22px;
    }
  
    .st-spf-tb {
      width: 100%;
    }
  
    .st-spf-tb tr td {
      font-size: 14px;
    }
  
    .st-spec-grule-h2 {
      font-size: 14px;
    }
  
    .fnd-ct {
      margin: 5px 10px;
      padding: 10px;
      margin-top: 30px;
    }
  
    .fnd-ct-tabs a li {
      font-size: 14px;
      padding: 0px 3%;
    }
  
    .fnd-ct-h2 {
      font-size: 14px;
    }
  
    .fnd-ct-midtab {
      margin-bottom: 10px;
    }
  
    .fnd-ct-midtab li {
      width: 40px;
      height: 35px;
      line-height: 35px;
      font-size: 13px;
      margin-right: 3px !important;
    }
  
    .fnd-ct-scndsec1 {
      text-align: left !important;
      padding-right: 0px !important;
      font-size: 12px !important;
    }
  
    .nifty_trend {
      margin: 5px 10px;
      padding: 10px;
    }
  
    .nifty_trend-p {
      font-size: 14px;
    }
  
    .nifty_trend_midbtn li {
      margin: 0px 8px;
      padding: 6px 2px;
      font-size: 14px;
      width: 68%;
      margin-bottom: 10px;
    }
  
    .fnd-ct {
      margin: 5px 10px;
      padding: 10px;
      margin-top: 30px;
    }
  
    .fnd-ct-tabs a li {
      font-size: 14px;
      padding: 0px 3%;
    }
  
    .fnd-ct-h2 {
      font-size: 14px;
    }
  
    .fnd-ct-midtab {
      margin-bottom: 10px;
    }
  
    .fnd-ct-midtab li {
      width: 40px;
      height: 35px;
      line-height: 35px;
      font-size: 14px;
      margin: 0px 4px;
    }
  
    .mfd {
      padding: 10px;
      margin-top: 30px;
    }
  
    .mfd-h3 {
      font-size: 14px;
    }
  
    .mfd h2 {
      font-size: 16px;
    }
  
    .mfd p {
      font-size: 14px;
    }
  
    #canvas {
      height: inherit !important;
    }
  
    .hold {
      margin: 0px;
    }
  
    .hold-box h3 {
      font-size: 14px;
    }
  
    .hold-box h3 span {
      font-size: 13px;
    }
  
    .hold-box p {
      font-size: 14px;
    }
  
    .annualsubs-top {
      padding: 10px;
    }
  
    .annualsubs-top h2 {
      font-size: 18px;
    }
  
    .annualsubs-top p {
      font-size: 14px;
    }
  
    .annualsubs-btn-sec li {
      width: 150px;
      padding: 7px 8px;
      font-size: 14px;
    }
  
    .annualsubs-benef {
      padding: 10px;
    }
  
    .annualsubs-benef .media-body {
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
  
    .annualsubs-benef .media-body>h5 {
      font-size: 15px;
    }
  
    .annualsubs-benef .media-body p {
      font-size: 14px;
    }
  
    .annualsubs-benef-a {
      font-size: 13px;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  
    .annualsubs-benef_btn {
      width: 280px;
    }
  
    .tabcontentscr {
      padding: 0px 10px;
    }
  
    .tabstscr-h3 {
      margin-bottom: 10px;
    }
  
    .tabcontentscr p {
      font-size: 13px;
    }
  
    .tabcontentscr select {
      font-size: 13px;
      margin-right: 6px;
      padding: 3px 2px;
      width: 100%;
      margin-bottom: 5px;
      line-height: normal;
    }
  
    .tabcontentscr input[type="text"] {
      padding: 2px 2px;
      font-size: 13px;
      width: 100%;
      margin-bottom: 5px;
      margin-right: 6px;
    }
  
    .filterpop_up {
      width: 90%;
    }
  
    .filterpop_up_txt {
      font-size: 13px;
    }
  
    .ladd-pdh td span {
      margin-left: 0px;
    }
  
    .ladd-name {
      font-size: 17px;
      margin-bottom: 10px;
    }
  
    .ladd-dt {
      display: inline-block;
      float: left;
    }
  
    .vs-notif {
      padding: 0px 10px;
    }
  
    .vs-notif-sec-img {
      width: 40px;
    }
  
    .vs-notif-sec-h2 {
      margin-bottom: 5px;
    }
  
    .vs-notif-sec-p {
      font-size: 14px;
      line-height: 18px;
    }
  
    .vs-notif-sec-dt {
      font-size: 13px;
    }
  
    .vs-notif-sec-reddot {
      margin-top: 6px;
    }
  
    .sponcode h3 {
      font-size: 15px;
    }
  
    .sponcode input[type="text"] {
      width: 60%;
    }
  
    .dindices-tabs a li {
      font-size: 14px;
      padding: 0px 2%;
    }
  
    .dindices .btn-link {
      font-size: 15px;
      line-height: normal;
    }
  
    .dindices .dindices-accor p {
      font-size: 14px;
      line-height: normal;
    }
  
    .dindices .dindices-accor ul li {
      font-size: 14px;
      margin-bottom: 5px;
    }
  
    .dindices .dindices-accor .btn {
      font-size: 14px;
    }
  
    .investar {
      padding: 10px 10px;
    }
  
    .investar h2 {
      font-size: 15px;
    }
  
    .investar ul li {
      list-style: circle;
      border-bottom: 1px solid #ddd;
      padding: 10px 8px;
      padding-left: 8px;
    }
  
    .investar ul a {
      font-size: 14px;
    }
  
    .abtus p {
      font-size: 14px;
    }
  
    .abtus h2 {
      font-size: 15px;
    }
  
    .abtus ul li {
      font-size: 14px;
    }
  
    /*.st-spec-grule-tb .infoMoreHtml{position:inherit;left:0px;float:right;}*/
    .privacy-tab a li {
      font-size: 13px;
      padding: 0px 5px;
    }
  
    .strg-old .col-lg-2,
    .strg-old .col-lg-5,
    .strg-old .col-lg-3 {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .strg {
      margin: 5px 10px;
    }
  
    .strg-hd h2 {
      font-size: 14px;
      padding-top: 2px;
      padding-right: 10px;
    }
  
    .strg-topbox {
      max-width: 50%;
    }
  
    .strg-topbox p {
      font-size: 14px;
    }
  
    .strg-topbox input[type="text"] {
      font-size: 14px;
    }
  
    .strg .strg-buybtn {
      width: 100%;
    }
  
    .webinar h2 {
      font-size: 18px;
    }
  
    .webinar p {
      font-size: 14px;
    }
  
    .riskprofile {
      padding: 5px 10px
    }
  
    .riskprofile-sec h3 {
      font-size: 16px;
    }
  
    .riskprofile-sec p {
      font-size: 14px;
      width: 70%;
    }
  
    .riskprofile-sec span {
      font-size: 14px;
    }
  
    .riskprofile-sec .btn-but {
      font-size: 13px;
      min-width: 70px;
      margin-top: 5px;
    }
  
    .riskmatching {
      padding: 5px 10px;
    }
  
    .riskmatching p {
      font-size: 14px;
    }
  
    .sponscd {
      padding: 5px 10px;
    }
  
    .sponscd p {
      font-size: 14px;
    }
  
    .sponscd .sponscd-box {
      width: 100%;
    }
  
    .errpg img {
      width: 85%;
      margin-bottom: 10px;
    }
  
    .errpg h4 {
      font-size: 25px;
    }
  
    .errpg p {
      font-size: 14px;
      margin-bottom: 15px;
    }
  
    .errpg a {
      margin-bottom: 20px;
    }
  
    .addupi {
      padding: 5px 10px;
    }
  
    .addupi p {
      font-size: 14px;
    }
  
    .strategysum .strategysum-top {
      padding: 5px 7px;
    }
  
    .strategysum .strategysum-top li {
      font-size: 13px;
    }
  
    .strategysum .strategysum-top li span {
      font-size: 13px;
    }
  
    .strategysum .strategysum-top li:nth-last-child(1) {
      float: right;
      padding-left: 10px;
    }
  
    .strategysum .strategysum-pts {
      padding: 0px;
      margin: 15px 0px 0px 20px;
    }
  
    .strategysum .tb th {
      font-size: 13px;
    }
  
    .strategysum .tb td {
      font-size: 13px;
    }
  
    .strategysum .strategysum-pts li {
      font-size: 13px;
      line-height: 19px;
      text-align: justify;
    }
  
    .strategysum .strategysum-feat li {
      margin-left: 10px;
      font-size: 13px;
      text-align: left;
      line-height: 18px;
    }
  
    .strategysum .strategysum-discl {
      font-size: 13px;
      line-height: 18px;
    }
  
    .strategysum .stsmbtn {
      font-size: 13px;
      line-height: 16px;
    }
  
    .websec a {
      font-size: 14px;
      line-height: normal;
    }
  
    .apply-coupon,
    .success-coupon,
    .invalid-coupon {
      padding: 10px 10px 10px 10px;
    }
  
    .apply-coupon img,
    .success-coupon img,
    .invalid-coupon img {
      width: 40px;
    }
  
    .apply-coupon h3,
    .success-coupon h3,
    .invalid-coupon h3 {
      font-size: 15px;
      margin-bottom: 3px;
      width: 90%;
    }
  
    .apply-coupon p,
    .success-coupon p,
    .invalid-coupon p {
      font-size: 13px;
      width: 90%;
    }
  
    .popup-aplycoup {
      width: 92%;
    }
  
    .popup-aplycoup h3 {
      font-size: 15px;
    }
  
    .popup-aplycoup input[type="text"] {
      width: 200px;
      font-size: 16px;
    }
  
    .strategysum .paymsum h3 {
      font-size: 15px;
    }
  
    .subscp {
      padding: 5px 5px;
    }
  
    .subscp-list-sec h2 {
      font-size: 15px;
    }
  
    .subscp-list-sec h3 {
      font-size: 16px;
      width: 80px;
    }
  
    .subscp-list-sec p {
      font-size: 14px;
    }
  
    .backtested {
      padding: 5px 15px;
      margin: 0px 5px;
    }
  
    .backtested-p {
      font-size: 13px;
      line-height: 19px;
    }
  
    .backtested h3 {
      font-size: 14px;
      line-height: 19px;
      width: 86%
    }
  
    .backtested_str,
    .backtested_str2 {
      font-size: 13px;
      margin-right: 10px;
    }
  
    .stcklist-term {
      font-size: 12px;
      width: 62px;
      border-radius: 20px;
      padding: 3px 2px;
      float: left;
      line-height: normal;
    }
  
    .stcklist-buy {
      font-size: 12px;
      width: 50px;
      border-radius: 12px;
      margin-left: 11px;
      padding: 2px 0px;
      margin-right: 7px !important;
    }
  
    .stcklist-buy i {
      font-size: 13px;
      padding-right: 3px;
    }
  
    .stcklist-buy-price {
      font-size: 14px;
      margin-left: 16px
    }
  
    .stcklist-tick-green {
      margin-left: 8px;
      margin-top: 6px;
      font-size: 20px;
    }
  
    .ernfer .eftopimg {
      width: 50%;
    }
  
    .ernfer .ernfer-h2 {
      font-size: 17px;
    }
  
    .ernfer .ernfer-h3 {
      font-size: 14px;
    }
  
    .ernfer .ernfer-btn {
      padding: 5px 5px;
      font-size: 13px;
      margin: 6px auto;
      display: block;
    }
  
    .ernfer .ernfer-link {
      font-size: 13px;
    }
  
    .ernfer-copycode {
      display: block;
      margin: 0 auto;
      text-align: center;
    }
  
    .ernfer .copycodetextbox {
      font-size: 16px;
      width: 170px;
      height: 35px;
    }
  
    .ernfer .sharebtn {
      font-size: 14px;
      width: 80px;
      height: 35px;
    }
  
    .ernfer-smedia ul li {
      padding: 6px 8px;
    }
  
    .upi-mn-dv {
      padding: 10px 30px 30px 30px;
    }
  
    .vs-upi-txt p {
      font-size: 16px;
      margin-bottom: 20px
    }
  
    .btn-upi-paycode {
      background-color: #004662;
      width: 80px;
      height: 26px;
      border-radius: 3px;
      text-decoration: none;
      margin-top: 5px;
      margin-right: 10px;
    }
  
    .txt-upi-paycode {
      margin-bottom: 10px;
      margin-top: 10px;
      width: 180px;
      padding: 0px 10px;
      margin-right: 10px
    }
  
    .upi-paycode-coupon {
      margin-left: 0px;
    }
  
    .upi-paycode-head h3 {
      font-size: 15px !important;
    }
  
    .coupon-upi-txt {
      margin-left: -20px;
      margin-top: 3px;
    }
  
    .apply-coupon-upi,
    .success-coupon-upi,
    .invalid-coupon-upi {
      padding: 5px 8px;
    }
  
    .apply-coupon-upi img,
    .success-coupon-upi img,
    .invalid-coupon-upi img {
      width: 30px;
      float: left;
      margin: 0px;
      padding: 0px;
      margin-top: 3px
    }
  
    .apply-coupon-upi h3,
    .success-coupon-upi h3,
    .invalid-coupon-upi h3 {
      font-size: 11px;
      margin: 0px;
      padding: 0px;
    }
  
    .apply-coupon-upi p,
    .success-coupon-upi p,
    .invalid-coupon-upi p {
      font-size: 10px;
      line-height: normal;
      margin: 0px;
      padding: 0px;
    }
  
    .apply-coupon-upi i,
    .success-coupon-upi i,
    .invalid-coupon-upi i {
      font-size: 10px;
      position: absolute;
      top: 5px;
      right: 3px;
    }
  
    .btn-upi {
      width: 60px;
      height: 20px;
      line-height: 10px;
      border-radius: 3px;
      font-size: 10px;
      margin-left: 20px;
      margin-top: 7px
    }
  
    .upi-wrn-sec p {}
  
    .upi-sec-txt {}
  
    .upi-wrn-txtbx {
      padding: 3px 6px;
      width: 180px;
      margin-top: 10px;
    }
  
    .btn-upi-payment {
      margin: 0px;
      width: 80px;
      height: 35px;
      list-style: 25px;
      margin-top: 10px;
    }
  
    .upi-pymnt-tb {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 10px
    }
  
    .btn-alt {
      padding: 5px 20px !important;
    }
  
    .pay_upi_sec {
      width: 220px;
      height: 130px;
      text-align: center;
    }
  
    .pay_upi_sec h2 {
      font-size: 16px;
      margin-bottom: 8px;
      margin-top: 0px
    }
  
    .pay_upi_sec h3 {
      font-size: 14px;
      margin-bottom: 8px;
      margin-top: 35px;
      line-height: 18px;
    }
  
    .pay_upi_sec h5 {
      font-size: 14px;
      margin: 0px;
      margin-bottom: 15px;
    }
  
    .sponcode-modal-btn {
      width: 120px;
      margin-bottom: 25px;
    }
  
    .alert-popup-txt {
      font-weight: 500;
      margin-top: 20px;
      font-size: 15px;
    }
  
    .addupi-popup-txt {
      font-weight: 500;
      margin-top: 60px;
      font-size: 15px;
    }
  
    .stcklist-tick-green {
      margin-left: 8px;
      margin-top: 6px;
      font-size: 20px;
    }
  }
  
  @media (min-width:320px) and (max-width:767px) {
    .bank_datails_summary span {
      font-size: 13px;
      margin-left: 3px;
    }
  }
  
  @media (min-width:414px) and (max-width:740px) {
  
    .tb th,
    .tb td {
      font-size: 13px;
    }
  /*
    .inside-cont {
      min-height: inherit;
    }
  */
    .cust-modal-content {
      max-width: 90%;
      font-size: 13px;
      margin-top: 15%;
    }
  
    .cust-modal-body {
      max-height: 350px;
    }
  
    .hm-mdl>a {
      font-weight: 400;
      font-size: 15px;
      display: inline-block;
    }
  
    .hm-mdl>i {
      font-size: 24px;
      float: left;
      margin-right: 5px;
      margin-top: -1px;
    }
  
    .dpmdview h2,
    .dpmdview h3 {
      font-size: 15px;
    }
  
    .dpmdview p {
      font-size: 13px;
    }
  
    .dpmdview li {
      font-size: 13px;
    }
  
    .dpmdview img {
      width: 125px;
      height: 90px;
    }
  
    .cust-modal-header h4 {
      padding: 0px 30px 6px 30px;
    }
  
    .mf_dt_popup {
      padding: 10px 15px;
    }
  
    .mf_dt_popuphd h2 {
      font-size: 17px;
      margin-top: 0px;
    }
  
    .vshm-banner {
      height: 184px;
      margin-bottom: 30px;
    }
  
    .vshm-banner h2 {
      font-size: 14px;
      padding-top: 20px;
      margin-bottom: 10px;
      line-height: 19px;
    }
  
    .vshm-banner .col-bar {
      height: 7px;
      max-width: 90%;
      margin-bottom: 10px;
    }
  
    .vshm-banner .col-bar2 {
      font-size: 13px;
      line-height: normal;
      max-width: 90%;
      letter-spacing: 0.2px;
    }
  
    .vshm-banner .vshm-banner-img {
      bottom: 1px;
    }
  
    .hm-sec {
      padding: 10px;
    }
  
    .hm-sec {
      padding: 0px;
    }
  
    .hm-sec ul li {
      font-size: 13px;
    }
  
    .hm-sec .hm-sec-red {
      width: 18px;
      height: 18px;
      font-size: 13px;
      margin-right: 4px;
      line-height: 18px;
    }
  
    .hm-sec h6 {
      min-width: 140px;
      min-height: 17px;
      font-size: 12px;
      line-height: 17px;
      padding-left: 6px;
      float: right;
      display: block;
    }
  
    .hm-sec .rightarrow {
      width: 18px;
      height: 18px;
      font-size: 14px;
      line-height: 18px;
    }
  
    .ft-regno {
      margin-bottom: 15px;
    }
  
    .ft-regno h6 {
      margin-bottom: 5px;
    }
  
  
    .srch-cont input[type="text"] {
      width: 90%;
    }
  
    .regist {
      margin-top: 5%;
    }
  
    .regist-cont {
      padding: 10px 20px;
    }
  
    .login {
      margin-top: 5%;
    }
  
    .login-cont {
      padding: 10px 20px;
    }
  
    .login-social {
      padding: 10px 20px;
    }
  
    .nwlogin {
      margin-top: 4%;
    }
  
    .nwlogin-logo {
      width: 60px;
      margin: 0px auto;
    }
  
    .nwlogin h2 {
      margin-top: 20px;
    }
  
    .nwlogin-cont {
      width: 90%;
    }
  
    .my-acc-list li {
      font-size: 14px;
    }
  
    .fnd-ct-midtab {
      margin-bottom: 10px;
    }
  
    .fnd-ct-midtab li {
      width: 30px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      margin-right: 4px !important;
    }
  
    .fnd-ct-scndsec1 {
      text-align: left !important;
      padding-right: 0px !important;
      font-size: 12px !important;
    }
  
    .scratch_bf_monthly {
      width: 170px;
      height: 170px;
    }
  
    .scratch_bf_yearly {
      width: 170px;
      height: 170px;
    }
  
    .scratch_af_yearly {
      width: 170px;
      height: 170px;
      padding: 7px;
    }
  
    .scratch_af_monthly {
      width: 170px;
      height: 170px;
      padding: 7px;
    }
  
    .scratch_af_monthly img,
    .scratch_af_yearly img {
      width: 40px;
      padding: 0px;
      margin: 0px;
    }
  
    .scratch_af_monthly h5,
    .scratch_af_yearly h5 {
      font-size: 14px;
      margin-top: 5px;
    }
  
    .scratch_af_monthly h4,
    .scratch_af_yearly h4 {
      font-size: 19px;
      margin-bottom: 0px;
    }
  
    .scratch_af_monthly p,
    .scratch_af_yearly p {
      font-size: 13px;
      line-height: 16px;
      margin-top: 5px;
    }
  
    .scratch-popup-cont {
      width: 250px;
      height: 250px;
      margin: 10% auto
    }
  
    .pkg-cont h2 {
      font-size: 22px;
    }
  
    .pkg-cont h3 {
      font-size: 20px;
    }
  
    .pkg-cont p {
      font-size: 15px;
    }
  
    .pkg-cont button {
      width: 100%;
      height: 40px;
    }
  
    .pkg-queries {
      margin-top: 10px;
    }
  
    .pkg-queries ul li {
      font-size: 14px;
    }
  
    .cancel-subs-top {
      padding: 10px;
    }
  
    .cancel-subs-top p {
      font-size: 14px;
    }
  
    .cancel_subs {
      padding: 10px;
    }
  
    .cancel_subs>p {
      font-size: 15px;
      margin-bottom: 10px;
    }
  
    .cancel_subs-list li {
      font-size: 15px;
    }
  
    .cancelp {
      font-size: 13px;
    }
  
    .cancel-subs-btn {
      width: inherit
    }
  
    .chng-paswd {
      padding: 10px;
    }
  
    .cont-add h2,
    .cont-phone h2,
    .cont-slmedia h2 {
      font-size: 17px;
      margin-bottom: 15px;
      padding-bottom: 7px;
    }
  
    .cont-add h6 {
      ont-size: 14px;
    }
  
    .cont-add p,
    .cont-phone p,
    .cont-slmedia p {
      font-size: 14px;
    }
  
    .cont-add i,
    .cont-phone i {
      font-size: 15px;
    }
  
    .cont-slmedia ul li {
      width: 30px;
      height: 30px;
    }
  
    .cont-slmedia ul li i {
      font-size: 18px;
      line-height: 30px;
    }
  
    .cont-map {
      padding: 10px;
    }
  
    .cont-train h2 {
      font-size: 17px;
    }
  
    .pre-benef-top {
      padding: 10px;
    }
  
    .pre-benef-top p {
      font-size: 14px;
    }
  
    .pre-benef {
      padding: 10px;
    }
  
    .pre-benef .media-body p {
      text-align: justify;
    }
  
    .pre-benef_btn {
      width: 95%;
      margin: 0 auto;
      left: 0px;
      right: 0px;
      display: block;
      margin-bottom: 20px;
    }
  
    .addbank {
      width: auto;
      margin: 10px;
    }
  
    .addbank h4 {
      font-size: 15px;
      margin: 0px 0px 10px 0px;
    }
  
    .addbank p {
      font-size: 14px;
      margin: 0px 0px 15px 0px;
    }
  
    .bank_details {
      width: 95%;
      padding: 10px;
    }
  
    .bank-tab {
      margin-bottom: 20px;
    }
  
    .bank_datails_form label {
      font-size: 13px;
    }
  
    .bank_datails_form input[type="text"],
    .bank_datails_form input[type="number"],
    .bank_datails_form select {
      font-size: 13px;
    }
  
    .ifsc_form>div>label {
      margin-left: 3px;
    }
  
    .bank_datails_summary {
      width: 98%;
      padding: 10px 15px;
    }
  
    .bank_datails_summary p {
      font-size: 15px;
    }
  
    .myprofile {
      padding: 10px;
    }
  
    .stocks-strategy {
      width: 98%;
      padding: 10px;
    }
  
    .value-tabs {
      margin-bottom: 20px;
    }
  
    .value-tabs a li {
      font-size: 14px;
    }
  
    .stocks-strategy-p {
      font-size: 14px;
    }
  
    .stocks-strategy-h2 {
      padding: 6px 12px;
      font-size: 20px;
    }
  
    .stocks-strategy-guru {
      margin-bottom: 20px;
    }
  
    .stocks-strategy-guru li {
      padding: 7px 0px;
    }
  
    .stocks-strategy-guru a {
      font-size: 15px;
    }
  
    .guru-details {
      width: 98%;
      padding: 10px;
    }
  
    .guru-details-p {
      font-size: 14px;
    }
  
    .guru-details-box {
      margin-bottom: 15px;
    }
  
    .guru-details-box .guru-details-p {
      font-size: 14px;
    }
  
    .guru-details-box .guru-details-h2 {
      padding: 6px 12px;
      font-size: 20px;
    }
  
    .guru-video {
      width: 98%;
      padding: 10px;
    }
  
    .guru_videoimg {
      display: block;
      width: 120px;
    }
  
    .gurustck {
      padding: 10px;
    }
  
    .gurustck-data {
      padding: 10px;
    }
  
    .gurustck-list li {
      font-size: 14px;
    }
  
    .popup-sorting {
      width: 85%;
      margin-top: 44px;
    }
  
    .popup-sorting ul li {
      font-size: 12px;
      line-height: 15px;
    }
  
    .research-stock {
      margin: 0px 10px;
    }
  
    .research-stock .value-tabs a li {
      font-size: 14px;
      padding: 0px 3%;
      font-weight: 400;
    }
  
    .sorted_by_chng {
      margin: 0px 12px;
    }
  
    .sorted_by_chng h3 {
      font-size: 14px;
      padding-bottom: 6px;
      display: block;
    }
  
    .midtab li {
      width: 83px;
      font-size: 14px;
      font-weight: 400;
      margin-left: 5px
    }
  
    .research-stock-p {
      font-size: 14px;
      margin: 0px 12px;
      margin-bottom: 5px;
      float: left;
      text-align: left
    }
  
    .stock-specif {
      margin: 5px 0px;
      padding: 10px;
    }
  
    .stock-specif-h2 {
      font-size: 14px;
    }
  
    .st-spf-price-dt {
      font-size: 13px;
    }
  
    .st-spf-recom {
      font-size: 14px;
    }
  
    .st-spf-greybg {
      margin-top: 10px;
    }
  
    .st-spf-greybg p {
      font-size: 14px;
      line-height: 22px;
    }
  
    .st-spf-tb {
      width: 100%;
    }
  
    .st-spf-tb tr td {
      font-size: 14px;
    }
  
    .st-spec-grule-h2 {
      font-size: 15px;
    }
  
    .nifty_trend {
      margin: 5px 10px;
      padding: 10px;
    }
  
    .nifty_trend-p {
      font-size: 14px;
    }
  
    .nifty_trend_midbtn li {
      padding: 6px 5px;
      font-size: 14px;
      width: 50%;
    }
  
  
  
    .mfd {
      padding: 10px;
    }
  
    .mfd-h3 {
      font-size: 14px;
    }
  
    .mfd h2 {
      font-size: 16px;
    }
  
    .mfd p {
      font-size: 14px;
    }
  
    #canvas {
      height: inherit !important;
    }
  
    .hold {
      margin: 0px;
    }
  
    .hold-box h3 {
      font-size: 14px;
    }
  
    .hold-box h3 span {
      font-size: 13px;
    }
  
    .hold-box p {
      font-size: 14px;
    }
  
    .annualsubs-top {
      padding: 10px;
    }
  
    .annualsubs-top h2 {
      font-size: 18px;
    }
  
    .annualsubs-top p {
      font-size: 14px;
    }
  
    .annualsubs-btn-sec li {
      width: 150px;
      padding: 7px 8px;
      font-size: 14px;
    }
  
    .annualsubs-benef {
      padding: 10px;
    }
  
    .annualsubs-benef .media-body {
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
  
    .annualsubs-benef .media-body>h5 {
      font-size: 15px;
    }
  
    .annualsubs-benef .media-body p {
      font-size: 14px;
    }
  
    .annualsubs-benef-a {
      font-size: 13px;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  
    .annualsubs-benef_btn {
      width: 280px;
    }
  
    .tabcontentscr {
      padding: 0px 10px;
    }
  
    .tabstscr-h3 {
      margin-bottom: 10px;
    }
  
    .tabcontentscr p {
      font-size: 13px;
    }
  
    .tabcontentscr select {
      font-size: 13px;
      margin-right: 6px;
      padding: 3px 2px;
      margin-bottom: 5px;
      width: 100%;
      line-height: normal;
    }
  
    .tabcontentscr input[type="text"] {
      padding: 2px 2px;
      font-size: 13px;
      width: 100%;
      margin-bottom: 5px;
      margin-right: 6px;
    }
  
    .filterpop_up {
      width: 90%;
    }
  
    .filterpop_up_txt {
      font-size: 13px;
    }
  
    .vs-notif {
      padding: 0px 10px;
    }
  
    .vs-notif-sec-img {
      width: 40px;
    }
  
    .vs-notif-sec-h2 {
      margin-bottom: 5px;
    }
  
    .vs-notif-sec-p {
      font-size: 14px;
      line-height: 18px;
    }
  
    .vs-notif-sec-dt {
      font-size: 13px;
    }
  
    .vs-notif-sec-reddot {
      margin-top: 6px;
    }
  
    .sponcode h3 {
      font-size: 15px;
    }
  
    .sponcode input[type="text"] {
      width: 60%;
    }
  
    .dindices-tabs a li {
      font-size: 14px;
      padding: 0px 4%;
    }
  
    .dindices .btn-link {
      font-size: 15px;
      line-height: normal;
    }
  
    .dindices .dindices-accor p {
      font-size: 14px;
      line-height: normal;
    }
  
    .dindices .dindices-accor ul li {
      font-size: 14px;
      margin-bottom: 5px;
    }
  
    .dindices .dindices-accor .btn {
      font-size: 14px;
    }
  
    .investar {
      padding: 10px 10px;
    }
  
    .investar h2 {
      font-size: 15px;
    }
  
    .investar ul li {
      list-style: circle;
      border-bottom: 1px solid #ddd;
      padding: 10px 8px;
      padding-left: 8px;
    }
  
    .investar ul a {
      font-size: 14px;
    }
  
    .abtus p {
      font-size: 14px;
    }
  
    .abtus h2 {
      font-size: 15px;
    }
  
    .abtus ul li {
      font-size: 14px;
    }
  
    /*.st-spec-grule-tb .infoMoreHtml{position:inherit;left:0px;float:right;}*/
    .privacy-tab a li {
      font-size: 13px;
      padding: 0px 5px;
    }
  
    .strg-old .col-lg-2,
    .strg-old .col-lg-5,
    .strg-old .col-lg-3 {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .strg {
      margin: 5px 10px;
    }
  
    .strg-hd h2 {
      font-size: 14px;
      padding-top: 2px;
      padding-right: 10px;
    }
  
    .strg-topbox {
      max-width: 50%;
    }
  
    .strg-topbox p {
      font-size: 14px;
    }
  
    .strg-topbox input[type="text"] {
      font-size: 14px;
    }
  
    .strg .strg-buybtn {
      width: 100%;
    }
  
    .webinar h2 {
      font-size: 18px;
    }
  
    .webinar p {
      font-size: 14px;
    }
  
    .riskprofile {
      padding: 5px 10px
    }
  
    .riskprofile-sec h3 {
      font-size: 16px;
    }
  
    .riskprofile-sec p {
      font-size: 14px;
      width: 70%;
    }
  
    .riskprofile-sec span {
      font-size: 14px;
    }
  
    .riskprofile-sec .btn-but {
      font-size: 13px;
      min-width: 70px;
      margin-top: 5px;
    }
  
    .riskmatching {
      padding: 5px 10px;
    }
  
    .riskmatching p {
      font-size: 14px;
    }
  
    .sponscd {
      padding: 5px 10px;
    }
  
    .sponscd p {
      font-size: 14px;
    }
  
    .sponscd .sponscd-box {
      width: 100%;
    }
  
    .errpg img {
      width: 85%;
      margin-bottom: 10px;
    }
  
    .errpg h4 {
      font-size: 25px;
    }
  
    .errpg p {
      font-size: 14px;
      margin-bottom: 15px;
    }
  
    .errpg a {
      margin-bottom: 20px;
    }
  
    .addupi {
      padding: 5px 10px;
    }
  
    .addupi p {
      font-size: 14px;
    }
  
    .strategysum .strategysum-top {
      padding: 5px 7px;
    }
  
    .strategysum .strategysum-top li {
      font-size: 13px;
    }
  
    .strategysum .strategysum-top li span {
      font-size: 13px;
    }
  
    .strategysum .strategysum-top li:nth-last-child(1) {
      float: right;
      padding-left: 10px;
    }
  
    .strategysum .strategysum-pts {
      padding: 0px;
      margin: 15px 0px 0px 20px;
    }
  
    .strategysum .tb th {
      font-size: 13px;
    }
  
    .strategysum .tb td {
      font-size: 13px;
    }
  
    .strategysum .strategysum-pts li {
      font-size: 13px;
      line-height: 19px;
      text-align: justify;
    }
  
    .strategysum .strategysum-feat li {
      margin-left: 10px;
      font-size: 13px;
      text-align: left;
      line-height: 18px;
    }
  
    .strategysum .strategysum-discl {
      font-size: 13px;
      line-height: 18px;
    }
  
    .strategysum .stsmbtn {
      font-size: 13px;
      line-height: 16px;
    }
  
    .websec a {
      font-size: 14px;
      line-height: normal;
    }
  
    .apply-coupon,
    .success-coupon,
    .invalid-coupon {
      padding: 10px 10px 10px 10px;
    }
  
    .apply-coupon img,
    .success-coupon img,
    .invalid-coupon img {
      width: 40px;
    }
  
    .apply-coupon h3,
    .success-coupon h3,
    .invalid-coupon h3 {
      font-size: 15px;
      margin-bottom: 3px;
      width: 90%;
    }
  
    .apply-coupon p,
    .success-coupon p,
    .invalid-coupon p {
      font-size: 13px;
      width: 90%;
    }
  
    .popup-aplycoup {
      width: 95.5%;
    }
  
    .popup-aplycoup h3 {
      font-size: 15px;
    }
  
    .popup-aplycoup input[type="text"] {
      width: 200px;
      font-size: 16px;
    }
  
    .strategysum .paymsum h3 {
      font-size: 15px;
    }
  
    .subscp {
      padding: 5px 5px;
    }
  
    .subscp-list-sec h2 {
      font-size: 15px;
    }
  
    .subscp-list-sec h3 {
      font-size: 16px;
      width: 80px;
    }
  
    .subscp-list-sec p {
      font-size: 14px;
    }
  
    .backtested {
      padding: 5px 15px;
      margin: 0px 5px;
    }
  
    .backtested-p {
      font-size: 13px;
      line-height: 19px;
    }
  
    .backtested h3 {
      font-size: 14px;
      line-height: 19px;
      width: 86%
    }
  
    .backtested_str,
    .backtested_str2 {
      font-size: 13px;
      margin-right: 10px;
    }
  
    .stcklist-term {
      font-size: 12px;
      width: 62px;
      border-radius: 20px;
      padding: 3px 2px;
      float: left;
      line-height: normal;
    }
  
    .stcklist-buy {
      font-size: 12px;
      width: 50px;
      border-radius: 12px;
      margin-left: 11px;
      padding: 2px 0px;
      margin-right: 8px !important;
    }
  
    .stcklist-buy i {
      font-size: 13px;
      padding-right: 3px;
    }
  
    .stcklist-buy-price {
      font-size: 14px;
      margin-left: 16px
    }
  
    .stcklist-tick-green {
      margin-left: 8px;
      margin-top: 6px;
      font-size: 20px;
    }
  
    .ernfer .eftopimg {
      width: 50%;
    }
  
    .ernfer .ernfer-h2 {
      font-size: 17px;
    }
  
    .ernfer .ernfer-h3 {
      font-size: 14px;
    }
  
    .ernfer .ernfer-btn {
      padding: 5px 5px;
      font-size: 13px;
      margin: 6px auto;
      display: block;
    }
  
    .ernfer .ernfer-link {
      font-size: 13px;
    }
  
    .ernfer-copycode {
      display: block;
      margin: 0 auto;
      text-align: center;
    }
  
    .ernfer .copycodetextbox {
      font-size: 16px;
      width: 170px;
      height: 35px;
    }
  
    .ernfer .sharebtn {
      font-size: 14px;
      width: 80px;
      height: 35px;
    }
  
    .ernfer-smedia ul li {
      padding: 6px 8px;
    }
  
    .upi-mn-dv {
      padding: 10px 30px 40px 30px;
    }
  
    .vs-upi-txt p {
      font-size: 18px;
      line-height: 22px;
    }
  
    .btn-upi-paycode {
      background-color: #004662;
      width: 80px;
      height: 26px;
      border-radius: 3px;
      text-decoration: none;
      margin-top: 5px;
      margin-right: 10px;
    }
  
    .txt-upi-paycode {
      margin-bottom: 10px;
      margin-top: 10px;
      width: 180px;
      padding: 0px 10px;
      margin-right: 10px
    }
  
    .upi-paycode-head h3 {
      font-size: 26px;
    }
  
    .upi-paycode-coupon {
      margin-left: 0px;
    }
  
    .coupon-upi-txt {
      margin-left: -22px;
    }
  
    .upi-txt-almnt {
      margin-top: -2px
    }
  
    .apply-coupon-upi,
    .success-coupon-upi,
    .invalid-coupon-upi {
      padding: 5px 8px;
    }
  
    .apply-coupon-upi img,
    .success-coupon-upi img,
    .invalid-coupon-upi img {
      width: 30px;
      float: left;
      margin: 0px;
      padding: 0px;
      margin-top: 4px
    }
  
    .apply-coupon-upi h3,
    .success-coupon-upi h3,
    .invalid-coupon-upi h3 {
      font-size: 11px;
      margin: 0px;
      padding: 0px;
      margin-top: 2px
    }
  
    .apply-coupon-upi p,
    .success-coupon-upi p,
    .invalid-coupon-upi p {
      font-size: 10px;
      line-height: normal;
      margin: 0px;
      padding: 0px;
    }
  
    .apply-coupon-upi i,
    .success-coupon-upi i,
    .invalid-coupon-upi i {
      font-size: 10px;
      position: absolute;
      top: 5px;
      right: 3px;
    }
  
    .btn-upi {
      width: 65px;
      height: 20px;
      line-height: 10px;
      border-radius: 3px;
      font-size: 10px;
      margin-top: 7px;
      margin-left: 0px !important;
    }
  
    .coupon-upi-txt {
      margin-left: -30px !important;
      margin-top: 2px;
    }
  
    .upi-paycode-head h3 {
      font-size: 18px !important;
      margin-top: 10px !important;
    }
  
    .upi-paycode-coupon {
      margin-left: 0px !important;
    }
  
    .upi-wrn-sec p {}
  
    .upi-sec-txt {}
  
    .upi-wrn-txtbx {
      padding: 3px 6px;
      width: 180px;
      margin-top: 10px;
    }
  
    .btn-upi-payment {
      margin: 0px;
      width: 80px;
      height: 35px;
      list-style: 25px;
      margin-top: 10px;
    }
  
    .upi-pymnt-tb {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 10px
    }
  
    .btn-alt {
      padding: 5px 20px !important;
    }
  
    .pay_upi_sec {
      width: 220px;
      height: 130px;
      text-align: center;
    }
  
    .pay_upi_sec h2 {
      font-size: 16px;
      margin-bottom: 8px;
      margin-top: 0px
    }
  
    .pay_upi_sec h3 {
      font-size: 14px;
      margin-bottom: 8px;
      margin-top: 35px;
      line-height: 18px;
    }
  
    .pay_upi_sec h5 {
      font-size: 14px;
      margin: 0px;
      margin-bottom: 15px;
    }
  
    .sponcode-modal-btn {
      width: 120px;
      margin-bottom: 25px;
    }
  
    .alert-popup-txt {
      font-weight: 500;
      margin-top: 20px;
      font-size: 15px;
    }
  
    .addupi-popup-txt {
      font-weight: 500;
      margin-top: 60px;
      font-size: 15px;
    }
  
    .stcklist-tick-green {
      margin-left: 8px;
      margin-top: 6px;
      font-size: 20px;
    }
  }
  
  
  
  @media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  
    .tb th,
    .tb td {
      font-size: 13px;
    }
  /*
    .inside-cont {
      min-height: 75vh;
    }
  */
    .cust-modal-content {
      max-width: 70%;
      margin-top: 15%;
    }
  
    .cust-modal-body {
      max-height: 350px;
    }
  
    .mf_dt_popup {
      padding: 20px 60px
    }
  
    .mf_dt_popuphd h2 {
      font-size: 24px !important;
      margin-top: 0 !important;
    }
  
    .dpmdview h2,
    .dpmdview h3 {
      font-size: 15px;
    }
  
    .dpmdview p {
      font-size: 13px;
    }
  
    .dpmdview li {
      font-size: 13px;
    }
  
    .vshm-banner {
      height: 184px;
    }
  
    .vshm-banner h2 {
      font-size: 14px;
      padding-top: 20px;
      margin-bottom: 10px;
      line-height: 19px;
    }
  
    .vshm-banner .col-bar {
      height: 7px;
      max-width: 90%;
      margin-bottom: 10px;
    }
  
    .vshm-banner .col-bar2 {
      font-size: 13px;
      line-height: normal;
      max-width: 90%;
      letter-spacing: 0.2px;
    }
  
    .vshm-banner .vshm-banner-img {
      bottom: 1px;
    }
  
    .hm-sec {
      padding: 10px;
    }
  
    .hm-sec {
      padding: 0px;
    }
  
    .hm-sec ul li {
      font-size: 13px;
    }
  
    .hm-sec .hm-sec-red {
      width: 18px;
      height: 18px;
      font-size: 13px;
      margin-right: 4px;
      line-height: 18px;
    }
  
    .hm-sec h6 {
      min-width: 130px;
      min-height: 17px;
      font-size: 12px;
      line-height: 17px;
      padding-left: 6px;
      float: right;
      display: block;
    }
  
    .hm-sec .rightarrow {
      width: 18px;
      height: 18px;
      font-size: 14px;
      line-height: 18px;
    }
  
    .ft-regno {
      margin-bottom: 15px;
    }
  
    .ft-regno h6 {
      margin-bottom: 5px;
    }
  
  
    .srch-cont input[type="text"] {
      width: 90%;
    }
  
    .regist {
      margin-top: 5%;
    }
  
    .regist-cont {
      padding: 10px 20px;
    }
  
    .login {
      margin-top: 5%;
    }
  
    .login-cont {
      padding: 10px 20px;
    }
  
    .login-social {
      padding: 10px 20px;
    }
  
    .nwlogin {
      margin-top: 4%;
    }
  
    .nwlogin-logo {
      width: 60px;
      margin: 0px auto;
    }
  
    .nwlogin h2 {
      margin-top: 20px;
    }
  
    .nwlogin-cont {
      width: 90%;
    }
  
    .my-acc-list li {
      font-size: 14px;
    }
  
    .scratch_bf_monthly {
      width: 200px;
      height: 200px;
    }
  
    .scratch_bf_yearly {
      width: 200px;
      height: 200px;
    }
  
    .scratch_af_yearly {
      width: 200px;
      height: 200px;
      padding: 10px;
    }
  
    .scratch_af_monthly {
      width: 200px;
      height: 200px;
      padding: 10px;
    }
  
    .scratch_af_monthly img,
    .scratch_af_yearly img {
      width: 40px;
      padding: 0px;
      margin: 0px;
    }
  
    .scratch_af_monthly h5,
    .scratch_af_yearly h5 {
      font-size: 16px;
      margin-top: 10px;
    }
  
    .scratch_af_monthly h4,
    .scratch_af_yearly h4 {
      font-size: 20px;
      margin-bottom: 0px;
    }
  
    .scratch_af_monthly p,
    .scratch_af_yearly p {
      font-size: 14px;
      line-height: 17px;
      margin-top: 5px;
    }
  
    .scratch-popup-cont {
      width: 300px;
      height: 300px;
      margin: 10% auto
    }
  
    .pkg-cont h2 {
      font-size: 22px;
    }
  
    .pkg-cont h3 {
      font-size: 20px;
    }
  
    .pkg-cont p {
      font-size: 15px;
    }
  
    .pkg-cont button {
      width: 100%;
      height: 40px;
    }
  
    .pkg-queries {
      margin-top: 10px;
    }
  
    .cancel-subs-top {
      padding: 10px;
    }
  
    .cancel-subs-top p {
      font-size: 14px;
    }
  
    .cancel_subs {
      padding: 10px;
    }
  
    .cancel_subs>p {
      font-size: 15px;
      margin-bottom: 10px;
    }
  
    .cancel_subs-list li {
      font-size: 15px;
    }
  
    .cancelp {
      font-size: 14px;
    }
  
    .cancel-subs-btn {
      width: inherit
    }
  
    .chng-paswd {
      padding: 10px;
    }
  
    .cont-add h2,
    .cont-phone h2,
    .cont-slmedia h2 {
      font-size: 18px;
      margin-bottom: 15px;
      padding-bottom: 7px;
    }
  
    .cont-add h6 {
      ont-size: 15px;
    }
  
    .cont-add p,
    .cont-phone p,
    .cont-slmedia p {
      font-size: 15px;
    }
  
    .cont-add i,
    .cont-phone i {
      font-size: 17px;
    }
  
    .cont-slmedia ul li i {
      font-size: 18px;
    }
  
    .cont-train h2 {
      font-size: 17px;
    }
  
    .pre-benef-top {
      padding: 10px;
    }
  
    .pre-benef-top p {
      font-size: 14px;
    }
  
    .pre-benef {
      padding: 10px;
    }
  
    .pre-benef .media-body p {
      text-align: justify;
    }
  
    .pre-benef_btn {
      width: 95%;
      margin: 0 auto;
      left: 0px;
      right: 0px;
      display: block;
      margin-bottom: 20px;
    }
  
    .addbank {
      width: auto;
      margin: 10px;
    }
  
    .addbank h4 {
      font-size: 15px;
      margin: 0px 0px 10px 0px;
    }
  
    .addbank p {
      font-size: 14px;
      margin: 0px 0px 15px 0px;
    }
  
    .bank_details {
      width: 95%;
      padding: 10px;
    }
  
    .bank-tab {
      margin-bottom: 20px;
    }
  
    .bank_datails_form label {
      font-size: 13px;
    }
  
    .bank_datails_form input[type="text"],
    .bank_datails_form input[type="number"],
    .bank_datails_form select {
      font-size: 13px;
    }
  
    .ifsc_form>div>label {
      margin-left: 3px;
    }
  
    .bank_datails_summary {
      width: 98%;
      padding: 10px 15px;
    }
  
    .bank_datails_summary p {
      font-size: 15px;
    }
  
    .myprofile {
      padding: 10px;
    }
  
    .stocks-strategy {
      width: 98%;
      padding: 10px;
    }
  
    .value-tabs {
      margin-bottom: 20px;
    }
  
    .value-tabs a li {
      font-size: 16px;
    }
  
    .stocks-strategy-p {
      font-size: 14px;
    }
  
    .stocks-strategy-h2 {
      padding: 6px 12px;
      font-size: 20px;
    }
  
    .stocks-strategy-guru {
      margin-bottom: 20px;
    }
  
    .stocks-strategy-guru li {
      padding: 7px 0px;
    }
  
    .stocks-strategy-guru a {
      font-size: 15px;
    }
  
    .guru-details {
      width: 98%;
      padding: 10px;
    }
  
    .guru-details-p {
      font-size: 14px;
    }
  
    .guru-details-box {
      margin-bottom: 15px;
    }
  
    .guru-details-box .guru-details-p {
      font-size: 14px;
    }
  
    .guru-details-box .guru-details-h2 {
      padding: 6px 12px;
      font-size: 20px;
    }
  
    .guru-video {
      width: 98%;
      padding: 10px;
    }
  
    .guru_videoimg {
      display: block;
      width: 120px;
    }
  
    .gurustck {
      padding: 10px;
    }
  
    .gurustck-data {
      padding: 10px;
    }
  
    .gurustck-list li {
      font-size: 14px;
    }
  
    .popup-sorting {
      width: 70%;
      margin-top: 44px;
    }
  
    .research-stock {
      margin: 0px 10px;
    }
  
    .research-stock .value-tabs a li {
      font-size: 14px;
      padding: 0px 3%;
      font-weight: 400;
    }
  
    .sorted_by_chng {
      margin: 0px 12px;
    }
  
    .sorted_by_chng h3 {
      font-size: 14px;
      padding-bottom: 6px;
      display: block;
    }
  
    .midtab li {
      width: 100px;
      font-size: 14px;
      font-weight: 400;
    }
  
    .research-stock-p {
      font-size: 14px;
      margin: 0px 12px;
      margin-bottom: 5px;
      float: left;
      text-align: left
    }
  
    .stock-specif {
      margin: 5px 0px;
      padding: 10px;
    }
  
    .stock-specif-h2 {
      font-size: 14px;
    }
  
    .st-spf-price-dt {
      font-size: 13px;
    }
  
    .st-spf-recom {
      font-size: 14px;
    }
  
    .st-spf-greybg {
      margin-top: 10px;
    }
  
    .st-spf-greybg p {
      font-size: 14px;
      line-height: 22px;
    }
  
    .st-spf-tb {
      width: 100%;
    }
  
    .st-spf-tb tr td {
      font-size: 14px;
    }
  
    .st-spec-grule-h2 {
      font-size: 15px;
    }
  
    .nifty_trend {
      margin: 5px 10px;
      padding: 10px;
    }
  
    .nifty_trend-p {
      font-size: 14px;
    }
  
    .nifty_trend_midbtn li {
      margin: 0px 8px;
      padding: 6px 5px;
      font-size: 14px;
      width: 30%;
    }
  
    .mfd {
      padding: 10px;
    }
  
    .mfd-h3 {
      font-size: 14px;
    }
  
    .mfd h2 {
      font-size: 16px;
    }
  
    .mfd p {
      font-size: 14px;
    }
  
    #canvas {
      height: inherit !important;
    }
  
    .backtested-p {
      font-size: 14px;
    }
  
    .backtested h3 {
      width: 86%;
      font-size: 15px
    }
  
    .stcklist-term {
      font-size: 12px;
      width: 62px;
      border-radius: 20px;
      padding: 3px 2px;
      float: left;
      line-height: normal;
    }
  
    .stcklist-buy {
      font-size: 12px;
      width: 50px;
      border-radius: 12px;
      margin-left: 15px;
      padding: 3px 2px;
      line-height: normal;
    }
  
    .stcklist-buy i {
      font-size: 13px;
      padding-right: 3px;
    }
  
    .stcklist-buy-price {
      font-size: 14px;
    }
  
    .stcklist-tick-green {
      font-size: 20px;
    }
  
    .hold {
      margin: 0px;
    }
  
    .hold-box h3 {
      font-size: 14px;
    }
  
    .hold-box h3 span {
      font-size: 13px;
    }
  
    .hold-box p {
      font-size: 14px;
    }
  
    .annualsubs-top {
      padding: 10px;
    }
  
    .annualsubs-top h2 {
      font-size: 18px;
    }
  
    .annualsubs-top p {
      font-size: 14px;
    }
  
    .annualsubs-btn-sec li {
      width: 150px;
      padding: 7px 8px;
      font-size: 14px;
    }
  
    .annualsubs-benef {
      padding: 10px;
    }
  
    .annualsubs-benef .media-body {
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
  
    .annualsubs-benef .media-body>h5 {
      font-size: 15px;
    }
  
    .annualsubs-benef .media-body p {
      font-size: 14px;
    }
  
    .annualsubs-benef-a {
      font-size: 13px;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  
    .annualsubs-benef_btn {
      width: 280px;
    }
  
    .tabcontentscr {
      padding: 0px 10px;
    }
  
    .tabstscr-h3 {
      margin-bottom: 10px;
    }
  
    .tabcontentscr p {
      font-size: 13px;
    }
  
    .tabcontentscr select {
      font-size: 13px;
      margin-right: 6px;
      padding: 3px 2px;
      line-height: normal;
    }
  
    .tabcontentscr input[type="text"] {
      padding: 2px 2px;
      font-size: 13px;
      width: 25%;
      margin-right: 6px;
    }
  
    .filterpop_up {
      width: 75%;
    }
  
    .filterpop_up_txt {
      font-size: 13px;
    }
  
    .ladd-pdh td span {
      margin-left: 0px;
    }
  
    .ladd-name {
      font-size: 17px;
      margin-bottom: 10px;
    }
  
    .ladd-dt {
      display: inline-block;
      float: left;
    }
  
    .vs-notif {
      padding: 0px 10px;
    }
  
    .vs-notif-sec-img {
      width: 50px;
    }
  
    .vs-notif-sec-h2 {
      margin-bottom: 5px;
    }
  
    .vs-notif-sec-p {
      font-size: 14px;
      line-height: 18px;
    }
  
    .vs-notif-sec-dt {
      font-size: 13px;
    }
  
    .vs-notif-sec-reddot {
      margin-top: 6px;
    }
  
    .sponcode h3 {
      font-size: 15px;
    }
  
    .sponcode input[type="text"] {
      width: 60%;
    }
  
    .dindices-tabs a li {
      font-size: 15px;
      padding: 0px 5%;
    }
  
    .dindices .btn-link {
      font-size: 15px;
      line-height: normal;
    }
  
    .dindices .dindices-accor p {
      font-size: 14px;
      line-height: normal;
    }
  
    .dindices .dindices-accor ul li {
      font-size: 14px;
      margin-bottom: 5px;
    }
  
    .dindices .dindices-accor .btn {
      font-size: 14px;
    }
  
    .investar {
      padding: 10px 10px;
    }
  
    .investar h2 {
      font-size: 15px;
    }
  
    .investar ul li {
      list-style: circle;
      border-bottom: 1px solid #ddd;
      padding: 10px 8px;
      padding-left: 8px;
    }
  
    .investar ul a {
      font-size: 14px;
    }
  
    .abtus p {
      font-size: 14px;
    }
  
    .abtus h2 {
      font-size: 15px;
    }
  
    .abtus ul li {
      font-size: 14px;
    }
  
    /*.st-spec-grule-tb .infoMoreHtml{position:inherit;left:0px;float:right;}*/
    .strg-old .col-lg-2,
    .strg-old .col-lg-5,
    .strg-old .col-lg-3 {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .strg {
      margin: 5px 10px;
    }
  
    .strg-hd h2 {
      font-size: 14px;
      padding-top: 2px;
      padding-right: 10px;
    }
  
    .strg-topbox {
      max-width: 50%;
    }
  
    .strg-topbox p {
      font-size: 14px;
    }
  
    .strg-topbox input[type="text"] {
      font-size: 14px;
    }
  
    .strg .strg-buybtn {
      width: 30%;
    }
  
    .webinar h2 {
      font-size: 18px;
    }
  
    .webinar p {
      font-size: 14px;
    }
  
    .riskprofile {
      padding: 5px 10px
    }
  
    .riskprofile-sec h3 {
      font-size: 16px;
    }
  
    .riskprofile-sec p {
      font-size: 14px;
      width: 70%;
    }
  
    .riskprofile-sec span {
      font-size: 14px;
    }
  
    .riskprofile-sec .btn-but {
      font-size: 13px;
      min-width: 70px;
      margin-top: 5px;
    }
  
    .riskmatching {
      padding: 5px 10px;
    }
  
    .riskmatching p {
      font-size: 14px;
    }
  
    .fnd-ct-midtab {
      margin-bottom: 10px;
    }
  
    .fnd-ct-midtab li {
      width: 30px;
      height: 28px;
      line-height: 28px;
      font-size: 13px;
      margin-right: 3px !important;
    }
  
    .sponscd {
      padding: 5px 10px;
    }
  
    .sponscd .sponscd-box {
      width: 100%;
    }
  
    .errpg img {
      width: 90%;
      margin-bottom: 10px;
    }
  
    .subscp {
      padding: 5px 5px;
    }
  
    .subscp-list-sec h2 {
      font-size: 15px;
    }
  
    .subscp-list-sec h3 {
      font-size: 16px;
      width: 80px;
    }
  
    .subscp-list-sec p {
      font-size: 14px;
    }
  
    .ernfer .eftopimg {
      width: 50%;
    }
  
    .ernfer .ernfer-h2 {
      font-size: 17px;
    }
  
    .ernfer .ernfer-h3 {
      font-size: 14px;
    }
  
    .ernfer .ernfer-btn {
      padding: 5px 5px;
      font-size: 13px;
      margin: 6px auto;
      display: block;
    }
  
    .ernfer .ernfer-link {
      font-size: 13px;
    }
  
    .ernfer-copycode {
      display: block;
      margin: 0 auto;
      text-align: center;
    }
  
    .ernfer .copycodetextbox {
      font-size: 16px;
      width: 170px;
      height: 35px;
    }
  
    .ernfer .sharebtn {
      font-size: 14px;
      width: 80px;
      height: 35px;
    }
  
    .ernfer-smedia ul li {
      padding: 6px 8px;
    }
  
    .upi-mn-dv {
      padding: 10px 40px 60px 40px;
    }
  
    .vs-upi-txt p {
      font-size: 22px;
      line-height: 28px;
    }
  
    .apply-coupon-upi,
    .success-coupon-upi,
    .invalid-coupon-upi {
      padding: 5px 8px;
    }
  
    .apply-coupon-upi img,
    .success-coupon-upi img,
    .invalid-coupon-upi img {
      width: 30px;
      float: left;
      margin: 0px;
      padding: 0px;
    }
  
    .apply-coupon-upi h3,
    .success-coupon-upi h3,
    .invalid-coupon-upi h3 {
      font-size: 15px;
      margin: 0px;
      padding: 0px;
      margin-top: 2px
    }
  
    .apply-coupon-upi p,
    .success-coupon-upi p,
    .invalid-coupon-upi p {
      font-size: 13px;
      line-height: normal;
      margin: 0px;
      padding: 0px;
    }
  
    .apply-coupon-upi i,
    .success-coupon-upi i,
    .invalid-coupon-upi i {
      font-size: 11px;
      position: absolute;
      top: 7px;
      right: 3px;
    }
  
    .btn-upi {
      width: 80px;
      height: 25px;
      line-height: 10px;
      border-radius: 3px;
      font-size: 12px;
      margin-top: 5px;
    }
  
    .upi-paycode-head h3 {
      font-size: 18px;
      margin-top: 12px;
    }
  
    .coupon-upi-txt {
      margin-left: -22px;
    }
  
    .upi-paycode-coupon {
      margin-left: -30px;
    }
  
    .upi-wrn-sec p {}
  
    .upi-sec-txt {}
  
    .upi-wrn-txtbx {
      padding: 3px 6px;
      width: 100%;
      margin-top: 10px;
    }
  
    .btn-upi-payment {
      margin: 0px;
      height: 35px;
      list-style: 25px;
      margin-top: 10px;
    }
  
    .btn-upi-payment1 {
      margin-top: 0;
    }
  
    .upi-pymnt-tb {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 10px
    }
  
    .btn-upi {
      float: right;
    }
  
    .stcklist-tick-green {
      margin-left: 8px;
      font-size: 20px;
    }
  
    .strategysum-upi-custom {
      padding-bottom: 0;
    }
  
    .btn-upi-payment1 {
      margin-left: 0;
    }
  
    .stckscreener-tdata {
      vertical-align: top;
    }
  
    .stckscreener-data-p {
      font-size: 13px;
    }
  }
  
  @media only screen and (min-device-width:300px) and (max-device-width:330px) {
    .btn-upi-paycode {
      width: 80px;
      height: 26px;
      border-radius: 3px;
      text-decoration: none;
      margin-top: 5px;
      margin-right: 10px;
    }
  
    .txt-upi-paycode {
      margin-bottom: 10px;
      margin-top: 10px;
      width: 130px;
      padding: 0px 10px;
      margin-right: 10px
    }
  
    .upi-paycode-head h3 {
      font-size: 14px !important;
    }
  
    .coupon-upi-txt {
      margin-left: -10px;
    }
  
    .upi-txt-almnt {
      margin-top: -2px
    }
  
    .apply-coupon-upi,
    .success-coupon-upi,
    .invalid-coupon-upi {
      padding: 5px 8px;
    }
  
    .apply-coupon-upi img,
    .success-coupon-upi img,
    .invalid-coupon-upi img {
      width: 30px;
      float: left;
      margin: 0px;
      padding: 0px;
      margin-top: 3px
    }
  
    .apply-coupon-upi h3,
    .success-coupon-upi h3,
    .invalid-coupon-upi h3 {
      font-size: 9px;
      margin: 0px;
      padding: 0px;
      margin-top: 2px
    }
  
    .apply-coupon-upi p,
    .success-coupon-upi p,
    .invalid-coupon-upi p {
      font-size: 8px;
      line-height: normal;
      margin: 0px;
      padding: 0px;
    }
  
    .apply-coupon-upi i,
    .success-coupon-upi i,
    .invalid-coupon-upi i {
      font-size: 10px;
      position: absolute;
      top: 5px;
      right: 1px;
    }
  
    .btn-upi {
      width: 50px;
      height: 20px;
      line-height: 10px;
      border-radius: 3px;
      font-size: 9px;
      margin-left: 0px;
      margin-top: 7px
    }
  
    .upi-wrn-sec p {
      font-size: 14px;
      line-height: 20px;
    }
  
    .upi-sec-txt {}
  
    .upi-wrn-txtbx {
      padding: 3px 6px;
      width: 160px;
      margin-top: 10px;
    }
  
    .btn-upi-payment {
      margin: 0px;
      width: 60px;
      height: 35px;
      list-style: 25px;
      margin-top: 10px;
      font-size: 16px;
    }
  
    .upi-pymnt-tb {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 10px
    }
  
    .cust-modal-content {
      max-width: 90%;
      margin-top: 10%;
    }
  
    .cust-modal-body {
      max-height: 350px;
    }
  
    .hm-mdl>a {
      font-weight: 400;
      font-size: 12px;
      display: inline-block;
    }
  
    .hm-mdl>i {
      font-size: 24px;
      float: left;
      margin-right: 5px;
      margin-top: -1px;
    }
  
    .fnd-ct-midtab {
      margin-bottom: 10px;
    }
  
    .fnd-ct-midtab li {
      width: 30px;
      height: 28px;
      line-height: 28px;
      font-size: 13px;
      margin-right: 1px !important;
    }
  
    .fnd-ct-scndsec1 {
      text-align: left !important;
      padding-right: 0px !important;
      font-size: 12px !important;
    }
  }
  
  @media only screen and (min-device-width:250px) and (max-device-width:300px) {
    .cust-modal-content {
      max-width: 90%;
      margin-top: 10%;
    }
  
    .cust-modal-body {
      max-height: 350px;
    }
  
    .hm-mdl>a {
      font-weight: 400;
      font-size: 10px;
      display: inline-block;
    }
  
    .cust-modal-header h4 {
      font-size: 17px;
      padding: 0px 20px 6px 20px;
    }
  
    .cust-modal-close {
      font-size: 1.9rem;
      line-height: 10px;
      position: absolute;
      right: 4px;
      top: 4px;
      width: 23px;
      height: 23px;
      border-radius: 50%;
    }
  
    .fnd-ct-midtab {
      margin-bottom: 10px;
    }
  
    .fnd-ct-midtab li {
      width: 30px;
      height: 28px;
      line-height: 28px;
      font-size: 13px;
      margin-right: 1px !important;
    }
  
    .fnd-ct-scndsec1 {
      text-align: left !important;
      padding-right: 0px !important;
      font-size: 12px !important;
    }
  
    .btn-sm {
      font-size: 10px
    }
  }
  
  @media (min-width:300px) and (max-width:375px) {
    .cust-modal-header h4 {
      font-size: 16px
    }
  }
  
  @media only screen and (min-device-width:414px) and (max-device-width:740px) {
    .webinar-img-play {
      margin: 58px auto;
    }
  }
  
  @media (min-width:450px) and (max-width:500px) {
    .stcklist-buy {
      margin-right: 17px !important
    }
  }
  
  @media (min-width:500px) and (max-width:550px) {
    .stcklist-buy {
      margin-right: 28px !important
    }
  }
  
  @media (min-width:550px) and (max-width:600px) {
    .stcklist-buy {}
  }
  
  @media (min-width:600px) and (max-width:650px) {
    .stcklist-buy {}
  }
  
  @media (min-width:700px) and (max-width:750px) {
    .stcklist-buy {}
  }
  
  @media (min-width:1025px) and (max-width:1100px) {
    .stcklist-buy {}
  }
  
  @media (min-width:1100px) and (max-width:1220px) {
    .stcklist-buy {}
  }
  
  @media (min-width:650px) and (max-width:700px) {
    .stcklist-buy {}
  }
  
  @media only screen and (min-device-width:414px) and (max-device-width:740px) {
    .webinar-img-play {
      margin: 58px auto;
    }
  }
  
  @media (min-width:1180px) and (max-width:1280px) {
    .btn-upi {
      margin-left: 40px;
    }
  
    .upi-paycode-coupon {
      margin-left: -10px;
    }
  }
  
  @media (min-width:1025px) and (max-width:1179px) {
    .btn-upi {
      width: 105px;
      height: 50px;
      border-radius: 3px;
      font-size: 20px;
      margin-left: 10px;
      padding-right: 0px !important
    }
  
    .upi-wrn-txtbx {
      padding: 5px 10px;
      float: left;
      margin-right: 15px;
      margin-left: 20px;
      width: 200px;
      font-size: 20px;
    }
  
    .btn-upi-payment {
      width: 120px;
      height: 40px;
      border-radius: 3px;
      font-size: 22px;
    }
  
    .btn-upi-payment1 {
      margin-top: 25px
    }
  
    .upi-paycode-head h3 {
      font-size: 14px !important;
    }
  
    .coupon-upi-txt {
      margin-left: 0px !important;
    }
  
    .apply-coupon-upi i,
    .success-coupon-upi i,
    .invalid-coupon-upi i {
      font-size: 14px;
      position: absolute;
      top: 16px;
      right: 0px;
    }
  }
  
  @media screen and (min-width:1400px) {
    .btn-upi {
      margin-left: 75px !important;
    }
  
    .btn-upi-custom {
      margin-left: 0 !important;
    }
  }
  
  @media screen and (min-width:1500px) {
    .btn-upi {
      margin-left: 95px !important;
    }
  
    .btn-upi-custom {
      margin-left: 0 !important;
    }
  }
  
  @media screen and (min-width:1600px) {
  
    .apply-coupon-upi,
    .success-coupon-upi,
    .invalid-coupon-upi {
      padding: 10px 20px !important;
    }
  
    .apply-coupon-upi img,
    .success-coupon-upi img,
    .invalid-coupon-upi img {
      width: 60px;
    }
  
    .apply-coupon-upi h3,
    .success-coupon-upi h3,
    .invalid-coupon-upi h3 {
      font-size: 28px;
    }
  
    .apply-coupon-upi p,
    .success-coupon-upi p,
    .invalid-coupon-upi p {
      font-size: 24px;
      line-height: 28px;
    }
  
    .apply-coupon-upi i,
    .success-coupon-upi i,
    .invalid-coupon-upi i {
      font-size: 28px;
    }
  
    .btn-upi {
      width: 180px;
      height: 50px;
      border-radius: 3px;
      font-size: 20px;
      margin-left: 50px !important;
    }
  
    .btn-upi-custom {
      margin-left: 0 !important;
    }
  
    .watch {
      margin: 10px 0 0 0 !important;
    }
  
    .upi-sec-txt {
      font-size: 14px !important
    }
  
    .coupon-upi-txt {
      margin-left: -30px !important;
    }
  
    .upi-paycode-head h3 {
      font-size: 24px !important;
      margin-top: 8px !important;
    }
  
    .upi-paycode-coupon {
      margin-left: -50px !important;
    }
  
    .upi-wrn-sec {
      height: auto !important;
    }
  
    .strategysum-upi {
      padding: 15px;
    }
  
    .strategysum-upi .strategysum-top-upi {
      margin: 0px;
      padding: 16px 20px;
    }
  
    .strategysum-upi .strategysum-top-upi li {
      margin: 0px;
      padding: 0px;
      font-size: 24px;
      line-height: 20px;
      padding-right: 10px;
    }
  
    .upi-txt-dvd {
      width: 650px;
      margin: 20px auto;
    }
  
    .upi-wrn-sec p {
      font-size: 20px;
      padding: 15px 30px;
    }
  
    .upi-pymnt-td {
      font-size: 26px;
    }
  
    .upi-wrn-txtbx {
      padding: 5px 10px;
      float: left;
      margin-right: 15px;
      margin-left: 20px;
      width: 300px;
      font-size: 22px;
    }
  
    .btn-upi-payment {
      width: 200px;
      height: 50px;
      border-radius: 3px;
      font-size: 22px;
    }
  
    .fnd-ct-midtab {
      margin-bottom: 10px;
    }
  
    .fnd-ct-midtab li {
      width: 30px;
      height: 28px;
      line-height: 28px;
      font-size: 16px;
      margin-right: 15px !important;
    }
  
    .fnd-ct-scndsec1 {
      text-align: right !important;
      padding-right: 0px !important;
      font-size: 22px !important;
    }
  }
  
  @media screen and (min-width:1750px) {
    .btn-upi {
      margin-left: 70px !important;
    }
  
    .btn-upi-custom {
      margin-left: 0 !important;
    }
  }
  
  @media screen and (min-width:1900px) {
    .upi-mn-dv {
      padding: 10px 45px 60px 45px;
    }
  
    .vs-upi-txt p {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 40px;
    }
  
    .btn-upi-ld {
      width: 190px;
      height: 50px;
      line-height: 50px;
      border-radius: 5px;
      font-size: 20px;
    }
  
    .apply-coupon-upi,
    .success-coupon-upi,
    .invalid-coupon-upi {
      padding: 10px 30px !important;
    }
  
    .apply-coupon-upi img,
    .success-coupon-upi img,
    .invalid-coupon-upi img {
      width: 60px;
      margin-top: 5px
    }
  
    .apply-coupon-upi h3,
    .success-coupon-upi h3,
    .invalid-coupon-upi h3 {
      font-size: 30px;
    }
  
    .apply-coupon-upi p,
    .success-coupon-upi p,
    .invalid-coupon-upi p {
      font-size: 24px;
      line-height: 28px;
    }
  
    .apply-coupon-upi i,
    .success-coupon-upi i,
    .invalid-coupon-upi i {
      font-size: 32px;
    }
  
    .btn-upi {
      width: 180px;
      height: 50px;
      border-radius: 3px;
      font-size: 22px;
      margin-left: 130px !important
    }
  
    .btn-upi-custom {
      margin-left: 0 !important;
    }
  
    .upi-sec-txt {
      font-size: 16px !important
    }
  
    .coupon-upi-txt {
      margin-left: -60px !important;
    }
  
    .upi-paycode-head h3 {
      font-size: 26px !important;
      margin-top: 8px !important;
    }
  
    .upi-paycode-coupon {
      margin-left: -110px !important;
    }
  
    .upi-wrn-sec {
      height: 200px !important;
    }
  
    .strategysum-upi {
      padding: 15px;
    }
  
    .strategysum-upi .strategysum-top-upi {
      margin: 0px;
      padding: 20px 25px;
    }
  
    .strategysum-upi .strategysum-top-upi li {
      margin: 0px;
      padding: 0px;
      font-size: 28px;
      line-height: 20px;
      padding-right: 10px;
    }
  
    .upi-txt-dvd {
      width: 650px;
      margin: 20px auto;
    }
  
    .upi-wrn-sec p {
      line-height: 30px;
      font-size: 24px;
      padding: 25px 30px;
    }
  
    .upi-wrn-txtbx {
      padding: 6px 10px;
      float: left;
      margin-right: 15px;
      margin-left: 20px;
      width: 320px;
      font-size: 22px;
    }
  
    .btn-upi-payment {
      width: 150px;
      height: 50px;
      border-radius: 3px;
      font-size: 26px;
    }
  
    .upi-pymnt-td {
      font-size: 26px;
    }
  
    .btn-alt {
      padding: 10px 40px !important;
      font-style: 30px !important;
    }
  
    .pay_upi_sec {
      width: 470px;
      height: 250px;
      text-align: center;
    }
  
    .pay_upi_sec h2 {
      font-size: 24px;
    }
  
    .pay_upi_sec h3 {
      font-size: 22px;
      line-height: 26px
    }
  
    .pay_upi_sec h5 {
      font-size: 20px;
    }
  
    .sponcode-modal-btn {
      width: 160px;
    }
  
    .addupi-popup-txt {
      font-weight: 500;
      margin-top: 130px;
      font-style: 32px;
    }
  
    .alert-popup-txt {
      font-weight: 500;
      margin-top: 60px;
      font-style: 32px;
    }
  
    .riskprofiles-sec h3 {
      font-size: 28px;
      margin-bottom: 10px;
    }
  
    .riskprofiles-sec h6 {
      font-size: 20px;
    }
  
    .riskprofiles-sec p {
      font-size: 19px;
      line-height: 24px;
    }
  
    .nifty_trend_barometer_sec h3 {
      font-size: 28px;
      margin-bottom: 10px;
    }
  
    .nifty_trend_barometer_sec h6 {
      font-size: 19px;
    }
  
    .nifty_trend_barometer_sec p {
      font-size: 19px;
      line-height: 24px;
    }
  
    .nifty_trend_barometer_sec span {
      font-size: 19px;
    }
  
    .nf-trend-info-icon {
      font-size: 22px;
    }
  
    .nf-trend-info h6 {
      font-size: 19px;
    }
  
    .nf-trend-info p {
      font-size: 18px;
      margin-bottom: 15px;
    }
  
    .nf-trend-info h6 span {
      width: 13px;
      height: 13px;
    }
  }
  
  @media screen and (min-width:2100px) {
    .btn-upi {
      margin-left: 170px !important
    }
  }
  
  @media only screen and (min-width:2400px) {
    .upi-mn-dv {
      padding: 10px 45px 60px 45px;
    }
  
    .vs-upi-txt p {
      font-size: 28px;
      line-height: 30px;
      margin-bottom: 40px;
    }
  
    .btn-upi-ld {
      width: 210px;
      height: 55px;
      line-height: 50px;
      display: block;
      border-radius: 5px;
      font-size: 22px;
    }
  
    .apply-coupon-upi,
    .success-coupon-upi,
    .invalid-coupon-upi {
      padding: 10px 30px !important;
    }
  
    .apply-coupon-upi img,
    .success-coupon-upi img,
    .invalid-coupon-upi img {
      width: 60px;
    }
  
    .apply-coupon-upi h3,
    .success-coupon-upi h3,
    .invalid-coupon-upi h3 {
      font-size: 30px;
    }
  
    .apply-coupon-upi p,
    .success-coupon-upi p,
    .invalid-coupon-upi p {
      font-size: 24px;
      line-height: 28px;
    }
  
    .apply-coupon-upi i,
    .success-coupon-upi i,
    .invalid-coupon-upi i {
      font-size: 32px;
    }
  
    .btn-upi {
      width: 180px;
      height: 50px;
      border-radius: 3px;
      font-size: 22px;
      margin-left: 240px !important
    }
  
    .upi-sec-txt {
      font-size: 16px !important
    }
  
    .coupon-upi-txt {
      margin-left: -100px !important;
    }
  
    .upi-paycode-head h3 {
      font-size: 26px !important;
      margin-top: 8px !important;
    }
  
    .upi-paycode-coupon {
      margin-left: -230px !important;
    }
  
    .upi-wrn-sec {
      height: 200px !important;
    }
  
    .strategysum-upi {
      padding: 15px;
    }
  
    .strategysum-upi .strategysum-top-upi {
      margin: 0px;
      padding: 20px 25px;
    }
  
    .strategysum-upi .strategysum-top-upi li {
      margin: 0px;
      padding: 0px;
      font-size: 28px;
      line-height: 20px;
      padding-right: 10px;
    }
  
    .upi-txt-dvd {
      width: 650px;
      margin: 20px auto;
    }
  
    .upi-wrn-sec p {
      line-height: 30px;
      font-size: 26px;
      padding: 25px 30px;
    }
  
    .upi-wrn-txtbx {
      padding: 6px 10px;
      float: left;
      margin-right: 15px;
      margin-left: 20px;
      width: 350px;
      font-size: 22px;
    }
  
    .btn-upi-payment {
      width: 150px;
      height: 50px;
      border-radius: 3px;
      font-size: 26px;
    }
  
    .upi-pymnt-td {
      font-size: 26px;
    }
  
    .btn-alt {
      padding: 10px 40px !important;
      font-style: 32px !important;
    }
  
    .pay_upi_sec {
      width: 520px;
      height: 250px;
      text-align: center;
    }
  
    .pay_upi_sec h2 {
      font-size: 26px;
    }
  
    .pay_upi_sec h3 {
      font-size: 24px;
      line-height: 28px
    }
  
    .pay_upi_sec h5 {
      font-size: 22px;
    }
  
    .sponcode-modal-btn {
      width: 180px;
    }
  
    .addupi-popup-txt {
      font-weight: 500;
      margin-top: 150px;
      font-style: 35px;
    }
  
    .alert-popup-txt {
      font-weight: 500;
      margin-top: 80px;
      font-style: 35px;
    }
  
    .vshm-banner {
      height: 275px;
    }
  
    .vshm-banner h2 {
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 15px;
    }
  
    .vshm-banner .col-bar {
      max-width: 50%;
    }
  
    .vshm-banner .col-bar2 {
      font-size: 20px;
      max-width: 50%;
      letter-spacing: 0.5px;
    }
  
    .nifty_trend_barometer_sec h3 {
      font-size: 32px;
      margin-bottom: 15px;
    }
  
    .nifty_trend_barometer_sec h6 {
      font-size: 25px;
    }
  
    .nifty_trend_barometer_sec p {
      font-size: 25px;
      line-height: 26px;
      margin-bottom: 15px;
    }
  
    .nifty_trend_barometer_sec span {
      font-size: 25px;
      padding: 14px 60px;
    }
  
    .nifty_trend_barometer_sec_btn {
      font-size: 25px;
    }
  
    .nf-trend-info-icon {
      font-size: 26px;
    }
  
    .nf-trend-info h6 {
      font-size: 23px;
    }
  
    .nf-trend-info p {
      font-size: 22px;
      margin-bottom: 15px;
      margin-left: 25px
    }
  
    .nf-trend-info h6 span {
      width: 15px;
      height: 15px;
    }
  }
  
  @media screen and (min-width:2550px) {
    .btn-upi {
      margin-left: 270px !important
    }
  
    .btn-upi-custom {
      margin-left: 0 !important;
    }
  }
  
  @media screen and (max-width:500px) {
    .apply_inner input {
      width: 100% !important;
    }
  }
  
  @media screen and (max-width:767px) {
    .strategysum-upi-outer {
      height: auto;
      margin: 0 0 30px 0;
    }
  
    .upi-mid-sec {
      width: 100%;
    }
  }
  
  @media (min-width:320px) and (max-width:768px) {
    .riskprofiles-sec h3 {
      font-size: 20px;
    }
  
    .riskprofiles-sec h6 {
      font-size: 13px;
    }
  
    .riskprofiles-sec p {
      font-size: 13px;
      line-height: 18px;
    }
  }
  
  @media (min-width:1025px) and (max-width:1440px) {
    .vshm-banner h2 {
      font-size: 14px;
      line-height: 19px;
    }
  
    .vshm-banner .col-bar {
      max-width: 90%;
    }
  
    .vshm-banner .col-bar2 {
      font-size: 13px;
      max-width: 90%;
      letter-spacing: 0.2px;
    }
  }
  
  @media (min-width:320px) and (max-width:768px) {
    .tbstlist tbody tr td a {
      font-size: 12px;
    }
  
    .tbstlist tbody tr td span {
      font-size: 12px;
    }
  
    .redflag {
      right: 2px;
      width: 12px;
      top: 10px;
    }
  
    .sec-analysis_midbtn {
      float: left;
    }
  
    .sec-analysis_midbtn li {
      margin: 0px 5px;
      padding: 7px 3px;
      font-size: 13px;
      border-radius: 2px;
      line-height: 18px;
    }
  
    .stck_srch_icn {
      margin-left: 15px;
      margin-top: 4px
    }
  
    .btn-stckscrner {
      font-size: 13px;
    }
  
    .stckscreener-tdata {
      vertical-align: top;
    }
  
    .stckscreener-data-p {
      font-size: 12px;
      text-align: right;
    }
  
    .nifty_trend_barometer_sec {
      padding: 2px 10px;
    }
  
    .nifty_trend_barometer_sec h3 {
      font-size: 15px;
    }
  
    .nifty_trend_barometer_sec h6 {
      font-size: 13px;
      margin-bottom: 5px;
    }
  
    .nifty_trend_barometer_sec p {
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 5px;
    }
  
    .nifty_trend_barometer_sec span {
      font-size: 13px;
      padding: 4px 40px;
      margin-bottom: 5px;
    }
  
    .nifty_trend_barometer_sec_btn {
      float: none;
      width: 140px;
      margin: 0 auto;
      display: block;
      margin-bottom: 10px;
    }
  }
  
  @media (min-width:320px) and (max-width:767px) {
    .upi-paymt {
      min-height: inherit;
    }
  
    .upi-paymt-info {
      min-height: inherit;
    }
  
    .upi-paymt h2 img {
      width: 20px;
      margin-right: 8px;
    }
  
    .upi-paymt h2 p {
      font-size: 13px;
    }
  
    .upi-paymt h2 span.topup {
      margin-top: -2px;
    }
  
    .upi-paymt h2 span.topdwn {
      padding-top: 0px;
    }
  
    .upi-popup img {
      width: 100%;
    }
  
    .upi-paymt-info-left {
      font-size: 14px;
    }
  
    .upi-paymt-info-right {
      font-size: 14px;
    }
  
    .upi-paymt-enterid {
      width: 55%;
      float: left;
    }
  
    .upi-paymt-drpdwn {
      width: 45%;
      float: left;
    }
  
    .upi-lbl {
      font-size: 11px;
    }
  }
  
  @media (min-width:768px) and (max-width:1315px) {
    .upi-paymt {
      min-height: 325px;
    }
  
    .upi-paymt-info {
      min-height: 392px;
    }
  }
  
  @media (min-width:320px) and (max-width:767px) {
  
  
    .filterpop_up_txt {
      font-size: 13px;
      padding: 4px 6px;
      margin: 4px;
    }
  
  }
  
  @media (min-width:361px) and (max-width:414px) {
    .filterpop_up_txt {
      font-size: 10px;
      padding: 3px 4px;
      margin: 3px;
    }
  }
  
  @media (min-width:280px) and (max-width:360px) {
    .filterpop_up_txt {
      font-size: 9px;
      padding: 3px 4px;
      margin: 3px;
      line-height: 13px;
    }
  }
  
  @media (min-width:1025px) and (max-width:1262px) {
    .stckscreener-tdata {
      vertical-align: top;
    }
  }
  
  @media (min-width:200px) and (max-width:280px) {
    .sec-analysis_midbtn {
      float: left;
    }
  
    .sec-analysis_midbtn li {
      margin: 0px 5px;
      padding: 7px 3px;
      font-size: 13px;
      border-radius: 2px;
      line-height: 18px;
    }
  }
  
  @media (min-width:200px) and (max-width:446px) {
    .ladd-pdh tr td {
      font-size: 14px;
    }
  
    .prvs-dt-tb-rght {
      float: left !important;
    }
  }
  
  @media (min-width:447px) and (max-width:468px) {
    .ladd-pdh tr td {
      font-size: 13px;
    }
  }
  
  @media (min-width:769px) and (max-width:848px) {
    .sec-analysis_midbtn li {
      margin: 0px 3px;
      padding: 3px 5px;
      font-size: 13px;
      border-radius: 2px;
      line-height: 18px;
    }
  }
  
  @media (min-width:1025px) and (max-width:1099px) {
    .sec-analysis_midbtn li {
      margin: 0px 3px;
      padding: 3px 5px;
      font-size: 13px;
      border-radius: 2px;
      line-height: 18px;
    }
  }
  
  @media (min-width:280px) and (max-width:319px) {
    .upi-lbl {
      font-size: 8px;
    }
  }
  
  @media (min-width:280px) and (max-width:330px) {
    .dpmdview img {
      width: 70px !important;
      height: 40px !important;
    }
  
    .ladd-tb-algnmnt {
      padding-right: 0px;
    }
  }
  
  @media (min-width:280px) and (max-width:768px) {
    .strg-topbox .opr {
      font-size: 15px;
      position: absolute;
      margin: 3px 0px 0px -5px;
    }
  }
  
  @media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
    .strg-topbox .opr {
      font-size: 15px;
      position: absolute;
      margin: 3px 0px 0px -25px;
    }
  }
  
  @media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .strg-topbox .opr {
      font-size: 15px;
      position: absolute;
      margin: 3px 0px 0px -20px;
    }
  }
  
  @media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) {
    .strg-topbox .opr {
      font-size: 15px;
      position: absolute;
      margin: 3px 0px 0px -25px;
    }
  }
  
  @media (min-width:280px) and (max-width:330px) {
    .popup-sorting ul li {
      font-size: 8px;
      line-height: 11px;
    }
  }
  
  /*home left banner*/
  .vs-hm-lf-banner {
    width: 100%;
    display: inline-block;
    background-color: #274a59;
    padding: 5px 5px;
  }
  
  .vs-hm-no-rt-smgap {
    padding-right: 5px;
  }
  
  .vs-hm-no-lt-smgap {
    padding-left: 5px;
  }
  
  .vs-hm-lf-banner h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    color: #fff;
    text-align: center;
  }
  
  .vs-hm-lf-banner-img {
    width: 135px;
    float: left;
    outline: none;
    border: none;
  }
  
  .vs-hm-lf-banner-btn {
    display: block;
    padding: 5px 6px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 15px;
    transition: color 0.15s ease-in-out;
    background-color: #f7bc1a;
    color: #083d52;
    border: 2px solid #fff;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.3px;
  }
  
  .vs-hm-lf-banner-btn span {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    display: block;
  }
  
  /*.vs-hm-lf-banner-btn:hover{background-color:#ffaf00;color:#083d52;}*/
  .vs-hm-lf-banner .btn-1 {
    background-color: #df161a;
    color: #fff;
  }
  
  .vs-hm-lf-banner .btn-2 {
    background-color: #017e6b;
    color: #fff
  }
  
  /*
  .vs-hm-lf-banner{min-height:206px;}
  .vs-hm-rt-panel{min-height:206px;}
  */
  
  /*new home left banner*/
  .vs-hm-webinar-banner {
    width: 100%;
    display: inline-block;
    /*background-color:#274a59;*/
    padding: 15px 5px;
    background: rgb(115, 69, 190);
    background: linear-gradient(180deg, rgba(115, 69, 190, 1) 0%, rgba(67, 98, 191, 1) 100%);
  }
  
  .vs-hm-webinar-banner-h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    color: #FFD600;
    text-align: center;
  }
  
  .vs-hm-webinar-banner-h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #fff;
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;
  }
  
  .vs-hm-webinar-banner-h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    color: #fff;
    text-align: center;
  }
  
  .vs-hm-webinar-banner-p {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #fff;
    text-align: center;
  }
  
  .vs-hm-webinar-banner-btn {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 25px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    transition: color 0.15s ease-in-out;
    background-color: #FFD600;
    color: #000000;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.3px;
  }
  
  
  
  
  
  
  /*home right panel*/
  .vs-hm-rt-panel {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 5px 5px;
  }
  
  .vs-hm-rt-panel h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #274a59;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .vs-hm-rt-panel-btn {
    display: block;
    padding: 5px 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 12px;
    transition: color 0.15s ease-in-out;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    color: #083d52;
    text-align: center;
    cursor: pointer;
  }
  
  .vs-hm-rt-panel-btn-color1 {
    background-color: #fbceb1;
    border: 1px solid #d69971;
  }
  
  .vs-hm-rt-panel-btn-color2 {
    background-color: #ffe5b4;
    border: 1px solid #fbbc44;
  }
  
  .vs-hm-rt-panel-btn-color3 {
    background-color: #f0dc82;
    border: 1px solid #b49d36;
  }
  
  .vs-hm-rt-panel-btn span {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #083d52;
    padding: 0px;
    display: block;
    margin: 0 auto;
  }
  
  /*home lower menu heading*/
  .hm-cont-menu-hd {
    background-color: #274a59;
    padding: 10px 8px;
    margin-bottom: 10px;
  }
  
  .hm-cont-menu-hd h2 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
  }
  
  @media (min-width:280px) and (max-width:359px) {
    .vs-hm-lf-banner {
      min-height: inherit;
    }
  
    .vs-hm-rt-panel {
      min-height: inherit;
    }
  
    .vs-hm-webinar-banner {
      min-height: inherit;
    }
  
  
    /*home left banner*/
    .vs-hm-lf-banner h2 {
      font-size: 11px;
      line-height: 15px;
      margin-bottom: 10px;
    }
  
    .vs-hm-lf-banner-img {
      width: 130%;
      margin-top: 8%;
    }
  
    .vs-hm-lf-banner-btn {
      padding: 5px 5px;
      margin-bottom: 10px;
    }
  
    .vs-hm-lf-banner-btn span {
      font-size: 12px;
      line-height: normal;
      max-width: 70%;
      margin: 0 auto;
    }
  
  
    /*new home left banner*/
    .vs-hm-webinar-banner {
      padding: 10px 5px;
    }
  
    .vs-hm-webinar-banner-h2 {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 7px;
    }
  
    .vs-hm-webinar-banner-h4 {
      font-size: 16px;
      margin-bottom: 7px;
    }
  
    .vs-hm-webinar-banner-h5 {
      font-size: 14px;
      margin-bottom: 6px;
    }
  
    .vs-hm-webinar-banner-p {
      font-size: 14px;
      margin-bottom: 0px;
    }
  
    .vs-hm-webinar-banner-btn {
      margin-top: 10px;
    }
  
  
    /*home right panel*/
    .vs-hm-rt-panel h2 {
      font-size: 11px;
      line-height: 15px;
      margin-bottom: 10px;
    }
  
    .vs-hm-rt-panel-btn {
      padding: 5px 5px;
    }
  
    .vs-hm-rt-panel-btn span {
      font-size: 12px;
      line-height: normal;
    }
  
    /*home lower menu heading*/
    .hm-cont-menu-hd {
      padding: 7px 5px;
      margin-top: 5px
    }
  
    .hm-cont-menu-hd h2 {
      font-size: 11px;
      line-height: 15px;
    }
  
    /*home lower menu*/
    .hm-cont-menu ul li {
      height: 94px;
      margin-bottom: 6px;
    }
  
    .hm-cont-menu ul li img {
      margin-top: 5px;
      margin-bottom: 5px;
    }
  
    .hm-cont-menu ul li p {
      font-size: 12px;
      line-height: 15px;
    }
  
    /*home lower buttons*/
    .hm-lw-btn {
      padding: 0px;
    }
  }
  
  
  @media (min-width:360px) and (max-width:767px) {
    .vs-hm-lf-banner {
      min-height: inherit;
    }
  
    .vs-hm-rt-panel {
      min-height: inherit;
    }
  
    .vs-hm-webinar-banner {
      min-height: inherit;
    }
  
  
    /*home left banner*/
    .vs-hm-lf-banner h2 {
      font-size: 11px;
      line-height: 15px;
      margin-bottom: 10px;
    }
  
    .vs-hm-lf-banner-img {
      width: 130%;
      margin-top: 8%;
      max-width: 135px;
    }
  
    .vs-hm-lf-banner-btn {
      padding: 5px 5px;
      margin-bottom: 10px;
    }
  
    .vs-hm-lf-banner-btn span {
      font-size: 12px;
      line-height: normal;
    }
  
  
    /*new home left banner*/
    .vs-hm-webinar-banner {
      padding: 10px 5px;
    }
  
    .vs-hm-webinar-banner-h2 {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 7px;
    }
  
    .vs-hm-webinar-banner-h4 {
      font-size: 16px;
      margin-bottom: 7px;
    }
  
    .vs-hm-webinar-banner-h5 {
      font-size: 14px;
      margin-bottom: 6px;
    }
  
    .vs-hm-webinar-banner-p {
      font-size: 14px;
      margin-bottom: 0px;
    }
  
    .vs-hm-webinar-banner-btn {
      margin-top: 10px;
    }
  
  
  
  
  
    /*home right panel*/
    .vs-hm-rt-panel h2 {
      font-size: 11px;
      line-height: 15px;
      margin-bottom: 10px;
    }
  
    .vs-hm-rt-panel-btn {
      padding: 5px 5px;
    }
  
    .vs-hm-rt-panel-btn span {
      font-size: 12px;
      line-height: normal;
    }
  
    /*home lower menu heading*/
    .hm-cont-menu-hd {
      padding: 7px 5px;
      margin-top: 5px
    }
  
    .hm-cont-menu-hd h2 {
      font-size: 11px;
      line-height: 15px;
    }
  
    /*home lower menu*/
    .hm-cont-menu ul li {
      width: 105px;
      height: 98px;
      margin-bottom: 6px;
    }
  
    .hm-cont-menu ul li img {
      margin-top: 5px;
      margin-bottom: 5px;
    }
  
    .hm-cont-menu ul li p {
      font-size: 12px;
      line-height: 15px;
    }
  
    /*home lower buttons*/
    .hm-lw-btn {
      padding: 0px;
    }
  }
  
  @media (min-width:280px) and (max-width:767px) {
    .pg-title {
      font-size: 15px;
      margin: 10px auto;
      line-height: 20px
    }
  
    .vs-hm-no-rt-smgap {
      padding-right: 15px;
      margin-bottom: -5px;
    }
  
    .vs-hm-no-lt-smgap {
      padding-left: 15px;
      margin-top: 10px;
    }
  }
  
  @media (min-width:1025px) and (max-width:1299px) {
    /*	
  .vs-hm-lf-banner{min-height:212px;}
  .vs-hm-rt-panel{min-height:212px;}
  
  .vs-hm-webinar-banner{min-height:212px;}
      */
  }
  
  
  
  /*New Risk Profile*/
  .vs-nw-rskprfl-top {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  
  .vs-nw-rskprfl-top h2 {
    font-size: 22px;
    line-height: 22px;
    color: #1a545f;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .vs-nw-rskprfl-top p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
  }
  
  .vs-nw-rskprfl-top-rt {
    margin-top: 80px;
  }
  
  .vs-nw-rskprfl-top-rt i {
    font-size: 18px;
    float: left;
    margin-right: 5px;
  }
  
  .vs-nw-rskprfl-top-rt .inputemail,
  .vs-nw-rskprfl-top-rt .inputdob {
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    font-size: 12px;
    color: #000;
    float: left;
    width: 80%;
    outline: none;
  }
  
  .vs-nw-rskprfl-top-rt .inputemail:hover,
  .vs-nw-rskprfl-top-rt .inputdob:hover {
    outline: none;
  }
  
  .vs-nw-rskprfl-tabsection {
    border: 1px solid #ddd;
    margin-top: 20px;
  }
  
  .vs-nw-rskprfl-tab {
    background-color: #efefef;
  }
  
  .vs-nw-rskprfl-tab li {
    border-bottom: 1px solid #dbdbdb;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
  }
  
  .vs-nw-rskprfl-tab li a {
    color: #1a545f;
  }
  
  .vs-nw-rskprfl-tab .nav-link {
    border-radius: 0px !important;
  }
  
  .vs-nw-rskprfl-tab li:nth-last-child(1) {
    border-bottom: none;
  }
  
  .vs-nw-rskprfl-tab .arrow {
    border: solid #1a545f;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: right;
    margin-top: 8px;
  }
  
  .vs-nw-rskprfl-tab .nav-link.active,
  .vs-nw-rskprfl-tab .show>.nav-link {
    background-color: #fff !important;
    color: #1a545f !important;
  }
  
  .vs-nw-rskprfl-tab .tabdply {
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
  }
  
  .vs-nw-rskprfl-btn {
    margin-top: 15px;
    margin-bottom: 10px;
    float: right;
    width: 200px;
    font-weight: 600 !important;
  }
  
  .vs-nw-rskprfl-tab-incont {
    padding: 10px 25px 10px 0px;
  }
  
  .vs-nw-rskprfl-obj-h2 {
    font-size: 18px;
    line-height: 20px;
    color: #1a545f;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .vs-nw-rskprfl-obj {
    padding: 0px;
    margin: 0px;
  }
  
  .vs-nw-rskprfl-obj li {
    border: 1px solid #1a545f;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    list-style-type: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
  }
  
  .vs-nw-rskprfl-obj li:hover {
    background-color: #e4e4e4;
  }
  
  .vs-nw-rskprfl-lenth li {
    width: 100%;
    text-align: left;
  }
  
  .vs-nw-rskprfl-return-h2 {
    font-size: 18px;
    line-height: 20px;
    color: #1a545f;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .vs-nw-rskprfl-return-list {
    margin: 0px;
    padding: 0px;
  }
  
  .vs-nw-rskprfl-return-list li {
    border: 1px solid #1a545f;
    padding: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    margin-right: 10px;
    cursor: pointer;
  }
  
  .vs-nw-rskprfl-return-list li p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  
  .vs-nw-rskprfl-return-list li p:nth-last-child(1) {
    margin-bottom: 0px;
  }
  
  .vs-nw-rskprfl-return-list li p span {}
  
  .vs-nw-rskprfl-return-hd {
    display: none;
  }
  
  .vs-nw-rskprfl-return-list li .rskprfl-per {
    font-weight: 600;
  }
  
  .vs-nw-rskprfl-return-list li .rskprfl-txt {
    display: block;
  }
  
  .vs-nw-rskprfl-return-list li:hover {
    background-color: #e4e4e4;
  }
  
  .vs-nw-rskprfl-selected {
    background-color: #e4e4e4;
  }
  
  .vs-nw-rskprfl-default {
    color: #000;
  }
  
  .vs-nw-rskprfl-green {
    color: #13B800;
  }
  
  .vs-nw-rskprfl-red {
    color: #EF0003;
  }
  
  .vs-nw-rskprfl-blue {
    color: #0084FF;
  }
  
  .vs-nw-rskprfl-risksection {
    margin-top: 20px;
  }
  
  .vs-nw-rskprfl-risksection-list {
    margin: 0px;
    padding: 0px;
  }
  
  .vs-nw-rskprfl-risksection-list li {
    margin: 0px;
    border: 1px solid #1a545f;
    list-style-type: none;
    padding: 10px;
    display: inline-block;
    max-width: 32%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-right: 1%;
    min-height: 200px;
    vertical-align: top;
  }
  
  .vs-nw-rskprfl-risksection-list li:nth-last-child(1) {
    margin-right: 0px;
  }
  
  .vs-nw-rskprfl-risksection-list li:hover {
    background-color: #e4e4e4;
    cursor: pointer;
  }
  
  .vs-nw-rskprfl-risksection-list li img {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
  }
  
  .vs-nw-rskprfl-risksection-list li h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  
  .vs-nw-rskprfl-risksection-list li p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    max-width: 90%;
  }
  
  .vs-nw-rskprfl-confirm {
    max-width: 80%;
    margin: 10px auto;
    display: block;
    padding: 10px;
  }
  
  .vs-nw-rskprfl-confirm-top {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 0px;
    margin-bottom: 10px;
  }
  
  .vs-nw-rskprfl-confirm-top img {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    width: 40px;
  }
  
  .vs-nw-rskprfl-confirm-top h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  
  .vs-nw-rskprfl-confirm-top p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
  }
  
  .vs-nw-rskprfl-low {
    background-color: #cbffe9;
    border: 1px solid #02cc76;
  }
  
  .vs-nw-rskprfl-moderate {
    background-color: #fff2b5;
    border: 1px solid #ead570;
  }
  
  .vs-nw-rskprfl-high {
    background-color: #f5bbbc;
    border: 1px solid #e68688;
  }
  
  
  .vs-nw-rskprfl-confirm-box {
    margin: 0 auto;
    max-width: 70%;
    margin-top: 20px;
    padding: 25px 15px;
    text-align: center;
    border: 0px solid #ddd;
  }
  
  .vs-nw-rskprfl-confirm-box img {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  
  .vs-nw-rskprfl-confirm-box h3 {
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .vs-nw-rskprfl-confirm-box p {
    font-size: 13px;
    line-height: 18px;
    padding: 0px;
    text-align: center;
    margin-bottom: 6px;
  }
  
  .vs-nw-rskprfl-confirm-box ul {
    margin: 0 auto;
    display: table;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  
  .vs-nw-rskprfl-confirm-box ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 6px
  }
  
  .vs-nw-rskprfl-confirm-box .otptxt {
    width: 100px;
    font-size: 13px;
    outline: none;
    border: 1px solid #B4B4B4;
    padding: 5px;
  }
  
  .vs-nw-rskprfl-confirm-box .resendotplink {
    text-align: center;
    font-size: 13px;
    color: #038FE8 !important;
  }
  
  
  .vs-nw-rskprfl-nomatchsection {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .vs-nw-rskprfl-nomatchsection img {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  
  .vs-nw-rskprfl-nomatchsection h3 {
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .vs-nw-rskprfl-nomatchsection p {
    font-size: 14px;
    line-height: 18px;
    padding: 0px;
    text-align: center;
    max-width: 40%;
    margin: 0 auto;
  }
  
  
  
  .vs-nw-rskprfl-amt-card {
    width: 100%;
    background-color: #fafafa;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    -moz-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    border: 1px solid #ddd;
  }
  
  .vs-nw-rskprfl-amt-top-left {
    width: auto;
    float: left;
  }
  
  .vs-nw-rskprfl-amt-top-right {
    width: auto;
    display: flex;
  }
  
  .vs-nw-rskprfl-amt-top-left img {
    width: 40px;
    margin-right: 10px;
  }
  
  .vs-nw-rskprfl-amt-top-right h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding-top: 5px;
  }
  
  .vs-nw-rskprfl-amt-lower {
    margin: 0px;
    padding: 0px;
    margin-top: 35px;
    clear: both;
  }
  
  .vs-nw-rskprfl-amt-lower li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 30px;
  }
  
  .vs-nw-rskprfl-amt-lower li span {
    display: block;
    font-weight: 600;
  }
  
  .vs-nw-rskprfl-amt-lower li .moderatetag {
    background-color: #fff2b5;
    padding: 5px 0px;
    min-width: 100px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
  }
  
  .vs-nw-rskprfl-amt-lower li .hightag {
    background-color: #f5bbbc;
    padding: 5px 0px;
    min-width: 100px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
  }
  
  .vs-nw-rskprfl-amt-lower li .lowtag {
    background-color: #cbffe9;
    padding: 5px 0px;
    min-width: 100px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
  }
  
  .vs-nw-rskprfl-amt-lower-right-border {
    border-left: 1px solid #d3d3d3;
  }
  
  .vs-nw-rskprfl-amt-lower-right {
    text-align: center;
    margin-top: 15px;
  }
  
  .vs-nw-rskprfl-amt-lower-right img {
    margin-bottom: 10px;
  }
  
  .vs-nw-rskprfl-amt-lower-right p {
    font-size: 12px;
    line-height: 16px;
    color: #656565;
    max-width: 90%;
  }
  
  
  /*Risk Profile Review Answer*/
  .vs-rskprfl-rvw-ans-sec {
    max-width: 80%;
    margin: 10px auto;
    display: block;
    padding: 10px;
  }
  
  .vs-rskprfl-rvw-ans-box {
    background-color: #cbffe9;
    border: 1px solid #02cc76;
    margin-bottom: 15px !important;
  }
  
  .vs-rskprfl-rvw-ans {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 0px;
    margin-bottom: 10px;
  }
  
  .vs-rskprfl-rvw-ans img {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    width: 40px;
  }
  
  .vs-rskprfl-rvw-ans h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  
  .vs-rskprfl-rvw-ans p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
  }
  
  .vs-rskprfl-rvw-ans-red {
    color: #EF0003;
  }
  
  .vs-rskprfl-rvw-ans-cnfm-sec {
    margin: 10px auto;
  }
  
  .vs-rskprfl-rvw-ans-cnfm-sec p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    text-align: justify;
  }
  
  .vs-rskprfl-rvw-ans-btn-sec {
    display: inline-block;
    text-align: right;
  }
  
  .vs-rskprfl-rvw-ans-btn1 {
    width: 140px;
    font-weight: 600 !important;
    color: inherit;
    border: 1px solid #004662;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 5px
  }
  
  .vs-rskprfl-rvw-ans-btn2 {
    width: 140px;
    font-weight: 600 !important;
    color: inherit;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    font-size: 14px;
    margin-top: 5px
  }
  
  
  @media (min-width:280px) and (max-width:328px) {
  
    /*New Risk Profile*/
    .vs-nw-rskprfl-return-hd li {
      list-style-type: none;
      display: inline-block;
      font-size: 12px !important;
      line-height: normal;
      padding: 0px 1px !important;
    }
  
    .vs-nw-rskprfl-return-list li p {
      display: inline-block;
      padding: 0px 15px !important;
      font-size: 12px !important;
    }
  
    .vs-nw-rskprfl-amt-lower li {
      margin-right: 2px !important;
      font-size: 11px !important;
      line-height: 17px !important;
    }
  
    .vs-nw-rskprfl-amt-lower li .moderatetag {
      min-width: 100px;
      font-size: 11px !important;
    }
  
    .vs-nw-rskprfl-amt-lower li .hightag {
      min-width: 100px;
      font-size: 11px !important;
    }
  }
  
  
  @media (min-width:280px) and (max-width:767px) {
  
    /*New Risk Profile*/
    .vs-nw-rskprfl-top h2 {
      font-size: 18px;
      line-height: 22px;
    }
  
    .vs-nw-rskprfl-top p {
      font-size: 12px;
      line-height: 18px;
    }
  
    .vs-nw-rskprfl-top-rt {
      margin-top: 5px;
    }
  
    .vs-nw-rskprfl-tab {
      flex-wrap: inherit !important;
      overflow-x: auto;
    }
  
    .vs-nw-rskprfl-tab li {
      border-bottom: none;
      border-right: 1px solid #dbdbdb;
      font-size: 13px;
      width: auto;
    }
  
    .vs-nw-rskprfl-tab li .nav-link {
      padding: 0.5rem 0.5rem;
    }
  
    .vs-nw-rskprfl-tab .arrow {
      display: none;
      /*transform: rotate(45deg);-webkit-transform: rotate(45deg);*/
    }
  
    .vs-nw-rskprfl-tab .tabdply {
      display: none;
    }
  
    .vs-nw-rskprfl-tab li:nth-last-child(1) {
      border-right: none;
    }
  
    .vs-nw-rskprfl-btn {
      float: inherit;
      margin: 0 auto;
      margin-top: 10px;
      display: block !important;
    }
  
    .vs-nw-rskprfl-tab-incont {
      padding: 20px 10px 10px 10px;
    }
  
    .vs-nw-rskprfl-obj-h2 {
      font-size: 16px;
      line-height: 20px;
    }
  
    .vs-nw-rskprfl-return-h2 {
      font-size: 16px;
      line-height: 20px;
    }
  
    .vs-nw-rskprfl-return-list li {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0px;
    }
  
    .vs-nw-rskprfl-return-hd {
      display: block;
      text-align: center;
    }
  
    .vs-nw-rskprfl-return-hd li {
      list-style-type: none;
      display: inline-block;
      font-size: 13px;
      line-height: normal;
      padding: 0px 7px;
    }
  
    .vs-nw-rskprfl-return-list li p {
      display: inline-block;
      padding: 0px 23px;
    }
  
    .vs-nw-rskprfl-return-list li .rskprfl-txt {
      display: none;
    }
  
    .vs-nw-rskprfl-risksection-list li {
      display: block;
      max-width: 100%;
      margin-right: 0%;
      min-height: auto;
      margin-bottom: 10px;
    }
  
    .vs-nw-rskprfl-risksection-list li:nth-last-child(1) {
      margin-bottom: 0px;
      width: 100%;
    }
  
    .vs-nw-rskprfl-risksection-list li img {
      width: 15%;
      margin-bottom: 10px;
    }
  
    .vs-nw-rskprfl-risksection-list li h2 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px;
    }
  
    .vs-nw-rskprfl-risksection-list li p {
      max-width: 100%;
    }
  
  
    .vs-nw-rskprfl-confirm {
      max-width: 100%;
      margin: 5px 10px;
    }
  
    .vs-rskprfl-rvw-ans-sec {
      max-width: 100%;
      margin: 5px 10px;
    }
  
    .vs-nw-rskprfl-confirm-top h2 {
      font-size: 16px;
      line-height: 20px;
    }
  
    .vs-rskprfl-rvw-ans h2 {
      font-size: 16px;
      line-height: 20px;
    }
  
  
    .vs-nw-rskprfl-confirm-box {
      max-width: 100%;
    }
  
    .vs-nw-rskprfl-confirm-box h3 {
      font-size: 14px;
    }
  
    .vs-nw-rskprfl-confirm-box ul {
      margin-bottom: 15px;
    }
  
    .vs-nw-rskprfl-nomatchsection h3 {
      font-size: 14px;
    }
  
    .vs-nw-rskprfl-nomatchsection p {
      max-width: 100%;
    }
  
  
    .vs-nw-rskprfl-amt-top-left img {
      width: 30px;
    }
  
    .vs-nw-rskprfl-amt-top-right h3 {
      font-size: 13px;
      padding-top: 0px;
    }
  
    .vs-nw-rskprfl-amt-lower {
      margin-top: 20px;
    }
  
    .vs-nw-rskprfl-amt-lower li {
      font-size: 12px;
      line-height: 20px;
      margin-right: 15px;
    }
  
    .vs-nw-rskprfl-amt-lower li .moderatetag {
      min-width: 100px;
      font-size: 12px;
    }
  
    .vs-nw-rskprfl-amt-lower li .hightag {
      min-width: 100px;
      font-size: 12px;
    }
  
  
    .vs-nw-rskprfl-amt-lower-right-border {
      border-left: none;
      border-top: 1px solid #d3d3d3;
      width: 95%;
      margin: 0 auto;
      margin-top: 10px;
    }
  
    .vs-nw-rskprfl-amt-lower-right {
      text-align: center;
      margin-top: 5px;
    }
  
    .vs-nw-rskprfl-amt-lower-right img {
      margin-bottom: 0px;
      float: left;
      margin-right: 8px;
    }
  
    .vs-nw-rskprfl-amt-lower-right p {
      max-width: 100%;
      text-align: left;
      font-size: 11px;
      padding-top: 3px;
    }
  
  }
  
  
  @media (min-width:768px) and (max-width:1023px) {
  
    /*New Risk Profile*/
    .vs-nw-rskprfl-top h2 {
      font-size: 18px;
      line-height: 22px;
    }
  
    .vs-nw-rskprfl-top p {
      font-size: 13px;
      line-height: 18px;
    }
  
    .vs-nw-rskprfl-top-rt {
      margin-top: 60px;
    }
  
    .vs-nw-rskprfl-tab {
      flex-wrap: inherit !important;
      overflow-x: auto;
    }
  
    .vs-nw-rskprfl-tab li {
      border-bottom: none;
      border-right: 1px solid #dbdbdb;
      font-size: 13px;
      width: auto;
    }
  
    .vs-nw-rskprfl-tab li .nav-link {
      padding: 0.5rem 0.5rem;
    }
  
    .vs-nw-rskprfl-tab .arrow {
      display: none;
      /*transform: rotate(45deg);-webkit-transform: rotate(45deg);*/
    }
  
    .vs-nw-rskprfl-tab .tabdply {
      display: none;
    }
  
    .vs-nw-rskprfl-tab li:nth-last-child(1) {
      border-right: none;
    }
  
    .vs-nw-rskprfl-btn {
      float: inherit;
      margin: 0 auto;
      margin-top: 10px;
      display: block !important;
    }
  
    .vs-nw-rskprfl-tab-incont {
      padding: 20px 10px 10px 10px;
    }
  
    .vs-nw-rskprfl-obj-h2 {
      font-size: 16px;
      line-height: 20px;
    }
  
    .vs-nw-rskprfl-return-h2 {
      font-size: 16px;
      line-height: 20px;
    }
  
    .vs-nw-rskprfl-risksection-list li {
      min-height: inherit;
    }
  
    .vs-nw-rskprfl-risksection-list li img {
      width: 15%;
      margin-bottom: 10px;
    }
  
    .vs-nw-rskprfl-risksection-list li h2 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px;
    }
  
    .vs-nw-rskprfl-confirm {
      max-width: 90%;
    }
  
    .vs-rskprfl-rvw-ans-sec {
      max-width: 90%;
    }
  
    .vs-nw-rskprfl-confirm-top h2 {
      font-size: 16px;
      line-height: 20px;
    }
  
    .vs-rskprfl-rvw-ans h2 {
      font-size: 16px;
      line-height: 20px;
    }
  
    .vs-rskprfl-rvw-ans-btn1 {
      width: 130px;
      margin-right: 3px;
      font-size: 13px;
    }
  
    .vs-rskprfl-rvw-ans-btn2 {
      width: 130px;
      font-size: 13px;
    }
  }
  
  /*Risk Profile Review Answer Section*/
  @media (min-width:280px) and (max-width:630px) {
    .vs-rskprfl-rvw-ans-cnfm-sec p {
      font-size: 13px;
      line-height: 16px;
      padding: 0px;
      margin: 0px;
      text-align: justify;
    }
  
    .vs-rskprfl-rvw-ans-btn1 {
      width: 135px;
      font-size: 12px;
      margin: 0px;
      margin-bottom: 6px !important;
      float: right;
    }
  
    .vs-rskprfl-rvw-ans-btn2 {
      width: 135px;
      font-size: 12px;
      float: right;
    }
  }
  
  @media (min-width:631px) and (max-width:767px) {
    .vs-rskprfl-rvw-ans-cnfm-sec p {
      font-size: 13px;
      line-height: 16px;
      padding: 0px;
      margin: 0px;
      text-align: justify;
    }
  
    .vs-rskprfl-rvw-ans-btn1 {
      width: 165px;
      font-size: 13px;
      margin: 0px;
      margin-bottom: 10px !important;
      float: right;
    }
  
    .vs-rskprfl-rvw-ans-btn2 {
      width: 165px;
      font-size: 13px;
      float: right;
    }
  }
  
  @media (min-width:1024px) and (max-width:1150px) {
    .vs-rskprfl-rvw-ans-btn1 {
      width: 105px;
      margin-right: 3px;
      font-size: 10px;
    }
  
    .vs-rskprfl-rvw-ans-btn2 {
      width: 105px;
      font-size: 10px;
    }
  }
  
  @media (min-width:1151px) and (max-width:1320px) {
    .vs-rskprfl-rvw-ans-btn1 {
      width: 115px;
      margin-right: 3px;
      font-size: 11px;
    }
  
    .vs-rskprfl-rvw-ans-btn2 {
      width: 115px;
      font-size: 11px;
    }
  }
  
  @media (min-width:1321px) and (max-width:1350px) {
    .vs-rskprfl-rvw-ans-btn1 {
      width: 135px;
      font-size: 13px;
    }
  
    .vs-rskprfl-rvw-ans-btn2 {
      width: 135px;
      font-size: 13px;
    }
  }
  
  /*sales, eps,roe*/
  .salesepsroe table th {
    text-align: center;
  }
  
  .salesepsroe table td {
    text-align: right;
  }
  
  .salesepsroe table td:nth-child(1) {
    text-align: left;
  }
  
  .salesepsroe-tr-red {
    background-color: #FFD1D1;
  }
  
  .salesepsroe-ul {
    margin: 3px 0px 0px 0px;
    padding: 0px;
  }
  
  .salesepsroe-ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding-right: 6px;
    display: inline-block;
  }
  
  .salesepsroe-ul li:nth-last-child(1) {
    padding-right: 0px;
  }
  
  @media (min-width:280px) and (max-width:767px) {
  
    /*sales, eps,roe*/
    .salesepsroe table th,
    .salesepsroe table td {
      padding: 5px;
      font-size: 11px;
    }
  
    .salesepsroe-ul li {
      font-size: 9px;
      line-height: 14px;
      padding-right: 0px;
      display: block;
    }
  }
  
  @media (min-width:768px) and (max-width:1023px) {
  
    /*sales, eps,roe*/
    .salesepsroe table th,
    .salesepsroe table td {
      font-size: 13px;
    }
  
    .salesepsroe-ul li {
      font-size: 11px;
      line-height: 15px;
      padding-right: 0px;
      display: block;
    }
  }
  
  /*result calendar*/
  .rslt-cal-srch {
    width: 100%;
    margin: 0px auto;
    position: relative;
    margin-top: 10px;
  }
  
  .rslt-cal-srch .form-control,
  .rslt-cal-srch .input-group-text {
    border-radius: 10rem;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
    -moz-box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
    box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
  }
  
  .drop-down-select-label {
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
  }
  
  .rslt-cal-srch-ul {
    max-height: 192px;
    overflow-y: auto;
    margin: 0px 0px 5px 10px;
    background-color: #fff;
    z-index: 900;
    position: absolute;
    width: 91.7%;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
    -moz-box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
    box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 0.40);
  }
  
  .rslt-cal-srch-ul li {
    padding: 10px 0px 3px 0px;
    border-bottom: 1px solid #DFDFDF;
  }
  
  .rslt-cal-srch-ul a {
    color: #004662;
  }
  
  .rslt-cal-srch-ul a:hover {
    background-color: #f5f5f5;
    display: block;
  }
  
  .rslt-cal-srch-ul .srch-row-1 {
    display: block;
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    padding-left: 5px;
    text-transform: uppercase;
  }
  
  .rslt-cal-srch-ul .srch-row-2 {
    display: block;
    font-size: 13px;
    line-height: normal;
    color: #686868;
    padding-left: 5px;
  }
  
  .rslt-cal-srch-scl {
    overflow-y: scroll;
  }
  
  .rslt-cal-srch-scl::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    -webkit-overflow-scrolling: scroll;
  }
  
  .rslt-cal-srch-scl::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .rslt-cal-srch-scl::-webkit-scrollbar-thumb {
    background-color: #888888;
    border-radius: 20px;
  }
  
  
  
  
  .rslt-cal-srch-tab {
    margin-bottom: 10px;
  }
  
  .rslt-cal-srch-tab .value-tabs a li {
    font-size: 14px;
    padding: 0px 5%;
  }
  
  .rslt-cal-table-hd {
    background-color: #DDDDDD;
    padding: 6px 5px;
    text-align: left;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    color: #000;
  }
  
  .rslt-cal-msg {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    color: #6E6E6E;
  }
  
  @media (min-width:280px) and (max-width:767px) {
  
    /*result calendar*/
    .rslt-cal-table-hd {
      text-align: center;
      font-size: 14px;
    }
  }
  
  /*strategies Released Dates*/
  .strg-rlsdt1 {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: normal;
    display: block;
    text-align: right;
  }
  
  .strg-rlsdt2 {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: normal;
    display: block;
    text-align: left;
  }
  
  @media (min-width:280px) and (max-width:767px) {
    .mfbklink {
      font-size: 13px;
      width: 90%;
    }
  
    /*strategies Released Dates*/
    .strg-rlsdt1 {
      font-size: 12px;
      text-align: center;
    }
  
    .strg-rlsdt2 {
      text-align: center;
      margin-bottom: 3px;
    }
  }
  
  /*notification nos */
  .header-top-icon .notif-posi {
    position: absolute;
    margin-top: -36px;
    margin-left: 19px;
    font-size: 70%;
  }
  
  @media (min-width:280px) and (max-width:767px) {
  
    /*notification nos */
    .header-top-icon .notif-posi {
      margin-left: 12px;
      font-size: 65%;
      padding: 0.24em 0.3em;
    }
  }
  
  @media screen and (orientation:landscape) and (min-device-width: 330px) and (max-device-width: 1024px) {
    .stckqtlypg1-banner {
      margin-top: 20px !important;
    }
  }
  
  
  /*Investment Adviser Agreement*/
  .vs-agr {
    width: 100%;
    margin: 5px auto;
    margin-bottom: 10px;
  }
  
  .vs-invad-agr {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 74vh;
  }
  
  .vs-invad-page {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-align: center;
    padding: 1px 9px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    right: 5vh;
    top: 71vh;
    z-index: 100;
  }
  
  .vs-invad-page-app {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-align: center;
    padding: 1px 9px;
    display: inline-block;
    background-color: #fff;
    position: fixed;
    right: 5vh;
    bottom: 20px;
  }
  
  
  /* Start 6-4-21*/
  .vs-invad-agr-dktop {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    /*max-height:70vh;*/
  }
  
  .vs-invad-agr-dktop-h2 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .vs-invad-page-desk {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-align: center;
    padding: 1px 9px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    right: 5vh;
    z-index: 100;
  }
  
  /* End 6-4-21*/
  
  
  @-moz-document url-prefix() {
    .vs-invad-agr {
      max-height: 73vh;
    }
  
    .vs-invad-page {
      right: 6vh;
      top: 70vh;
    }
  }
  
  .vs-invad-agr-h2 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .vs-invad-agr-details {
    border: 1px solid #ddd;
    width: 99%;
    padding: 10px;
  }
  
  .vs-invad-agr-details .vmargin {
    margin-bottom: 10px;
  }
  
  .vs-invad-agr-details h3 {
    font-size: 14px;
    line-height: 22px;
    font-stretch: expanded;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .vs-invad-agr-details h6 {
    font-size: 13px;
    line-height: 16px;
    color: #555555;
    font-weight: 400;
  }
  
  .vs-invad-agr-details p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
  
  .vs-invad-agr-details .divhgt {
    min-height: inherit;
  }
  
  .vs-invad-agr-details .divhgt2 {
    min-height: inherit;
  }
  
  .vs-invad-agr-footer-posi {
    float: left;
  }
  
  .vs-invad-agr-footer {
    background-color: #eeeced;
    position: relative;
    left: 0;
    bottom: 0;
  }
  
  .vs-invad-agr-footer-otp {
    width: 95px;
    height: 35px;
    text-align: center;
    margin: 12px 0px;
    border: 1px solid #999999;
    border-radius: 3px;
    font-size: 15px;
    background-color: #fff;
    margin-right: 15px;
  }
  
  .vs-invad-agr-footer-btn {
    width: 95px;
    height: 35px;
    text-align: center;
    margin: 12px 0px;
    border: 1px solid #999999;
    border-radius: 3px;
    font-size: 15px;
    background-color: #f7bc1a;
    outline: none;
  }
  
  .vs-invad-agr-footer-btn:hover {
    outline: none;
    border: 1px solid #999999;
  }
  
  .vs-invad-agr-footer-resndopt {
    border: 1px solid #0065B8;
    outline: none;
    background-color: transparent;
    font-size: 14px;
    margin: 0px;
    padding: 2px 5px;
    color: #0065B8;
    font-weight: 600;
    border-radius: 3px
  }
  
  .vs-invad-agr-footer-resndopt:focus {
    outline: none;
  }
  
  .vs-invad-agr-footer-timer {
    background-color: transparent;
    font-size: 16px;
    color: #004662;
    font-weight: 600;
    border: none;
  }
  
  .vs-invad-agr-footer-timer:focus {
    outline: none;
  }
  
  .vs-invad-agr-footer-errormsg {
    color: #d80202;
    font-size: 14px;
    margin-left: 5px
  }
  
  .vs-invad-agr-footer-p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    max-width: 80%;
    margin-bottom: 10px;
  }
  
  .vs-invad-agr-notes {
    width: 99%;
    margin: 20px 0;
    padding: 0px 5px;
  }
  
  .vs-invad-agr-notes p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 5px;
  }
  
  .vs-invad-agr-notes h3 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  
  .vs-invad-agr-notes ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
  }
  
  .vs-invad-agr-notes ul li {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: justify;
  }
  
  .vs-invad-agr-notes ul li ul {
    margin: 8px 0px 5px 15px;
  }
  
  @media (min-width:280px) and (max-width:767px) {
    .vs-invad-agr-details .divhgt {
      min-height: inherit;
    }
  
    .vs-invad-agr-details .divhgt2 {
      min-height: inherit
    }
  }
  
  @media (min-width:768px) and (max-width:1024px) {
    .vs-invad-agr-details .divhgt {
      min-height: inherit;
    }
  
    .vs-invad-agr-details .divhgt2 {
      min-height: inherit
    }
  }
  
  @media (min-width:280px) and (max-width:768px) {
  
    /*Investment Adviser Agreement*/
    .vs-agr {
      width: 97%;
      margin: 5px 5px;
    }
  
    .vs-invad-agr-footer-posi {
      float: left;
    }
  
    .vs-invad-agr-footer-p {
      font-size: 13px;
      max-width: 100%;
    }
  
    .vs-invad-agr-h2 {
      font-size: 16px;
    }
  
    .vs-invad-agr-details h3 {
      font-size: 13px;
      margin-bottom: 2px;
    }
  
    .vs-invad-agr-details h6 {
      font-size: 12px;
    }
  
    .vs-invad-agr-details p {
      font-size: 12px;
    }
  
    .vs-invad-agr-footer-p {
      margin-bottom: 0px;
      text-align: justify;
    }
  
    .vs-invad-agr-notes ul li {
      text-align: justify;
    }
  }
  
  @media (min-width:280px) and (max-width:320px) {
  
    /*Investment Adviser Agreement*/
    .vs-invad-agr {
      max-height: 55vh;
    }
  
    .vs-invad-page {
      right: 4vh;
      top: 52vh;
    }
  }
  
  @media (min-width:321px) and (max-width:375px) {
  
    /*Investment Adviser Agreement*/
    .vs-invad-agr {
      max-height: 56vh;
    }
  
    .vs-invad-page {
      right: 4vh;
      top: 53vh;
    }
  
    @-moz-document url-prefix() {
  
      /*Investment Adviser Agreement*/
      .vs-invad-agr {
        max-height: 56vh;
      }
  
      .vs-invad-page {
        right: 4vh;
        top: 53vh;
      }
    }
  }
  
  @media (min-width:376px) and (max-width:384px) {
  
    /*Investment Adviser Agreement*/
    .vs-invad-agr {
      max-height: 66vh;
    }
  
    .vs-invad-page {
      right: 4vh;
      top: 63vh;
    }
  }
  
  @media (min-width:385px) and (max-width:414px) {
  
    /*Investment Adviser Agreement*/
    .vs-invad-agr {
      max-height: 62vh;
    }
  
    .vs-invad-page {
      right: 4vh;
      top: 60vh;
    }
  }
  
  @media (min-width:415px) and (max-width:540px) {
  
    /*Investment Adviser Agreement*/
    .vs-invad-agr {
      max-height: 73vh;
    }
  
    .vs-invad-page {
      right: 4vh;
      top: 70vh;
    }
  }
  
  @media (min-width:768px) and (max-width:1023px) {
  
    /*Investment Adviser Agreement*/
    .vs-invad-agr {
      max-height: 82vh;
    }
  
    .vs-invad-page {
      right: 5vh;
      top: 80vh;
    }
  }
  
  @media (min-width:1024px) and (max-width:1279px) {
  
    /*Investment Adviser Agreement*/
    .vs-invad-agr {
      max-height: 82vh;
    }
  
    .vs-invad-page {
      right: 4vh;
      top: 80vh;
    }
  }
  
  @media (min-width:1280px) and (max-width:1365px) {
  
    /*Investment Adviser Agreement*/
    .vs-invad-agr {
      max-height: 81vh;
    }
  
    .vs-invad-page {
      right: 11vh;
      top: 76vh;
    }
  
    @-moz-document url-prefix() {
      .vs-invad-page {
        right: 8vh;
        top: 76vh;
      }
    }
  }
  
  @media (min-width:1440px) and (max-width:1440px) {
  
    /*Investment Adviser Agreement*/
    .vs-invad-agr {
      max-height: 81vh;
    }
  
    .vs-invad-page {
      right: 11vh;
      top: 78vh;
    }
  
    @-moz-document url-prefix() {
      .vs-invad-page {
        right: 8vh;
        top: 78vh;
      }
    }
  }
  
  
  /*subscription-agreement-popup*/
  .thank-you-modal-content {
    margin-top: 130px !important
  }
  
  #subscription-agreement-popup .cust-modal-content {
    max-width: 90%;
    border: none;
    margin-top: 2%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  
  #subscription-agreement-popup .cust-modal-body {
    max-height: 90vh;
    overflow-y: hidden;
    padding: 10px 5px 0px 5px;
  }
  
  #subscription-agreement-popup .cust-modal-close {
    top: -10px;
    right: -10px;
    text-align: center;
    background-color: #FFC600;
    border: 1px solid #FFC600;
    width: 30px;
    height: 30px;
    font-size: 27px;
    line-height: 25px;
  }
  
  #subscription-agreement-popup .wrapper-cont {
    border: none;
    box-shadow: none;
    width: 100%;
  }
  
  #subscription-agreement-popup .subsdetls {
    padding: 5px 0px 2px 0px;
    border-bottom: 1px solid #ddd;
    margin-right: -11px;
  }
  
  #subscription-agreement-popup .subsdetls:last-child {
    border-bottom: none;
  }
  
  
  .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 50vh;
  }
  
  .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-icon {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  
  .subscription-agreement-popup-thankyou-h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  
  .subscription-agreement-popup-thankyou-p {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 75%;
  }
  
  .subscription-agreement-popup-thankyou .subsdetls {
    padding: 5px 0px 2px 0px;
    border-bottom: 1px solid #ddd;
    margin-left: -11px;
  }
  
  .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-note {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    margin: 10px 0px 20px 0px;
    color: #737373;
  }
  
  .subscription-dtls-hd {
    text-align: center;
  }
  
  @media (min-width:280px) and (max-width:768px) {
  
    /*subscription-agreement-popup*/
    .thank-you-modal-content {
      margin-top: 90px !important
    }
  
    #subscription-agreement-popup .cust-modal-content {
      margin-top: 6%
    }
  
    #subscription-agreement-popup .subsdetls {
      padding: 5px 0px 5px 0px;
    }
  
    #subscription-agreement-popup .vs-invad-agr-footer-p {
      text-align: left;
    }
  
    .subscription-agreement-popup-thankyou-p {
      font-size: 13px;
      max-width: 95%;
    }
  }
  
  @media (min-width:280px) and (max-width:320px) {
  
    /*subscription-agreement-popup*/
    #subscription-agreement-popup .cust-modal-body {
      max-height: 80vh;
    }
  
    #subscription-agreement-popup .vs-invad-agr {
      max-height: 50vh;
    }
  
    #subscription-agreement-popup .vs-invad-page {
      right: 4vh;
      top: 52vh;
    }
  
    .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
      max-height: 35vh;
    }
  }
  
  @media (min-width:321px) and (max-width:375px) {
  
    /*subscription-agreement-popup*/
    #subscription-agreement-popup .cust-modal-body {
      max-height: 80vh;
    }
  
    #subscription-agreement-popup .vs-invad-agr {
      max-height: 55vh;
    }
  
    #subscription-agreement-popup .vs-invad-page {
      right: 4vh;
      top: 60vh;
    }
  
    .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
      max-height: 40vh;
    }
  
    @-moz-document url-prefix() {
      #subscription-agreement-popup.vs-invad-agr {
        max-height: 56vh;
      }
  
      #subscription-agreement-popup .vs-invad-page {
        right: 4vh;
        top: 60vh;
      }
  
      .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
        max-height: 40vh;
      }
    }
  }
  
  @media (min-width:376px) and (max-width:384px) {
  
    /*subscription-agreement-popup*/
    #subscription-agreement-popup .cust-modal-body {
      max-height: 80vh;
    }
  
    #subscription-agreement-popup .vs-invad-agr {
      max-height: 55vh;
    }
  
    #subscription-agreement-popup .vs-invad-page {
      right: 4vh;
      top: 60vh;
    }
  
    .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
      max-height: 40vh;
    }
  }
  
  @media (min-width:385px) and (max-width:414px) {
  
    /*subscription-agreement-popup*/
    #subscription-agreement-popup .cust-modal-body {
      max-height: 82vh;
    }
  
    #subscription-agreement-popup .vs-invad-agr {
      max-height: 55vh;
    }
  
    #subscription-agreement-popup .vs-invad-page {
      right: 4vh;
      top: 60vh;
    }
  
    .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
      max-height: 45vh;
    }
  }
  
  @media (min-width:415px) and (max-width:540px) {
  
    /*subscription-agreement-popup*/
    #subscription-agreement-popup .cust-modal-body {
      max-height: 82vh;
    }
  
    #subscription-agreement-popup .vs-invad-agr {
      max-height: 58vh;
    }
  
    #subscription-agreement-popup .vs-invad-page {
      right: 4vh;
      top: 60vh;
    }
  
    .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
      max-height: 45vh;
    }
  }
  
  @media (min-width:768px) and (max-width:1023px) {
  
    /*subscription-agreement-popup*/
    #subscription-agreement-popup .cust-modal-body {
      max-height: 80vh;
    }
  
    #subscription-agreement-popup .vs-invad-agr {
      max-height: 70vh;
    }
  
    #subscription-agreement-popup .vs-invad-page {
      right: 5vh;
      top: 72vh;
    }
  
    .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
      max-height: 50vh;
    }
  }
  
  @media (min-width:1024px) and (max-width:1279px) {
  
    /*subscription-agreement-popup*/
    #subscription-agreement-popup .cust-modal-body {
      max-height: 85vh;
    }
  
    #subscription-agreement-popup .vs-invad-agr {
      max-height: 78vh;
    }
  
    #subscription-agreement-popup .vs-invad-page {
      right: 4vh;
      top: 78vh;
    }
  }
  
  @media (min-width:1280px) and (max-width:1365px) {
  
    /*subscription-agreement-popup*/
    #subscription-agreement-popup .cust-modal-body {
      max-height: 80vh;
    }
  
    #subscription-agreement-popup .vs-invad-agr {
      max-height: 68vh;
    }
  
    #subscription-agreement-popup .vs-invad-page {
      right: 11vh;
      top: 70vh;
    }
  
    .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
      max-height: 55vh;
    }
  
    @-moz-document url-prefix() {
      #subscription-agreement-popup .vs-invad-page {
        right: 8vh;
        top: 70vh;
      }
  
      .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
        max-height: 55vh;
      }
    }
  }
  
  @media (min-width:1440px) and (max-width:1440px) {
  
    /*subscription-agreement-popup*/
    #subscription-agreement-popup .cust-modal-body {
      max-height: 80vh;
    }
  
    #subscription-agreement-popup .vs-invad-agr {
      max-height: 70vh;
    }
  
    #subscription-agreement-popup .vs-invad-page {
      right: 11vh;
      top: 72vh;
    }
  
    .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
      max-height: 55vh;
    }
  
    @-moz-document url-prefix() {
      #subscription-agreement-popup .vs-invad-page {
        right: 8vh;
        top: 72vh;
      }
  
      .subscription-agreement-popup-thankyou .subscription-agreement-popup-thankyou-scroll {
        max-height: 55vh;
      }
    }
  }
  
  
  @media (min-width:280px) and (max-width:320px) {
    .pg-title {
      font-size: 15px;
      margin: 10px auto;
      line-height: 20px
    }
  
    .bank_datails_summary table td:nth-child(1) {
      width: 42%;
    }
  
    .upi-dtls-summary table td:nth-child(1) {
      width: 42%;
    }
  
    .bank_datails_form label {
      font-size: 11px;
      margin-top: 5px;
    }
  
    .upi-dtls-summary input[type="text"] {
      width: 95%;
    }
  
    .upi-dtls-summary table td span {
      font-size: 13px;
    }
  }
  
  @media (min-width:321px) and (max-width:380px) {
    .pg-title {
      font-size: 15px;
      margin: 10px auto;
      line-height: 20px
    }
  
    .bank_datails_summary table td:nth-child(1) {
      width: 42%;
    }
  
    .upi-dtls-summary table td:nth-child(1) {
      width: 42%;
    }
  
    .upi-dtls-summary input[type="text"] {
      width: 90%;
    }
  
    .upi-dtls-summary table td span {
      font-size: 13px;
    }
  }
  
  @media (min-width:381px) and (max-width:454px) {
    .pg-title {
      font-size: 15px;
      margin: 10px auto;
      line-height: 20px
    }
  
    .bank_datails_summary table td:nth-child(1) {
      width: 37%;
    }
  
    .upi-dtls-summary table td:nth-child(1) {
      width: 37%;
    }
  
    .upi-dtls-summary input[type="text"] {
      width: 80%;
    }
  
    .upi-dtls-summary table td span {
      font-size: 13px;
    }
  }
  
  @media (min-width:455px) and (max-width:767px) {
    .btn-upi-cont {
      width: 30%;
    }
  
    .bank_datails_summary table td:nth-child(1) {
      width: 32%;
    }
  
    .upi-dtls-summary table td:nth-child(1) {
      width: 32%;
    }
  
    .upi-dtls-summary input[type="text"] {
      width: 65%;
    }
  }
  
  /*16-01-21*/
  @media (min-width:768px) and (max-width:964px) {
    .bank_datails_summary table td:nth-child(1) {
      width: 32%;
    }
  
    .upi-dtls-summary table td:nth-child(1) {
      width: 32%;
    }
  
    .upi-dtls-summary input[type="text"] {
      width: 65%;
    }
  }
  
  @media (min-width:965px) and (max-width:1195px) {
    .bank_datails_summary table td:nth-child(1) {
      width: 32%;
    }
  
    .upi-dtls-summary table td:nth-child(1) {
      width: 32%;
    }
  
    .upi-dtls-summary input[type="text"] {
      width: 65%;
    }
  }
  
  @media (max-width: 1430px) and (min-width: 1360px) {
    .upi-dtls-summary input[type="text"] {
      width: 50%;
    }
  }
  
  /*new mf strategies page*/
  .mf_stra_pg-pg-title {
    font-size: 15px;
    line-height: 19px;
    margin: 0px auto;
  }
  
  .mf_stra_pg-strg-hd {
    padding: 4px 8px;
    margin-bottom: 0px;
  }
  
  .mf_stra_pg-strg-hd h2 {
    font-size: 14px;
  }
  
  .mf_stra_pg-strg-topbox {
    max-width: 18%;
  }
  
  .mf_stra_pg-strg-topbox p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0px;
  }
  
  .mf_stra_pg-sub-h4 {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
    display: inline-block;
  }
  
  .mf_stra_pg_tbl {}
  
  .mf_stra_pg_tbl.tb td {
    padding: 2px 8px;
    font-size: 13px;
  }
  
  .mf_stra_pg_tbl.tb th {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 17px;
  }
  
  .mf_stra_pg_tbl tbody tr td a {
    font-weight: 600
  }
  
  .mf_stra_pg_tbl tbody tr td a:hover {
    color: #017AD1;
  }
  
  .mf_stra_pg-strg-apply {
    border: 1px solid #474747;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 7px;
    outline: none;
  }
  
  .mf_stra_pg-strg-apply:focus {
    outline: none;
  }
  
  .mf_stra_pg-strg-apply:visited {
    outline: none;
  }
  
  .mf_strg-txt-ptxt {
    font-size: 14px;
    line-height: 18px;
    color: #C90407;
    margin: 0px 7px;
    text-align: justify;
  }
  
  @media (min-width:280px) and (max-width:768px) {
  
    /*new mf strategies page*/
    .mf_stra_pg-pg-title {
      font-size: 14px;
      margin: 0px auto;
      margin-top: 5px;
    }
  
    .mf_stra_pg-sub-h4 {
      font-size: 13px;
    }
  
    .mf_stra_pg_tbl.tb td {
      padding: 2px 8px;
      font-size: 12px;
    }
  
    .mf_stra_pg_tbl.tb th {
      padding: 4px 8px;
      font-size: 12px;
      line-height: 15px;
    }
  
    .mf_stra_pg-strg-topbox {
      max-width: 50%;
    }
  
    .mf_stra_pg-strg-topbox p {
      font-size: 12px;
    }
  
    /*.mf_stra_pg-strg-topbox.strg-topbox .opr{margin:0px;}*/
    .mf_strg-txt-ptxt {
      font-size: 13px;
      line-height: 17px;
    }
  }
  
  @media (min-width:280px) and (max-width:340px) {
    .mf_stra_pg_tbl.tb th {
      padding: 3px 6px;
      font-size: 11px;
      line-height: 13px;
    }
  
    .mf_stra_pg_tbl.tb td {
      padding: 2px 5px;
      font-size: 10px;
    }
  }
  
  /*Mf Best Fund Manager and Fund Catagory Modal*/
  @media (min-width:280px) and (max-width:767px) {
  
    /* 09-02-21*/
    #mf-info-popup .cust-modal-content {
      max-width: 90%;
    }
  }
  
  @media (min-width:768px) and (max-width:1024px) {
  
    /* 09-02-21*/
    #mf-info-popup .cust-modal-content {
      max-width: 70%;
    }
  }
  
  
  /*Invalid otp erroe msg for subscription agreement page*/
  @media (min-width:280px) and (max-width:1102px) {
    .vs-invad-agr-footer-errormsg {
      font-size: 14px;
      display: block;
      margin-bottom: 5px;
    }
  }
  
  @media (min-width:280px) and (max-width:768px) {
    .vs-invad-agr-footer-timer {
      font-size: 14px;
    }
  }
  
  /*New Strategy Nifty Page*/
  @media(min-width:769px) {
    #StrgNifty-mobile {
      display: none;
    }
  
    #StrgNifty-desktop {
      display: block;
    }
  }
  
  @media(max-width:769px) {
    #StrgNifty-mobile {
      display: block;
    }
  
    #StrgNifty-desktop {
      display: none;
    }
  }
  
  .vs-StrgNiftytab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 7px;
  }
  
  .vs-StrgNiftytab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 8px;
    transition: 0.3s;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    float: left;
    width: 50%;
  }
  
  .vs-StrgNiftytab button.active {
    background-color: #284c5a;
    color: #fff;
  }
  
  .vs-StrgNiftytab-tabcontent {
    display: none;
    padding: 0px 0px;
    border: 1px solid #f5f5f5;
    border-top: none;
    background-color: #fff;
  }
  
  .vs-StrgNifty-tb {
    width: 100%;
  }
  
  .vs-StrgNifty-tb th {
    border: 1px solid #fff;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    padding: 4px 8px;
    width: 50%;
    vertical-align: middle;
    background-color: #284c5a;
    color: #fff;
  }
  
  .vs-StrgNifty-tb td {
    border: 0px solid #ddd;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    padding: 2px 1px;
    width: 50%;
    vertical-align: middle;
  }
  
  .vs-StrgNifty-tb tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  
  .StrgNifty-text {
    background-color: #f5f5f5;
    padding: 5px 3px;
    width: 100%;
    margin-top: 15px;
  }
  
  .StrgNifty-text p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 3px;
  }
  
  .StrgNifty-text p:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  
  .StrgNifty-nobuytxt {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 6px;
  }
  
  
  
  
  /**********New home page**************/
  .nw-hm-topsrch-sec {
    background-color: #004fab;
    width: 100%;
    padding: 10px 10px 20px 10px;
    margin: 0px;
    margin-top: -7px;
  }
  
  .nw-hm-topsrch-sec h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    padding: 0px;
    margin: 0;
  }
  
  .nw-hm-topsrch-sec h3 {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    color: #004662;
  }
  
  .nw-hm-topsrch-pt {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  
  .nw-hm-topsrch-pt>div {
    flex-direction: column;
    margin: 0px 15px;
  }
  
  .nw-hm-topsrch-pt>div>p {
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 7px;
    color: #CC0000;
  }
  
  .nw-hm-topsrch-pt>div>p>span {
    margin-right: 7px;
    float: left;
  }
  
  .nw-hm-pglinks-sec-rt-padding {
    padding-right: 5px;
  }
  
  .nw-hm-rt-sec-lt-padding {
    padding-left: 5px;
  }
  
  .nw-hm-pglinks-sec {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
  }
  
  .nw-hm-pglinks-sec-head {
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    padding: 7px 5px;
    background-color: #504b6f;
    color: #FFFFFF;
    text-align: center;
  }
  
  .nw-hm-pglinks-sec>div {
    flex-direction: column;
    width: 33.3%;
    padding: 0px;
    margin: 0px;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-collapse: collapse;
  }
  
  .nw-hm-pglinks-sec>div>a {
    display: block;
    padding: 15px 10px;
    cursor: pointer;
  }
  
  .nw-hm-pglinks-sec>div:hover {
    background-color: #f5f5f5;
  }
  
  .nw-hm-pglinks-sec .pglinks-img {
    width: 22px;
    height: 22px;
    margin: 0px auto;
    margin-bottom: 10px;
    display: block;
  }
  
  .nw-hm-pglinks-sec .pglinks-p {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #004662;
  }
  
  .nw-hm-pglinks-sec .pglinks-p-premium {
    font-size: 12px;
    color: #D10508;
    font-weight: 600;
    text-align: center;
  }
  
  .nw-hm-pglink2 {
    background-color: #fff;
    width: 100%;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .nw-hm-pglink2 div {
    width: 50%;
  }
  
  .nw-hm-pglink2 div a {
    display: block;
    border: 1px solid #CFCFCF;
    padding: 15px 2px 15px 2px;
    text-align: center;
    cursor: pointer;
  }
  
  .nw-hm-pglink2 div:hover {
    background-color: #f5f5f5;
  }
  
  .nw-hm-pglink2 .nw-hm-pglink2-img {
    width: 22px;
    height: 22px;
    margin-bottom: 10px;
  }
  
  .nw-hm-pglink2 i {
    font-size: 23px;
    color: #E20003;
    margin-right: 8px;
  }
  
  .nw-hm-pglink2 p {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin: 0px;
    text-align: center;
    color: #004662;
    /*display:inline-flex;*/
  }
  
  .nw-hm-pglinks-sec .new {
    background: #D10508;
    font-size: 11px;
    line-height: normal;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0px 4px;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    border-radius: 2px;
  }
  
  .nw-hm-pglinks-sec-cust {
    border-top: none;
  }
  
  .nw-hm-pglinks-sec-cust div {
    width: 100%;
    text-align: center;
  }
  
  .nw-hm-pglinks-sec-cust .pglinks-img {
    display: inline !important;
    margin-right: 8px;
    margin-top: 7px;
  }
  
  .nw-hm-pglinks-sec-cust .pglinks-p {
    display: inline !important;
    margin-right: 5px;
  }
  
  
  .nw-hm-rt-sec {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    background-color: #f1feff;
    display: inline-block;
    border: 1px solid #CFCFCF
  }
  
  .nw-hm-rt-sec h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 5px 8px;
    margin: 0px;
    background-color: #284c5a;
    margin-bottom: 8px;
    color: #fff;
  }
  
  .nw-hm-rt-sec h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #004662;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
  }
  
  .nw-hm-rt-link {
    background-color: #fff;
    border: 1px solid #004662;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #004662;
    display: block;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    cursor: pointer;
  }
  
  .nw-hm-rt-link:hover {
    background-color: #f5f5f5;
  }
  
  .nw-hm-pricebtn {
    background-color: #ffc107;
    padding: 12px 15px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #004662;
    display: block;
    width: 40%;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  
  .nw-hm-ad-sec {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px;
    display: flex;
    justify-content: center;
    outline: none;
    border: none;
  }
  
  .vs-app-downld-sec {
    width: 100%;
    margin: 0px auto;
    padding: 10px;
    text-align: center;
    background-color: #FFF4E4;
    border: 1px solid #FFEACB;
  }
  
  .vs-app-downld-sec h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 2%;
  }
  
  .vs-app-downld-sec img {
    margin: 0 3px;
    cursor: pointer;
  }
  
  @-moz-document url-prefix() {
    .vs-app-downld-sec img {
      margin-bottom: 10px;
    }
  }
  
  .nw-hm-ad-sec {}
  
  .nw-hm-ad-sec .carousel-control-prev,
  .nw-hm-ad-sec .carousel-control-next {
    opacity: inherit;
    background-color: #000;
    display: table;
    width: 15px;
    height: 15px;
    top: 45%;
    margin: 0px 2px;
    line-height: 12px;
  }
  
  .nw-hm-ad-sec .carousel-control-prev-icon,
  .nw-hm-ad-sec .carousel-control-next-icon {
    vertical-align: middle;
    width: 10px;
    height: 10px;
  }
  
  .nw-hm-ad-sec .carousel-indicators li {
    width: 7px;
    height: 6px;
    background-color: #313131;
    border-radius: 50%;
  }
  
  .nw-hm-ad-sec .carousel-indicators {
    margin-bottom: 0px;
  }
  
  @media (min-width:280px) and (max-width:359px) {
  
    /*New home page*/
    .nw-hm-pglinks-sec-head {
      font-size: 16px;
      padding: 7px 3px;
    }
  
    .nw-hm-pglinks-sec .pglinks-img {
      width: 20px;
      height: 20px;
    }
  
    .nw-hm-pglinks-sec .pglinks-p {
      font-size: 10px;
      font-weight: 500;
    }
  
    .nw-hm-pglinks-sec .pglinks-p-premium {
      font-size: 10px;
    }
  
    .nw-hm-pglinks-sec .new {
      font-size: 9px;
    }
  
    .nw-hm-pglink2 {
      margin-bottom: 10px;
    }
  
    .nw-hm-pglink2 .nw-hm-pglink2-img {
      width: 20px;
      height: 20px;
      margin-right: 2px;
    }
  
    .nw-hm-pglink2 p {
      font-size: 10px;
      font-weight: 500;
    }
  }
  
  @media (min-width:360px) and (max-width:767px) {
  
    /*New home page*/
    .nw-hm-pglinks-sec-head {
      font-size: 16px;
      padding: 7px 3px;
    }
  
    .nw-hm-pglinks-sec .pglinks-p {
      font-size: 11px;
      font-weight: 500;
    }
  
    .nw-hm-pglinks-sec .pglinks-p-premium {
      font-size: 11px;
    }
  
    .nw-hm-pglinks-sec .new {
      font-size: 10px;
    }
  
    .nw-hm-pglink2 {
      margin-bottom: 10px;
    }
  
    .nw-hm-pglink2 p {
      font-size: 12px;
      font-weight: 500;
    }
  }
  
  @media (min-width:280px) and (max-width:767px) {
  
    /*New home page*/
    .nw-hm-topsrch-sec {
      padding: 10px 5px 15px 5px;
    }
  
    .nw-hm-topsrch-sec h2 {
      font-size: 15px;
      line-height: normal;
    }
  
    .nw-hm-topsrch-sec h3 {
      font-size: 13px;
      line-height: 18px;
      width: 80%;
      margin: 0 auto;
      padding-bottom: 5px;
      font-weight: 500;
    }
  
    .nw-hm-topsrch-pt {
      margin-top: 7px;
      margin-bottom: 7px;
    }
  
    .nw-hm-topsrch-pt>div {
      margin: 0px 10px;
    }
  
    .nw-hm-topsrch-pt>div>p {
      font-size: 12px;
    }
  
    .nw-hm-topsrch-pt>div>p>span {
      margin-top: -2px;
    }
  
    .nw-hm-pglinks-sec-rt-padding {
      padding-right: 15px;
    }
  
    .nw-hm-rt-sec-lt-padding {
      padding-left: 15px;
    }
  
    .nw-hm-pglinks-sec>div>a {
      padding: 10px 5px;
    }
  
    .nw-hm-pglinks-sec>div>a:hover {
      background-color: #fff;
    }
  
    .nw-hm-pglink2 {
      margin-bottom: 10px;
    }
  
    .nw-hm-pglink2 div:hover {
      background-color: #fff;
    }
  
    .nw-hm-rt-sec h2 {
      font-size: 15px;
      font-weight: 600;
      padding: 7px 8px;
    }
  
    .nw-hm-rt-sec h3 {
      font-size: 13px;
    }
  
    .nw-hm-rt-link {
      font-size: 14px;
      font-weight: 500;
      max-width: 100%;
    }
  
    .nw-hm-pricebtn {
      padding: 15px 10px;
      font-size: 13px;
      width: 100%;
      margin-bottom: 0px;
      font-weight: 500;
    }
  
    .nw-hm-ad-sec {
      width: 100%;
    }
  
    .vs-app-downld-sec {
      display: none;
    }
  
  }
  
  @media (min-width:768px) and (max-width:1160px) {
  
    /*New home page*/
    .nw-hm-topsrch-sec h2 {
      font-size: 19px;
      line-height: normal;
    }
  
    .nw-hm-topsrch-sec h3 {
      font-size: 16px;
      line-height: 20px;
      width: 100%;
      margin: 0 auto;
    }
  
    .nw-hm-topsrch-pt>div {
      margin: 0px 10px;
    }
  
    .nw-hm-topsrch-pt>div>p {
      font-size: 13px;
    }
  
    .nw-hm-pglinks-sec-rt-padding {
      padding-right: 5px;
    }
  
    .nw-hm-rt-sec-lt-padding {
      padding-left: 5px;
    }
  
    .nw-hm-pglinks-sec>div>a {
      padding: 14px 5px;
    }
  
    .nw-hm-pglinks-sec>div>a:hover {
      background-color: #fff;
    }
  
    .nw-hm-pglinks-sec-head {
      font-size: 16px;
    }
  
    .nw-hm-pglinks-sec .pglinks-p {
      font-size: 12px;
    }
  
    .nw-hm-pglinks-sec .pglinks-p-premium {
      font-size: 12px;
    }
  
    .nw-hm-pglinks-sec .new {
      font-size: 11px;
    }
  
    .nw-hm-pglink2 div:hover {
      background-color: #fff;
    }
  
    .nw-hm-pglink2 p {
      font-size: 12px;
    }
  
    .nw-hm-rt-sec h2 {
      font-size: 15px;
      padding: 7px 8px;
    }
  
    .nw-hm-rt-sec h3 {
      font-size: 13px;
    }
  
    .nw-hm-rt-link {
      font-size: 13px;
      font-weight: 500;
    }
  
    .nw-hm-pricebtn {
      padding: 12px 10px;
      font-size: 13px;
      width: 30%;
      margin-bottom: 10px;
      font-weight: 500;
    }
  
    .nw-hm-ad-sec {
      width: 100%;
    }
  
    .vs-app-downld-sec {
      padding: 5px 10px;
    }
  
    .vs-app-downld-sec h2 {
      margin-top: 0%;
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 5px;
      line-height: 20px;
    }
  
    .vs-app-downld-sec img {
      width: 25%;
    }
  
    @-moz-document url-prefix() {
      .vs-app-downld-sec img {
        margin-bottom: 5px;
      }
    }
  }
  
  @media (min-width:900px) and (max-width:1024px) {
  
    /*New home page*/
    @-moz-document url-prefix() {
      .vs-app-downld-sec img {
        margin-bottom: 15px;
      }
    }
  }
  
  /*****************New profitable check point*************/
  .nw-port-chkup-cont {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  
  .nw-port-chkup-top-sec {
    background-color: #FFFFFF;
    padding: 10px;
  }
  
  .nw-port-chkup-top-sec h1 {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
  }
  
  .nw-port-indi-red {
    color: #FF1600;
  }
  
  .nw-port-indi-green {
    color: #03A479;
  }
  
  .nw-port-indi-yellow {
    color: #FFB100;
  }
  
  .nw-port-chkup-top-indi {
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
    margin: 0px;
    margin-top: -5px;
    padding: 0px;
  }
  
  .nw-port-chkup-top-h3 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    margin-right: 3px;
  }
  
  .nw-port-chkup-top-dt {
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    color: #555555;
    padding: 0px;
    margin: 0px;
  }
  
  .nw-port-chkup-top-val {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    padding: 0px;
    margin: 3px 0px 0px 5px;
  }
  
  .nw-port-chkup-top-lbl {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    margin-bottom: -2px;
    color: #525252;
  }
  
  .nw-port-chkup-top-stname {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    display: inline-grid;
  }
  
  .nw-port-chkup-chk-sec {
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
  }
  
  .nw-port-chkup-chk-sec h2 {
    padding: 10px 10px;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    background-color: #f3f3f3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .nw-port-chkup-chk-sec h4 {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    line-height: inherit;
    font-weight: 600;
    padding-right: 3px;
  }
  
  .nw-port-chkup-chk-sec-icon i {
    font-size: 30px;
    padding: 0px;
    margin: 0px;
  }
  
  .nw-port-chkup-chk-hold {}
  
  .nw-port-chkup-chk-sec-link {
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    padding: 0px;
    margin: 10px 10px 10px 0px;
    ;
    float: right;
  }
  
  .nw-port-chkup-chk-sec-red {
    border: 1px solid #E60003;
  }
  
  .nw-port-chkup-chk-sec-green {
    border: 1px solid #028D62;
  }
  
  .nw-port-chkup-chk-sec-yellow {
    border: 1px solid #FFB100;
  }
  
  .nw-port-chkup-chk-sec-blue {
    border: 1px solid #1e7cf7;
  }
  
  /*New profitable check point*/
  @media (min-width:280px) and (max-width:767px) {
    .nw-port-chkup-cont {
      width: 100%;
    }
  
    .nw-port-chkup-top-sec h1 {
      font-size: 16px;
      line-height: normal;
    }
  
    .nw-port-chkup-top-lbl {
      font-size: 13px;
    }
  
    .nw-port-chkup-top-stname {
      font-size: 13px;
    }
  
    .nw-port-chkup-chk-sec {
      margin-bottom: 0px;
    }
  
    .nw-port-chkup-chk-sec h2 {
      padding: 7px 10px;
      margin-bottom: 10px;
      font-size: 13px;
    }
  
    .nw-port-chkup-chk-sec h4 {
      font-size: 13px;
    }
  
    .nw-port-chkup-chk-sec-icon i {
      font-size: 25px;
      margin-right: 10px;
    }
  
    .nw-port-chkup-chk-sec-link {
      font-size: 13px;
    }
  
    .nw-port-chkup-chk-hold {
      margin-right: 10px;
    }
  }
  
  /*New profitable check point*/
  @media (min-width:768px) and (max-width:1024px) {
    .nw-port-chkup-cont {
      width: 90%;
    }
  }
  
  
  
  /***********new pricing page****************/
  .vs-price-pg-title {
    font-size: 18px;
    line-height: 20px;
    margin: 10px auto;
  }
  
  .vs-pric-sec-outer {
    display: flex;
    margin: 0 auto;
    height: 80vh;
    justify-content: center;
  }
  
  .vs-pric-sec-inner {
    /*width:33%;*/
    width: 45%;
    margin: 0 10px;
    display: flex;
    height: 100%;
  }
  
  .vs-pric-sec {
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    -moz-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    position: relative;
    margin-bottom: 20px;
    padding: 10px 10px;
  }
  
  .vs-pric-sec-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 58vh;
  }
  
  @-moz-document url-prefix() {}
  
  .vs-pric-sec-h2 {
    color: #012e41;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0px;
  }
  
  .vs-pric-sec-h2 i {
    margin-right: 5px;
    margin-top: 3px;
    float: left;
  }
  
  .vs-pric-sec-p-deal {
    background-color: #E50003;
    color: #fff;
    padding: 3px 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    float: right;
    line-height: normal;
    border-radius: 2px;
  }
  
  .vs-pric-sec-p {
    font-size: 14px;
    font-weight: 600;
    color: #676767;
    margin-bottom: 10px;
    font-style: italic;
    line-height: 17px;
    max-width: 95%;
    min-height: 35px;
  }
  
  .vs-pric-sec-p-red {
    font-size: 13px;
    font-weight: 600;
    color: #DC0003;
    margin-bottom: 6px;
    font-style: italic;
    line-height: 18px;
  }
  
  .vs-pric-sec-getdtls-btn {
    background-color: #fff;
    outline: 0px;
    margin: 0 auto;
    display: block;
    border-radius: 3px;
    text-align: center;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    width: 100%;
    border: 1px solid #044574;
  }
  
  .vs-pric-sec-buy-btn {
    background-color: #ffc107;
    outline: 0px;
    margin: 0 auto;
    display: block;
    border-radius: 3px;
    text-align: center;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    width: 100%;
    border: 1px solid #ffc107;
  }
  
  .vs-pric-sec-getdtls-btn:hover,
  .vs-pric-sec-getdtls-btn:focus {
    outline: 0px;
  }
  
  .vs-pric-sec-buy-btn:hover,
  .vs-pric-sec-buy-btn:focus {
    outline: 0px;
  }
  
  .vs-pric-sec-tb {
    width: 100%;
    border-collapse: collapse;
    display: inline-table;
    color: #00212E;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  
  .vs-pric-sec-tb thead tr th {
    background-color: #244e5a;
    color: #fff;
  }
  
  .vs-pric-sec-tb th {
    padding: 5px;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #eaeaea;
    vertical-align: top;
    text-align: center;
    font-weight: 400;
  }
  
  .vs-pric-sec-tb td {
    padding: 5px;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #eaeaea;
    vertical-align: top;
  }
  
  .vs-pric-sec-tick-icon {
    font-size: 20px;
    font-weight: 600;
    padding: 0 5px;
    display: block;
    cursor: pointer;
  }
  
  .vs-pricing-green {
    color: #00B954
  }
  
  .vs-pricing-grey {
    color: #C5C5C5;
  }
  
  .vs-pric-sec-points {
    margin-bottom: 10px;
  }
  
  .vs-pric-sec-points h4 {
    font-size: 13px;
    font-weight: 600;
    display: block;
    line-height: 20px;
    margin-bottom: 8px;
    background-color: #E0E0E0;
    padding: 5px 5px;
  }
  
  .vs-pric-sec-points h4 i {
    margin-right: 7px;
    margin-top: 2px;
  }
  
  .vs-pric-sec-points p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 10px;
  }
  
  .vs-pric-sec-points ul {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  
  /*.vs-pric-sec-points ul li::before{content:'\2022';margin-right:6px;}*/
  .vs-pric-sec-points ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 6px;
    list-style-type: disc;
  }
  
  .vs-pric-sec-ft {
    display: flex;
    flex-flow: row nowrap;
    width: 94%;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
  }
  
  .vs-pric-sec-ft .vs-pric-sec-ft-left,
  .vs-pric-sec-ft .vs-pric-sec-ft-right {
    width: 48%;
  }
  
  
  @media (min-width:280px) and (max-width:767px) {
  
    /*new pricing page*/
    .vs-price-pg-title {
      font-size: 15px;
      line-height: 20px;
      margin: 10px auto;
    }
  
    .vs-pric-sec-outer {
      display: flow-root;
      height: auto;
    }
  
    .vs-pric-sec-inner {
      width: 100%;
      margin: 0 auto;
    }
  
    .vs-pric-sec-scroll {
      overflow-x: hidden;
      overflow-y: auto;
      max-height: inherit;
    }
  
    .vs-pric-sec-p {
      font-size: 13px;
      min-height: inherit;
    }
  
    .vs-pric-sec-p-red {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 4px;
    }
  
    .vs-pric-sec-points {
      margin-bottom: 10px;
    }
  
    .vs-pric-sec-points h4 {
      font-size: 13px;
      line-height: 17px;
      margin-bottom: 7px;
    }
  
    .vs-pric-sec-points p {
      font-size: 13px;
      line-height: 17px;
    }
  
    .vs-pric-sec-ft {
      width: 100%;
      position: relative;
      bottom: auto;
    }
  
  
  }
  
  @media (min-width:768px) and (max-width:1024px) {
  
    /*new pricing page*/
    .vs-price-pg-title {
      font-size: 15px;
      line-height: 20px;
      margin: 10px auto;
    }
  
    .vs-pric-sec-outer {
      display: flow-root;
      height: auto;
    }
  
    .vs-pric-sec-inner {
      width: 75%;
      margin: 0 auto;
    }
  
    .vs-pric-sec-scroll {
      overflow-x: hidden;
      overflow-y: auto;
      max-height: inherit;
    }
  
    .vs-pric-sec-p {
      font-size: 13px;
      min-height: inherit;
    }
  
    .vs-pric-sec-p-red {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 4px;
    }
  
    .vs-pric-sec-points {
      margin-bottom: 10px;
    }
  
    .vs-pric-sec-points h4 {
      font-size: 13px;
      line-height: 17px;
      margin-bottom: 7px;
    }
  
    .vs-pric-sec-points p {
      font-size: 13px;
      line-height: 17px;
    }
  
    .vs-pric-sec-ft {
      width: 100%;
      position: relative;
      bottom: auto;
    }
  }
  
  @media (min-width:1025px) and (max-width:1100px) {
  
    /*new pricing page*/
    .vs-pric-sec-h2 {
      font-size: 17px;
    }
  
    .vs-pric-sec-p {
      font-size: 13px;
      min-height: 52px;
    }
  }
  
  @media (min-width:1101px) and (max-width:1199px) {
  
    /*new pricing page*/
    .vs-pric-sec-h2 {
      font-size: 17px;
    }
  
    .vs-pric-sec-p {
      font-size: 13px;
      min-height: 52px;
    }
  }
  
  @media (min-width:1200px) and (max-width:1324px) {
  
    /*new pricing page*/
    .vs-pric-sec-h2 {
      font-size: 17px;
    }
  
    .vs-pric-sec-p {
      font-size: 13px;
      min-height: 52px;
    }
  }
  
  
  /*Equity Club*/
  .vsclub-eqt-cont {
    width: 75%;
    margin: 0.5% auto;
    padding: 30px;
    background: #fff;
    border: 1px solid #DDDDDD;
    color: #004662;
    /*-webkit-box-shadow: 0px 5px 20px 0px rgb(130 136 147 / 25%);
  -moz-box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
  box-shadow: 0px 5px 20px 0px rgb(130 136 147 / 25%);*/
  }
  
  .vsclub-eqt-highlight {
    color: #DFA600;
  }
  
  .vsclub-eqt-dash {
    width: 50px;
    height: 5px;
    background-color: #FF7D6A;
    display: block;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0px;
  }
  
  .vsclub-eqt-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .vsclub-eqt-cont h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
  }
  
  .vsclub-eqt-cont h2 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  
  .vsclub-eqt-profileimg {
    margin: 0 auto;
    text-align: center;
    display: block;
    border: 2px dashed #0374B3;
    padding: 5px;
    border-radius: 50%;
  }
  
  .vsclub-eqt-cont h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
  }
  
  .vsclub-eqt-cont p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
  }
  
  .vsclub-eqt-cont ul {
    margin-left: 35px;
  }
  
  .vsclub-eqt-cont li {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: justify;
    list-style-type: disc;
  }
  
  .vsclub-eqt-cont li:last-child {
    margin-bottom: 0px;
  }
  
  .vsclub-eqt-price-sec {
    background-color: #fff3cd;
    border: 2px dashed #F2D784;
    padding: 9px 10px 10px 10px;
    border-radius: 0.25rem;
    text-align: center;
  }
  
  .vsclub-eqt-price-sec p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  
  .vsclub-egt-btn {
    background-color: #FFBE00;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 50px;
    display: block;
    margin: 0 auto;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    line-height: normal;
    border: 1px solid #DFA600;
    border-radius: 30px;
    outline: none;
  }
  
  .vsclub-eqt-date {
    background-color: slategrey;
    display: block;
    width: 100%;
    padding: 5px 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 0.10rem;
  }
  
  
  
  @media (min-width:280px) and (max-width:767px) {
  
    /*Equity Club*/
    .vsclub-eqt-cont {
      width: 95%;
      padding: 15px;
    }
  
    .vsclub-eqt-dash {
      margin-top: 12px;
      margin-bottom: 18px;
    }
  
    .vsclub-eqt-margin {
      margin-top: 35px;
      margin-bottom: 45px;
    }
  
    .vsclub-eqt-cont h1 {
      font-size: 22px;
      line-height: 26px;
    }
  
    .vsclub-eqt-cont h2 {
      font-size: 23px;
      line-height: 27px;
      max-width: 85%;
    }
  
    .vsclub-eqt-cont h3 {
      font-size: 22px;
      line-height: 26px;
      font-weight: 500;
    }
  
    .vsclub-eqt-cont p {
      font-size: 16px;
      line-height: 24px;
    }
  
    .vsclub-eqt-cont ul {
      margin-left: 15px;
    }
  
    .vsclub-eqt-cont li {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 5px;
    }
  
    .vsclub-eqt-price-sec {
      padding: 8px 10px;
    }
  
    .vsclub-eqt-price-sec p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      max-width: 70%;
    }
  
    .vsclub-eqt-date {
      font-size: 16px;
      line-height: 24px;
    }
  }
  
  @media (min-width:768px) and (max-width:1024px) {
  
    /*Equity Club*/
    .vsclub-eqt-cont {
      width: 98%;
      padding: 20px;
    }
  
    .vsclub-eqt-dash {
      margin-top: 12px;
      margin-bottom: 18px;
    }
  
    .vsclub-eqt-margin {
      margin-top: 35px;
      margin-bottom: 45px;
    }
  
    .vsclub-eqt-cont h2 {
      font-size: 22px;
      line-height: 26px;
      max-width: 100%;
    }
  
    .vsclub-eqt-cont h3 {
      font-size: 24px;
      line-height: 28px;
      font-weight: 500;
    }
  
    .vsclub-eqt-cont p {
      font-size: 18px;
      line-height: 26px;
    }
  
    .vsclub-eqt-cont ul {
      margin-left: 15px;
    }
  
    .vsclub-eqt-cont li {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 5px;
    }
  
    .vsclub-eqt-price-sec {
      padding: 8px 10px;
    }
  
    .vsclub-eqt-price-sec p {
      font-size: 18px;
      line-height: 26px;
      font-weight: 500;
    }
  
    .vsclub-eqt-date {
      font-size: 18px;
      line-height: 26px;
    }
  }
  
  /*Strategylist Banner Equity Club*/
  .vs-strg-width {
    width: 65%;
  }
  
  .vs-equity-top-banner {
    margin: 0px;
    padding: 7px 5px;
    background-color: #455C9A;
    width: 100%;
    display: flow-root;
    margin-bottom: 8px;
  }
  
  .vs-equity-top-banner-top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  
  .vs-equity-top-banner-top h2 {
    color: #FFEA00;
    font-size: 25px;
    line-height: normal;
    font-weight: 700;
  }
  
  .vs-equity-top-banner-top h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
  }
  
  .vs-equity-top-banner h6 {
    color: #ffffff;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: left;
  }
  
  .vs-equity-top-banner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 30px;
    margin-left: 16px;
    margin-bottom: 5px;
  }
  
  .vs-equity-top-banner ul li {
    color: #ffffff;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    list-style-type: disc;
  }
  
  .vs-equity-top-banner a {
    background-color: #FFEA00;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    cursor: pointer;
    color: #000000;
    margin: 0px;
    padding: 3px 15px;
    float: right;
  }
  
  /*Strategylist Banner Nifty Club*/
  .vs-niftyclub-top-banner {
    margin: 0px;
    padding: 7px 5px;
    background-color: #097FA3;
    width: 100%;
    display: flow-root;
    margin-bottom: 8px;
  }
  
  .vs-niftyclub-top-banner-top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  
  .vs-niftyclub-top-banner-top h2 {
    color: #F6FF00;
    font-size: 25px;
    line-height: normal;
    font-weight: 700;
  }
  
  .vs-niftyclub-top-banner-top h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
  }
  
  .vs-niftyclub-top-banner h6 {
    color: #ffffff;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: left;
  }
  
  .vs-niftyclub-top-banner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 30px;
    margin-left: 16px;
    margin-bottom: 5px;
  }
  
  .vs-niftyclub-top-banner ul li {
    color: #ffffff;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    list-style-type: disc;
  }
  
  .vs-niftyclub-top-banner a {
    background-color: #F6FF00;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    cursor: pointer;
    color: #000000;
    margin: 0px;
    padding: 3px 15px;
    float: right;
  }
  
  .vs-strg-list-h2 {
    background-color: #e0e0e0;
    width: 100%;
    padding: 10px 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }
  
  .vs-strg-list-sec {
    border-radius: 3px;
    width: auto;
    padding: 5px;
    margin: 5px 5px;
    background-color: #ffffff;
    -webkit-box-shadow: -1px 2px 7px -4px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: -1px 2px 7px -4px rgba(0, 0, 0, 0.67);
    box-shadow: -1px 2px 7px -4px rgba(0, 0, 0, 0.67);
  }
  
  .vs-strg-list-sec-top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    column-gap: 15px;
  }
  
  .vs-strg-list-sec-top .vs-strg-list-sec-top-lf {
    width: 70%;
  }
  
  .vs-strg-list-sec-top .vs-strg-list-sec-top-rt {
    width: 30%;
  }
  
  .vs-strg-list-sec-top h2 {
    color: #0639B5;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 3px;
    text-decoration: underline;
  }
  
  .vs-strg-list-sec-top-btn {
    background-color: #ffc107;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    color: #004662;
    border-radius: 3px;
    float: right;
  }
  
  .vs-strg-list-sec-top .fadebtn {
    background-color: #f7e5ae !important;
    color: #adadad !important;
  }
  
  .vs-strag-list-mid {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  
  .vs-strag-list-mid .push {
    margin-left: auto;
  }
  
  .vs-strag-list-mid div {
    text-align: left;
    align-self: flex-end;
  }
  
  .vs-strag-list-mid div:nth-child(1) {
    width: 35%;
  }
  
  .vs-strag-list-mid .vs-strag-tb {
    text-align: left;
    width: 70%;
  }
  
  .vs-strag-list-mid p {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #4A4A4A;
  }
  
  .vs-strag-list-mid .green {
    color: #00812B;
    margin-bottom: 2px;
    font-size: 16px;
  }
  
  .vs-strag-list-mid .red {
    color: #B80508;
    margin-bottom: 2px;
    font-size: 16px;
  }
  
  .vs-strag-list-mid .blue {
    color: #0A4DCD;
    margin-bottom: 2px;
    font-size: 16px;
  }
  
  
  @media only screen and (min-device-width : 280px) and (max-device-width : 319px) {
  
    /*Strategylist Banner Equity Club*/
    .vs-strg-width {
      width: 100%;
    }
  
    .vs-equity-top-banner-top h2 {
      font-size: 13px;
    }
  
    .vs-equity-top-banner-top h3 {
      font-size: 12px;
    }
  
    .vs-equity-top-banner h6 {
      font-size: 11px;
      margin-top: 3px;
      margin-bottom: 3px;
    }
  
    .vs-equity-top-banner ul {
      gap: 2px 15px;
      margin-bottom: 2px;
      margin-left: 12px;
    }
  
    .vs-equity-top-banner ul li {
      font-size: 11px;
      line-height: 14px;
    }
  
    .vs-equity-top-banner a {
      font-size: 11px;
      padding: 3px 15px;
    }
  
    /*Strategylist Banner Nifty Club*/
    .vs-niftyclub-top-banner-top h2 {
      font-size: 13px;
    }
  
    .vs-niftyclub-top-banner-top h3 {
      font-size: 12px;
    }
  
    .vs-niftyclub-top-banner h6 {
      font-size: 11px;
      margin-top: 3px;
      margin-bottom: 3px;
    }
  
    .vs-niftyclub-top-banner ul {
      gap: 2px 15px;
      margin-bottom: 2px;
      margin-left: 12px;
    }
  
    .vs-niftyclub-top-banner ul li {
      font-size: 11px;
      line-height: 14px;
    }
  
    .vs-niftyclub-top-banner a {
      font-size: 11px;
      padding: 3px 15px;
    }
  
    .vs-strg-list-h2 {
      padding: 7px 10px;
      font-size: 14px;
    }
  
    .vs-strag-list-line-break {
      display: block;
    }
  
    .vs-strg-list-sec-top h2 {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 6px;
    }
  
    .vs-strg-list-sec-top-btn {
      padding: 3px 8px;
      font-size: 12px;
    }
  
    .vs-strag-list-mid div {
      text-align: center;
    }
  
    .vs-strag-list-mid .push {
      margin-left: inherit;
    }
  
    .vs-strag-list-mid div:nth-child(1) {
      width: 50%;
    }
  
    .vs-strag-list-mid .vs-strag-tb {
      text-align: center;
      width: 100%;
    }
  
    .vs-strag-list-mid p {
      font-size: 11px;
    }
  
    .vs-strag-list-mid .green {
      font-size: 14px;
    }
  
    .vs-strag-list-mid .red {
      font-size: 14px;
    }
  
    .vs-strag-list-mid .blue {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
    /*Strategylist Banner Equity Club*/
    .vs-strg-width {
      width: 100%;
    }
  
    .vs-equity-top-banner-top h2 {
      font-size: 15px;
    }
  
    .vs-equity-top-banner-top h3 {
      font-size: 13px;
    }
  
    .vs-equity-top-banner h6 {
      font-size: 11px;
      margin-top: 3px;
      margin-bottom: 3px;
    }
  
    .vs-equity-top-banner ul {
      gap: 2px 15px;
      margin-bottom: 2px;
      margin-left: 12px;
    }
  
    .vs-equity-top-banner ul li {
      font-size: 11px;
      line-height: 14px;
    }
  
    .vs-equity-top-banner a {
      font-size: 11px;
      padding: 3px 15px;
    }
  
    /*Strategylist Banner Nifty Club*/
    .vs-niftyclub-top-banner-top h2 {
      font-size: 15px;
    }
  
    .vs-niftyclub-top-banner-top h3 {
      font-size: 13px;
    }
  
    .vs-niftyclub-top-banner h6 {
      font-size: 11px;
      margin-top: 3px;
      margin-bottom: 3px;
    }
  
    .vs-niftyclub-top-banner ul {
      gap: 2px 15px;
      margin-bottom: 2px;
      margin-left: 12px;
    }
  
    .vs-niftyclub-top-banner ul li {
      font-size: 11px;
      line-height: 14px;
    }
  
    .vs-niftyclub-top-banner a {
      font-size: 11px;
      padding: 3px 15px;
    }
  
    .vs-strg-list-h2 {
      padding: 7px 10px;
      font-size: 14px;
    }
  
    .vs-strag-list-line-break {
      display: block;
    }
  
    .vs-strg-list-sec-top h2 {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 6px;
    }
  
    .vs-strg-list-sec-top-btn {
      padding: 3px 8px;
      font-size: 12px;
    }
  
    .vs-strag-list-mid div {
      text-align: center;
    }
  
    .vs-strag-list-mid .push {
      margin-left: inherit;
    }
  
    .vs-strag-list-mid div:nth-child(1) {
      width: 50%;
    }
  
    .vs-strag-list-mid .vs-strag-tb {
      text-align: center;
      width: 100%;
    }
  
    .vs-strag-list-mid p {
      font-size: 11px;
    }
  
    .vs-strag-list-mid .green {
      font-size: 14px;
    }
  
    .vs-strag-list-mid .red {
      font-size: 14px;
    }
  
    .vs-strag-list-mid .blue {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  
    /*Strategylist Banner Equity Club*/
    .vs-strg-width {
      width: 95%;
    }
  
    .vs-equity-top-banner-top h2 {
      font-size: 18px;
    }
  
    .vs-equity-top-banner-top h3 {
      font-size: 17px;
    }
  
    .vs-equity-top-banner h6 {
      font-size: 13px;
      margin-top: 3px;
      margin-bottom: 3px;
    }
  
    .vs-equity-top-banner ul {
      gap: 3px 25px;
      margin-bottom: 2px;
      margin-left: 12px;
    }
  
    .vs-equity-top-banner ul li {
      font-size: 13px;
      line-height: 19px;
    }
  
    .vs-equity-top-banner a {
      font-size: 12px;
      padding: 3px 15px;
    }
  
    /*Strategylist Banner Nifty Club*/
    .vs-niftyclub-top-banner-top h2 {
      font-size: 18px;
    }
  
    .vs-niftyclub-top-banner-top h3 {
      font-size: 17px;
    }
  
    .vs-niftyclub-top-banner h6 {
      font-size: 13px;
      margin-top: 3px;
      margin-bottom: 3px;
    }
  
    .vs-niftyclub-top-banner ul {
      gap: 3px 25px;
      margin-bottom: 2px;
      margin-left: 12px;
    }
  
    .vs-niftyclub-top-banner ul li {
      font-size: 13px;
      line-height: 19px;
    }
  
    .vs-niftyclub-top-banner a {
      font-size: 12px;
      padding: 3px 15px;
    }
  
    .vs-strag-list-mid div:nth-child(1) {
      width: 40%;
    }
  }
  
  /*Youtube videos start*/
  /*
  .vs-y-videos{width:100%;margin:0px;padding:0px;display:flex;flex-flow:row wrap;justify-content:flex-start;column-gap:2%;row-gap:23px;} 
  .vs-y-videos-sec{border:1px solid #d4d4d4;background-color:#ffffff;width:32%;height:auto;padding:10px;margin:0px;vertical-align:top; display:table;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);-moz-box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);} 
  .vs-y-videos-sec .youtube-player{}  
  .vs-y-videos-sec h2{font-size:16px;padding:0px;margin:0px;line-height:21px;color:#042c4e;text-transform:uppercase;margin-top:9px;margin-bottom:8px;font-weight:600;} 
  .vs-y-subscribe{width:100%;background-color:#f5f5f5;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;margin:20px 0px 0px 0px; padding:60px 10px;} 
  .vs-y-subscribe-img{width:24%;padding:0px;margin:0px;}
  .vs-y-subscribe-btn {background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%); margin:10px; padding:15px 35px; text-align:center; text-transform:uppercase; transition:0.5s; background-size:200% auto; color:#ffffff;-webkit-box-shadow:0 0 20px #eee;-moz-box-shadow:0 0 20px #eee;box-shadow:0 0 20px #eee;-webkit-border-radius:10px;-moz-border-radius:10px; border-radius:10px; display:block;font-size:15px;font-weight:600;}   
  .vs-y-subscribe-btn:hover {background-position: right center;color: #fff;text-decoration: none;}
  .vs-y-videos-social{margin:0px;padding:0px;display:none;justify-content:flex-start;flex-flow:row nowrap;column-gap:4%;align-items:center;} .vs-y-videos-social a{cursor:pointer;border:none;outline:none;}  
  .vs-y-videos-social li{list-style-type:none; color:#4A4A4A; font-size:14px; font-weight:400;} 
  .vs-y-videos-copylink{background-color:#f5f5f5; display:flex; flex-flow:row nowrap; justify-content:space-between; margin:6px 0px 0px 0px; padding:0px; width:100%;align-items:center;column-gap:0.8%; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;}
  .vs-y-videos-copylink input[type="text"]{width:inherit; border:none; outline:none; font-size:13px; line-height:normal; font-weight:400; color:#4A4A4A; padding:7px 4px; margin:0px; background-color:transparent;}
  .vs-y-videos-copylink .copybtn{background-color:transparent; font-size:16px; font-weight:600; line-height: normal; color:#1A65D8; margin:0px; padding:7px 10px; border:none; outline:none;}
  .vs-y-videos-copylink .copybtn:hover{background-color:#D1D1D1; cursor:pointer;} 
      
  @media only screen and (max-device-width:767px) {
  .vs-y-videos{flex-flow:column wrap;row-gap:20px;}
  .vs-y-videos-sec{width:100%;}
  .vs-y-videos-sec h2{font-size:14px;line-height:20px;}
  .vs-y-subscribe{flex-flow:column wrap;}
  .vs-y-subscribe-img{width:65%;}   
  }
  @media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  .vs-y-videos{flex-flow:row wrap;row-gap:20px;}
  .vs-y-videos-sec{width:49%;}
  .vs-y-videos-sec h2{font-size:14px;line-height:20px;}
  .vs-y-subscribe-img{width:35%;} 
  } 
  */
  /*Youtube videos End*/
  
  
  /*Start Diff Growth Strategy Home page*/
  .diff-grw-strategy {
    background-color: #fff;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
  
  .diff-grw-strategy-head {
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    padding: 7px 5px;
    background-color: #504b6f;
    color: #FFFFFF;
    text-align: center;
  }
  
  .grw-strategy-box {
    border: 1px solid #CFCFCF;
    width: 100%;
    padding: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  
  .grw-strategy-upper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .grw-strategy-upper .lf {width:80%;}
  
  .grw-strategy-upper .rt {
    text-align: center;
  }
  
  .grw-strategy-upper h2 {
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    margin-bottom: 4px;
    line-height: 19px;
    text-transform: capitalize;
  }
  
  .grw-strategy-upper h2 a {
    color: #0639B5;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .grw-strategy-upper h2 a:hover {
    color: #0639B5;
  }
  
  .grw-strategy-upper .strategy-btn {
    background-color: #ffc107;
    color: #000;
    padding: 5px 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
    line-height: 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
  }
  
  .grw-strategy-upper .strategy-link {
    padding: 0px;
    color: #0639B5;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0px 0px 0px;
    line-height: 18px;
    display: block;
  }
  
  .grw-strategy-upper .strategy-link:hover {
    color: #0639B5;
    text-decoration: underline;
  }
  
  .grw-strategy-upper .volatility {
    padding: 2px 3px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    display: inline-block;
    margin-bottom: 8px;
  }
  
  .volatility.red {
    background-color: #ffe7e4;
  }
  
  .volatility.yellow {
    background-color: #ffecbd;
  }
  
  .volatility.green {
    background-color: #dbffe3;
  }
  
  .grw-strategy-lower {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 4%;
  }
  
  .grw-strategy-lower p {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #4a4a4a;
    text-align: center;
  }
  
  .grw-strategy-lower p span {
    font-size: 15px;
    font-weight: 600;
    line-height: inherit;
    display: block;
    margin: 0px;
    padding: 0px;
    color: #0A4DCD;
  }
  
  .grw-strategy-lower .green {
    color: #00812B;
  }
  
  .grw-strategy-lower .red {
    color: #d42629;
  }
  
  .diff-grw-strategy-note {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    padding: 0px 10px;
    margin-top: 10px;
    color: #535353;
  }
  
  .diff-grw-strategy-note a {
    text-decoration: underline;
    color: #777777;
  }
  
  .diff-grw-strategy-note a:hover {
    text-decoration: underline;
  }
  
  @media only screen and (min-device-width : 280px) and (max-device-width : 319px) {
  
    /*Start Diff Growth Strategy Home page*/
    .diff-grw-strategy-head {
      font-size: 16px;
      padding: 7px 3px;
    }
  
    .grw-strategy-upper h2 {
      font-size: 13px;
    }
  .grw-strategy-upper .lf {width:65%;}
  
    .grw-strategy-upper .volatility {
      font-size: 12px;
    }
  
    .grw-strategy-upper .strategy-btn {
      padding: 4px 5px;
      font-size: 13px;
    }
  
    .grw-strategy-upper .strategy-link {
      margin: 7px 0px 7px 0px;
    }
  
    .grw-strategy-lower {
      column-gap: 2%;
      justify-content: space-between;
    }
  
    .grw-strategy-lower p {
      font-size: 11px;
      line-height: 12px;
    }
  
    .grw-strategy-lower p span {
      font-size: 13px;
      margin-bottom: 2px;
    }
  
    .diff-grw-strategy-note {
      font-size: 12px;
    }
  }
  
  @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
    /*Start Diff Growth Strategy Home page*/
    .diff-grw-strategy-head {
      font-size: 16px;
      padding: 7px 3px;
    }
  
    .grw-strategy-upper h2 {
      font-size: 15px;
    }
  .grw-strategy-upper .lf {width:65%;}
  
    .grw-strategy-upper .volatility {
      font-size: 12px;
    }
  
    .grw-strategy-upper .strategy-btn {
      padding: 5px 10px;
    }
  
    .grw-strategy-upper .strategy-link {
      margin: 7px 0px 7px 0px;
    }
  
    .grw-strategy-lower {
      column-gap: 3%;
      justify-content: space-between;
    }
  
    .grw-strategy-lower p {
      font-size: 11px;
      line-height: 12px;
    }
  
    .grw-strategy-lower p span {
      font-size: 13px;
      margin-bottom: 2px;
    }
  
    .diff-grw-strategy-note {
      font-size: 12px;
    }
  }
  
  @media only screen and (min-device-width : 481px) and (max-device-width : 767px) {
  
    /*Start Diff Growth Strategy Home page*/
    .diff-grw-strategy-head {
      font-size: 16px;
    }
  .grw-strategy-upper .lf {width:70%;}
  
    .diff-grw-strategy-note {
      font-size: 12px;
    }
  }
  
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  
    /*Start Diff Growth Strategy Home page*/
    .diff-grw-strategy-head {
      font-size: 16px;
      padding: 7px 3px;
    }
  
    .grw-strategy-upper h2 {
      font-size: 14px;
    }
  .grw-strategy-upper .lf {width:70%;}
  
    .grw-strategy-upper .volatility {
      font-size: 12px;
    }
  
    .grw-strategy-upper .strategy-btn {
      padding: 5px 10px;
    }
  
    .grw-strategy-upper .strategy-link {
      margin: 7px 0px 7px 0px;
    }
  
    .grw-strategy-lower {
      column-gap: 3%;
      justify-content: space-between;
    }
  
    .grw-strategy-lower p {
      font-size: 12px;
      line-height: 13px;
    }
  
    .grw-strategy-lower p span {
      font-size: 14px;
      margin-bottom: 2px;
    }
  }
  
  @media only screen and (min-device-width : 1025px) and (max-device-width : 1280px) {
  
    /*Start Diff Growth Strategy Home page*/
    .diff-grw-strategy-head {
      font-size: 16px;
      padding: 7px 3px;
    }
  
    .grw-strategy-upper h2 {
      font-size: 14px;
    }
  
    .grw-strategy-upper .volatility {
      font-size: 12px;
    }
  
    .grw-strategy-upper .strategy-btn {
      padding: 5px 10px;
    }
  
    .grw-strategy-upper .strategy-link {
      margin: 7px 0px 7px 0px;
    }
  
    .grw-strategy-lower p {
      font-size: 12px;
      line-height: 13px;
    }
  
    .grw-strategy-lower p span {
      font-size: 14px;
      margin-bottom: 2px;
    }
  }
  /*End Diff Growth Strategy Home page*/
  
  /*Start Diff Growth Strategy inside pages*/
  .grw-strategy-details-cont {
    width: 75%;
    margin: 1% auto;
    padding: 15px 20px;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
  }
  
  .grw-strategy-details-cont .pgname {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    padding: 8px 7px;
    margin: 0px;
    margin-bottom: 20px;
    background-color: #464648;
    color: #FFFFFF;
  }
  
  .grw-strategy-details-cont .pgname span {
    font-size: 13px;
    margin-left: 5px;
  }
  
  .grw-strategy-details-banner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  
  .grw-strategy-details-banner .lf {}
  
  .grw-strategy-details-banner .rt {
    padding-left: 30px;
  }
  
  .grw-strategy-details-banner .pfpic {
    width: 200px;
    border-radius: 10px;
    border: 1px solid #ffffff;
  }
  
  .grw-strategy-details-banner .rt h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
  }
  
  .grw-strategy-details-banner .rt h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
  }
  
  .grw-strategy-details-banner .rt .ptxt {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
    padding: 0px;
    margin: 0px;
  }
  
  .grw-strategy-details-banner-rt-sec {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    padding: 10px 0px;
    margin-bottom: 10px;
  }
  
  .grw-strategy-details-banner-rt-sec .lf {
    margin-right: 30px;
  }
  
  .grw-strategy-details-banner-rt-sec .mid {
    margin-right: 30px;
  }
  
  .grw-strategy-details-banner-rt-sec .rt {}
  
  .grw-strategy-details-banner-rt-sec p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
  }
  
  .grw-strategy-details-banner-rt-sec p span {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    display: block;
  }
  
  .grw-strategy-details-cap {
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    text-align: center;
    column-gap: 3%
  }
  
  .grw-strategy-details-cap .item {
    border: 0px solid #000;
  }
  
  .grw-strategy-details-cap .item span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #0A4DCD;
    padding: 0px;
    margin: 0px;
    display: block;
  }
  
  .grw-strategy-details-cap .item p {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    display: block;
  }
  
  .grw-strategy-details-cap .item .green {
    color: #00812B;
  }
  
  .grw-strategy-details-cap .item .red {
    color: #d42629;
  }
  
  .grw-strategy-invest-sec {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: center;
    margin-bottom: 25px
  }
  
  .grw-strategy-invest-sec .btn {
    background-color: #ffc107;
    padding: 10px 20px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    line-height: 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    width: 30%;
    text-decoration: none;
  }
  
  .grw-strategy-mid-sec {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  
  .grw-strategy-mid-sec h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-align: left;
  }
  
  .grw-strategy-mid-sec ul {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
  }
  
  .grw-strategy-mid-sec ul li {
    list-style-type: disc !important;
    text-align: justify;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
  
  .grw-strategy-mid-sec .ptxtdwn {
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    color: #8A8A8A;
    font-style: italic;
    padding: 0px;
    margin: 0px 0px 0px 20px;
  }
  
  .grw-strategy-mid-sec .ptxtdwn:hover {
    text-decoration: underline;
  }
  
  
  @media only screen and (min-device-width :280px) and (max-device-width : 319px) {
  
    /*Diff Growth Strategy inside page*/
    .grw-strategy-details-cont {
      width: 95%;
      padding: 10px 10px;
    }
  
    .grw-strategy-details-cont .pgname {
      font-size: 15px;
    }
  
    .grw-strategy-details-banner {
      flex-direction: column;
    }
  
    .grw-strategy-details-banner .rt {
      padding-left: 0px;
    }
  
    .grw-strategy-details-banner .pfpic {
      width: 150px;
      margin: 0 auto;
      display: block;
      margin-bottom: 10px;
    }
  
    .grw-strategy-details-banner .rt h4 {
      font-size: 12px;
      text-align: center;
    }
  
    .grw-strategy-details-banner .rt h2 {
      font-size: 20px;
      text-align: center;
    }
  
    .grw-strategy-details-banner .rt .ptxt {
      font-size: 12px;
      line-height: 18px;
    }
  
    .grw-strategy-details-banner-rt-sec {
      justify-content: space-between;
    }
  
    .grw-strategy-details-banner-rt-sec .lf {
      margin-right: 0px;
    }
  
    .grw-strategy-details-banner-rt-sec .mid {
      margin-right: 0px;
    }
  
    .grw-strategy-details-banner-rt-sec p {
      font-size: 11px;
      text-align: center;
      line-height: 12px;
    }
  
    .grw-strategy-details-banner-rt-sec p span {
      font-size: 12px;
      line-height: 14px;
    }
  
    .grw-strategy-details-cap {
      padding: 5px 3px;
      column-gap: 2%;
      justify-content: space-around;
    }
  
    .grw-strategy-details-cap .item {
      margin-bottom: 7px;
    }
  
    .grw-strategy-details-cap .item span {
      font-size: 13px;
      line-height: 13px;
      margin-bottom: 2px;
    }
  
    .grw-strategy-details-cap .item p {
      font-size: 11px;
      line-height: 12px;
      font-weight: 400;
    }
  
    .grw-strategy-invest-sec .btn {
      width: 100%;
    }
  
    .grw-strategy-mid-sec h2 {
      font-size: 18px;
    }
  
    .grw-strategy-mid-sec ul li {
      margin-bottom: 5px;
      font-size: 13px;
    }
  
    .grw-strategy-mid-sec .ptxtdwn {
      font-size: 13px;
    }
  }
  
  @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
    /*Diff Growth Strategy inside page*/
    .grw-strategy-details-cont {
      width: 95%;
      padding: 10px 10px;
    }
  
    .grw-strategy-details-cont .pgname {
      font-size: 18px;
    }
  
    .grw-strategy-details-banner {
      flex-direction: column;
    }
  
    .grw-strategy-details-banner .rt {
      padding-left: 0px;
    }
  
    .grw-strategy-details-banner .pfpic {
      width: 150px;
      margin: 0 auto;
      display: block;
      margin-bottom: 10px;
    }
  
    .grw-strategy-details-banner .rt h4 {
      font-size: 15px;
      text-align: center;
    }
  
    .grw-strategy-details-banner .rt h2 {
      font-size: 22px;
      text-align: center;
    }
  
    .grw-strategy-details-banner .rt .ptxt {
      font-size: 14px;
      line-height: 20px;
    }
  
    .grw-strategy-details-banner-rt-sec {
      justify-content: space-between;
    }
  
    .grw-strategy-details-banner-rt-sec .lf {
      margin-right: 0px;
    }
  
    .grw-strategy-details-banner-rt-sec .mid {
      margin-right: 0px;
    }
  
    .grw-strategy-details-banner-rt-sec p {
      font-size: 12px;
      text-align: center;
    }
  
    .grw-strategy-details-banner-rt-sec p span {
      font-size: 13px;
      line-height: 16px;
    }
  
    .grw-strategy-details-cap {
      padding: 7px 3px;
      column-gap: 4%;
      justify-content: space-around;
    }
  
    .grw-strategy-details-cap .item {
      margin-bottom: 10px;
    }
  
    .grw-strategy-details-cap .item span {
      font-size: 13px;
      line-height: 13px;
      margin-bottom: 2px;
    }
  
    .grw-strategy-details-cap .item p {
      font-size: 12px;
      line-height: 12px;
      font-weight: 400;
    }
  
    .grw-strategy-invest-sec .btn {
      width: 100%;
    }
  
    .grw-strategy-mid-sec h2 {
      font-size: 20px;
    }
  
    .grw-strategy-mid-sec ul li {
      margin-bottom: 5px;
      font-size: 14px;
    }
  
    .grw-strategy-mid-sec .ptxtdwn {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-device-width : 481px) and (max-device-width :767px) {
  
    /*Diff Growth Strategy inside page*/
    .grw-strategy-details-cont {
      width: 95%;
      padding: 10px 10px;
    }
  
    .grw-strategy-details-cont .pgname {
      font-size: 18px;
    }
  
    .grw-strategy-details-banner {
      flex-direction: column;
    }
  
    .grw-strategy-details-banner .rt {
      padding-left: 0px;
    }
  
    .grw-strategy-details-banner .pfpic {
      width: 150px;
      margin: 0 auto;
      display: block;
      margin-bottom: 10px;
    }
  
    .grw-strategy-details-banner .rt h4 {
      font-size: 15px;
      text-align: center;
    }
  
    .grw-strategy-details-banner .rt h2 {
      font-size: 22px;
      text-align: center;
    }
  
    .grw-strategy-details-banner .rt .ptxt {
      font-size: 14px;
      line-height: 20px;
    }
  
    .grw-strategy-details-banner-rt-sec {
      justify-content: space-between;
    }
  
    .grw-strategy-details-banner-rt-sec .lf {
      margin-right: 0px;
    }
  
    .grw-strategy-details-banner-rt-sec .mid {
      margin-right: 0px;
    }
  
    .grw-strategy-details-banner-rt-sec p {
      font-size: 12px;
      text-align: center;
    }
  
    .grw-strategy-details-banner-rt-sec p span {
      font-size: 15px;
      line-height: 16px;
    }
  
    .grw-strategy-details-cap {
      padding: 7px 3px;
      column-gap: 4%;
      justify-content: space-around;
    }
  
    .grw-strategy-details-cap .item {
      margin-bottom: 10px;
    }
  
    .grw-strategy-details-cap .item span {
      font-size: 13px;
      line-height: 13px;
      margin-bottom: 2px;
    }
  
    .grw-strategy-details-cap .item p {
      font-size: 12px;
      line-height: 12px;
      font-weight: 400;
    }
  
    .grw-strategy-invest-sec .btn {
      width: 100%;
    }
  
    .grw-strategy-mid-sec h2 {
      font-size: 20px;
    }
  
    .grw-strategy-mid-sec ul li {
      margin-bottom: 5px;
      font-size: 14px;
    }
  
    .grw-strategy-mid-sec .ptxtdwn {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  
    /*Diff Growth Strategy inside page*/
    .grw-strategy-details-cont {
      width: 95%;
      padding: 10px 10px;
    }
  
    .grw-strategy-details-cont .pgname {
      font-size: 18px;
    }
  
    .grw-strategy-details-banner {
      flex-direction: column;
    }
  
    .grw-strategy-details-banner .rt {
      padding-left: 0px;
    }
  
    .grw-strategy-details-banner .pfpic {
      width: 150px;
      margin: 0 auto;
      display: block;
      margin-bottom: 10px;
    }
  
    .grw-strategy-details-banner .rt h4 {
      font-size: 18px;
      text-align: center;
    }
  
    .grw-strategy-details-banner .rt h2 {
      font-size: 25px;
      text-align: center;
    }
  
    .grw-strategy-details-banner .rt .ptxt {
      font-size: 15px;
      line-height: 20px;
    }
  
    .grw-strategy-details-banner-rt-sec {
      justify-content: space-around;
    }
  
    .grw-strategy-details-banner-rt-sec .lf {
      margin-right: 0px
    }
  
    .grw-strategy-details-banner-rt-sec .mid {
      margin-right: 0px;
    }
  
    .grw-strategy-details-banner-rt-sec p {
      text-align: center;
    }
  
    .grw-strategy-details-banner-rt-sec p span {
      font-size: 15px;
      line-height: 16px;
    }
  
    .grw-strategy-details-cap {
      column-gap: 2%;
    }
  
    .grw-strategy-details-cap .item span {
      font-size: 15px;
      line-height: 16px;
      margin-bottom: 4px;
    }
  
    .grw-strategy-details-cap .item p {
      font-size: 13px;
      line-height: 14px;
    }
  
    .grw-strategy-invest-sec .btn {
      width: 45%;
    }
  
    .grw-strategy-mid-sec h2 {
      font-size: 20px;
    }
  
    .grw-strategy-mid-sec ul li {
      margin-bottom: 5px;
      font-size: 14px;
    }
  
    .grw-strategy-mid-sec .ptxtdwn {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-device-width : 1025px) and (max-device-width : 1280px) {
    .grw-strategy-details-cont {
      width: 95%;
      padding: 10px 10px;
    }
  }
  
  /*End Diff Growth Strategy inside pages*/
  
  
  
  /*Start New Fundamental NSE stock*/
  .vs-qb-newcode-topsrch-sec {
    width: 100%;
    background-color: #004fab;
    margin: 0px;
    padding: 10px 10px 20px 10px;
  }
  
  .vs-qb-newcode-topsrch-sec h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    padding: 0px;
    margin: 0px;
  }
  
  .vs-qb-newcode {
    width: 100%;
    padding: 10px;
    margin: 0px;
  }
  
  .vs-qb-newcode h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
  }
  
  .vs-qb-newcode h3 span {
    color: #039f7a;
    font-size: 17px;
  }
  
  .vs-qb-newcode h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
  }
  
  .vs-qb-newcode-tb th {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    vertical-align: top !important;
  }
  
  .vs-qb-newcode-tb td {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
  }
  
  .vs-qb-newcode-tb .txtblue {
    color: #003fb6;
  }
  
  .vs-qb-newcode-disctxt {
    font-size: 13px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    color: #6F6F6F;
    text-align: justify;
  }
  
  @media only screen and (min-device-width :280px) and (max-device-width : 767px) {
    .vs-qb-newcode-topsrch-sec h2 {
      font-size: 15px;
    }
  
    .vs-qb-newcode {
      padding: 5px;
    }
  
    .vs-qb-newcode h3 {
      font-size: 14px;
    }
  
    .vs-qb-newcode h3 span {
      font-size: 14px;
    }
  
    .vs-qb-newcode h2 {
      font-size: 13px;
    }
  
    .vs-qb-newcode-tb th {
      font-size: 13px;
    }
  
    .vs-qb-newcode-tb td {
      font-size: 13px;
    }
  
    .vs-qb-newcode-disctxt {
      font-size: 12px;
    }
  }
  
  @media only screen and (min-device-width :768px) and (max-device-width : 1024px) {
    .vs-qb-newcode h3 {
      font-size: 15px;
    }
  
    .vs-qb-newcode h3 span {
      font-size: 15px;
    }
  }
  
  @media (min-width:280px) and (max-width:300px) {
    .rslt-cal-srch-ul {
      width: 80%;
    }
  }
  
  @media (min-width:301px) and (max-width:350px) {
    .rslt-cal-srch-ul {
      width: 82%;
    }
  }
  
  @media (min-width:351px) and (max-width:400px) {
    .rslt-cal-srch-ul {
      width: 84%;
    }
  }
  
  @media (min-width:401px) and (max-width:450px) {
    .rslt-cal-srch-ul {
      width: 86%;
    }
  }
  
  @media (min-width:451px) and (max-width:500px) {
    .rslt-cal-srch-ul {
      width: 88%;
    }
  }
  
  @media (min-width:501px) and (max-width:550px) {
    .rslt-cal-srch-ul {
      width: 90%;
    }
  }
  
  @media (min-width:551px) and (max-width:767px) {
    .rslt-cal-srch-ul {
      width: 91%;
    }
  }
  
  @media (min-width:768px) and (max-width:1023px) {
    .rslt-cal-srch-ul {
      width: 86%;
    }
  }
  
  @media (min-width:1024px) and (max-width:1024px) {
    .rslt-cal-srch-ul {
      width: 90%;
    }
  }
  
  /*End New Fundamental NSE stock*/
  
  
  /* Start FnO stocks dropdown*/
  .vs-fno-drp-sec {
    display: flex;
    flex-flow: row nowrap;
    width: 45%;
    margin: 0 auto;
  }
  
  .vs-fno-drp-sec .div-fno-drp-item {
    width: 33%;
    border: 1px solid #ddd;
  }
  
  .vs-fno-drp-sec .div-fno-drp-item label {
    font-size: 15px;
  }
  
  .vs-sectorlist-dpdown {
    position: absolute;
    z-index: 100;
    background-color: #ffffff;
    padding: 10px 10px;
    width: 100%;
    left: 0px;
    max-height: 250px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    border-top: 0px;
  }
  
  .vs-drop-down-with-lbl01 {
    font-size: 15px;
    font-weight: 600;
  }
  
  .vs-drop-down-arrow01 {
    font-size: 30px;
    margin-left: 6px;
    margin-top: -2px
  }
  
  .vs-sectorlist-dpdown-div {
    display: table;
  }
  
  .vs-sectorlist-dpdown-input {
    float: left;
    margin-right: 6px;
  }
  
  .vs-sectorlist-dpdown-label {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    float: left;
    margin-top: -3px;
  }
  
  .vs-cust-sclbar {
    overflow-y: scroll;
  }
  
  .vs-cust-sclbar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    -webkit-overflow-scrolling: scroll;
  }
  
  .vs-cust-sclbar::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .vs-cust-sclbar::-webkit-scrollbar-thumb {
    background-color: #888888;
    border-radius: 20px;
  }
  
  .vs-sector-table-dropdown {
    display: table;
  }
  
  .vs-sector-table-dropdown-input {
    float: left;
    margin-right: 5px;
    margin-bottom: 12px;
  }
  
  .vs-sector-table-dropdown-label {
    float: left;
    margin-top: -3px;
  }
  
  @media screen and (max-width:1023px) {
    .vs-fno-drp-sec {
      width: 100%
    }
  
    .vs-drop-down-with-lbl01 {
      font-size: 13px;
    }
  
    .vs-drop-down-arrow01 {
      font-size: 25px;
      margin-top: 1px
    }
  }
  
  @media (min-width:280px) and (max-width:320px) {
    .vs-sectorlist-dpdown-label {
      font-size: 10px;
      line-height: 19px;
      margin-top: -3px;
    }
  
    .vs-fno-drp-sec .div-fno-drp-item label {
      font-size: 10px;
    }
  
    .vs-fno-drp-sec .div-fno-drp-item i {
      margin-top: -5px !important;
    }
  }
  
  @media (min-width:321px) and (max-width:400px) {
    .vs-sectorlist-dpdown-label {
      font-size: 12px;
      line-height: 19px;
      margin-top: -3px;
    }
  
    .vs-fno-drp-sec .div-fno-drp-item label {
      font-size: 11px;
    }
  
    .vs-fno-drp-sec .div-fno-drp-item i {
      margin-top: -5px !important;
    }
  }
  
  /* End FnO stocks dropdown*/
  
  
  /*Start sector analysis*/
  .vs-st-analys-modal {}
  
  .vs-st-analys-modal .modal-header {
    padding: 8px;
  }
  
  .vs-st-analys-modal .vs-st-analys-modal-title {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    max-width: 90%;
  }
  
  .vs-st-analys-modal .modal-body {
    padding: 5px 5px;
  }
  
  @media (min-width:280px) and (max-width:767px) {
    .vs-st-analys-modal .vs-st-analys-modal-title {
      font-size: 13px;
    }
  }
  
  /*End sector analysis*/
  
  /*Header Section Start */
  .vs-header {
    background: #f7bb1a;
    width: 100%;
    padding: 5px 10px 0px 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  
  .vs-header .push {
    margin-left: auto;
  }
  
  .vs-header .hamburger_icon {
    width: 25px;
    height: auto;
    display: block;
    margin: 0px 15px 0px 0px;
    padding: 0px;
    cursor: pointer;
  }
  
  .vs-header .vs-header-logo {
    outline: none;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    display: block;
    cursor: pointer;
  }
  
  .vs-header .vs-header-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    color: #004662;
  }
  
  .vs-header .vs-header-tag {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-style: italic;
    color: #a50303;
    font-weight: 500;
  }
  
  .vs-header .vs-header-title a {
    color: #004662;
    cursor: pointer;
    text-decoration: none;
  }
  
  .vs-header .header-top-icon {}
  
  .vs-header .header-top-icon ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
  }
  
  .vs-header .header-top-icon ul li {
    display: inline-block;
    background-color: inherit;
    padding-right: 12px;
  }
  
  .vs-header .header-top-icon ul li a {
    cursor: pointer;
  }
  
  .vs-header .header-top-icon ul li a:hover {
    color: #004662;
  }
  
  .vs-header .header-top-icon .icon-notif,
  .vs-header .header-top-icon .icon-srch,
  .vs-header .header-top-icon .icon-ph,
  .vs-header .header-top-icon .icon-home,
  .vs-header .header-top-icon .icon-video-play,
  .vs-header .header-top-icon .vs-head-call {
    font-size: 18px;
    color: #004662;
    font-weight: 400;
    line-height: normal;
  }
  
  @media screen and (min-width:1023px) {
    .vs-header .vs-onlymob {
      display: none !important;
    }
  }
  
  @media screen and (max-width:1023px) {
    .vs-header .vs-onlydkp {
      display: none !important;
    }
  }
  
  @media screen and (min-width:280px) and (max-width:320px) {
    .vs-header .hamburger_icon {
      width: 18px;
      margin: 0px 8px 0px 0px;
    }
  
    .vs-header .vs-header-logo {
     /* width: 50%;*/
      margin: 0px 5px 0px 0px;
    }
  
    .vs-header .vs-header-title {
      font-size: 15px;
      line-height: 15px;
    }
  
    .vs-header .vs-header-tag {
      font-size: 7px;
    }
  
    .vs-header .header-top-icon ul li {
      padding-right: 8px;
    }
  
    .vs-header .header-top-icon .icon-notif,
    .vs-header .header-top-icon .icon-srch,
    .vs-header .header-top-icon .icon-ph,
    .vs-header .header-top-icon .icon-home,
    .vs-header .header-top-icon .icon-video-play,
    .vs-header .header-top-icon .vs-head-call {
      font-size: 15px;
    }
  }
  
  @media screen and (min-width:321px) and (max-width:360px) {
    .vs-header .hamburger_icon {
      width: 20px;
      margin: 0px 10px 0px 0px;
    }
  
    .vs-header .vs-header-logo {
     /* width: 60%;*/
      margin: 0px 7px 0px 0px;
    }
  
    .vs-header .vs-header-title {
      font-size: 16px;
      line-height: 17px;
    }
  
    .vs-header .vs-header-tag {
      font-size: 9px;
    }
  
    .vs-header .header-top-icon ul li {
      padding-right: 9px;
    }
  
    .vs-header .header-top-icon .icon-notif,
    .vs-header .header-top-icon .icon-srch,
    .vs-header .header-top-icon .icon-ph,
    .vs-header .header-top-icon .icon-home,
    .vs-header .header-top-icon .icon-video-play,
    .vs-header .header-top-icon .vs-head-call {
      font-size: 16px;
    }
  }
  
  @media screen and (min-width:361px) and (max-width:413px) {
    .vs-header .hamburger_icon {
      width: 22px;
      margin: 0px 12px 0px 0px;
    }
  
    .vs-header .vs-header-logo {
     /* width: 60%;*/
      margin: 0px 9px 0px 0px;
    }
  
    .vs-header .vs-header-title {
      font-size: 17px;
      line-height: 19px;
    }
  
    .vs-header .vs-header-tag {
      font-size: 10px;
    }
  
    .tb th,
    .tb td {
      font-size: 13px;
    }
  }
  
  @media screen and (min-width:414px) and (max-width:767px) {
    .vs-header .hamburger_icon {
      width: 22px;
      margin: 0px 12px 0px 0px;
    }
  
    .vs-header .vs-header-logo {
     /* width: 90%;*/
      margin: 0px 9px 0px 0px;
    }
  
    .vs-header .vs-header-title {
      font-size: 18px;
      line-height: 20px;
    }
  
    .vs-header .vs-header-tag {
      font-size: 11px;
    }
  }
  
  /*Header Section End */
  
  .vs-ui-pad {
    margin: 0px 1%;
  }
  
  .vs-vport-height {
    min-height: 90vh;
  }
  
  @media screen and (max-width:767px) {
    .vs-ui-pad {
      margin: 0px 0%;
    }
  
    .vs-vport-height {
      min-height: 0vh;
    }
  }
  
  /*Title Bar Start*/
  .vs-titlebar-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0px
  }
  
  .vs-titlebar-sec-lf {
    width: 40%
  }
  
  .vs-titlebar-sec-lf .pg-title {
    text-align: left;
    margin: 0px;
    margin-left: 10px;
  }
  
  .vs-titlebar-sec-rt {
    width: 60%
  }
  
  /*Title Bar End*/
  /*Price Nav start */
  .vs-price-nav {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
  }
  
  .vs-price-nav .nw-port-chkup-top-h3 {
    font-size: 17px;
    margin-right: 0px;
  }
  
  .vs-price-nav .nw-port-chkup-top-dt {
    font-size: 11px;
  }
  
  .vs-price-nav .nw-port-chkup-top-val {
    font-size: 14px;
    margin: 2px 0px 0px 2px;
  }
  
  .vs-price-nav .vs-viewchart-link {
    font-size: 13px;
  }
  
  .vs-viewchart-link {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
  }
  
  /*Price Nav End */
  
  
  /*Start sort your stock*/
  .vs-popupSorting {
    width: auto;
    position: absolute;
    top: 0;
    z-index: 100;
    margin-top: 43px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #343a40;
  }
  
  .vs-popupSorting h5 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .vs-popupSorting-ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
  }
  
  .vs-popupSorting-ul li {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 13px;
  }
  
  .vs-popupSorting-ul li input[type="radio"] {
    margin-right: 7px;
    float: left;
    margin-top: 1px;
  }
  
  /*End sort your stock*/
  
  /*Start Watchlist*/
  .vs-my-watchlist {
    padding: 15px;
  }
  
  .vs-my-watchlist .sec-analysis {
    padding: 0px;
  }
  
  .vs-manage-watchlist {
    padding: 15px;
  }
  
  .vs-watchlist-delete {
    color: #ff5722;
    font-size: 25px;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
  }
  
  .vs-watchlist-btn-cust {
    padding: 3px 8px !important;
    font-size: 15px !important;
  }
  
  .vs-watchlist-indi-green {
    color: #03A479;
    font-weight: 600;
  }
  
  .vs-watchlist-indi-red {
    color: #FF1600;
    font-weight: 600;
  }
  
  @media screen and (max-width:767px) {
  
    .vs-my-watchlist,
    .vs-manage-watchlist {
      padding: 10px;
    }
  }
  
  /*End Watchlist*/
  
  /* Start Brokers list*/
  .vsown-scrl::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    -webkit-overflow-scrolling: scroll;
  }
  
  .vsown-scrl::-webkit-scrollbar:horizontal {
    -webkit-appearance: none;
    height: 7px;
    -webkit-overflow-scrolling: scroll;
  }
  
  .vsown-scrl::-webkit-scrollbar-track {
    background-color: #eee;
  }
  
  .vsown-scrl::-webkit-scrollbar-thumb {
    background-color: #888888;
    border-radius: 20px;
  }
  
  .vsown-scrl {
    scrollbar-color: #888888 #eee;
    scrollbar-width: thin;
  }
  
  .vsownoverlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 64%);
    z-index: 50;
    outline: none;
    overflow: hidden;
  }
  
  .vsbrkown-modal {
    position: absolute;
    margin: 0 auto;
    margin-top: 2%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 30%;
    max-height: 85%;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: rgb(26 27 28 / 20%) 0px 0px 20px 2px;
    animation: 0.2s modalopacity ease-out;
  }
  
  @keyframes modalopacity {
    0% {
      transform: scale(0.99, 0.99);
      opacity: 0.5;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 1;
    }
  }
  
  .vsbrkown-modalw {
    max-width: 50%;
  }
  
  .vsbrkown-modal-head {
    background-color: #f6f6f6;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .vsbrkown-modal-head h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #373737;
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-right: 25px;
  }
  
  .vsbrkown-modal-close {
    background-color: transparent;
    display: flex;
    padding: 7px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  
  .vsbrkown-modal-close:active {
    border: none;
    outline: none;
  }
  
  .vsbrkown-modal-close img {
    width: 12px;
    height: 12px;
  }
  
  .vsbrkown-modal-cont {
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    max-height: 90%;
    overflow: auto;
  }
  
  .broklist {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0px;
    justify-content: flex-start;
  }
  
  .broklist-item {
    width: 18%;
    padding: 0px;
    margin: 1%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 4px;
    /*background-color: #FAAAAB;*/
  }
  
  .broklist-item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  
  .broklist-item .brklogo {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
  }
  
  .broklist-item .brk-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #0A5C8F;
  }
  
  @media screen and (max-width:767px) {
    .vsbrkown-modalw {
      max-width: 95%;
    }
  
    .vsbrkown-modal {
      max-height: 98%;
    }
  
    .vsbrkown-modal-head h2 {
      font-size: 16px;
    }
  
    .broklist-item {
      width: 23%;
    }
  
    .broklist-item .brklogo {}
  
    .broklist-item .brk-name {}
  }
  
  @media screen and (min-width:768px) and (max-width:1023px) {
    .vsbrkown-modalw {
      max-width: 90%;
    }
  }
  
  /* End Brokers list*/
  
  
  /*Start New Footer Section*/
  .vs-nw-footer-allsec {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #c0cade;
  }
  
  .vs-nw-footer-address-sec {
    width: 33%;
  }
  
  .vs-nw-footer-address-sec .head {
    font-size: 15px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    text-align: left;
    color: #f7bb1a;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-address-sec .sub-head {
    font-size: 13px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-address-sec .txt {
    font-size: 13px;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-sebi-no-sec {
    width: 33%;
  }
  
  .vs-nw-footer-sebi-no-sec .head {
    font-size: 15px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    text-align: left;
    color: #f7bb1a;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-sebi-no-sec ul {
    margin: 0px;
    padding: 0px;
  }
  
  .vs-nw-footer-sebi-no-sec ul li {
    padding: 0px;
    font-size: 13px;
    line-height: 18px;
    margin: 0px 0px 5px 15px;
    font-weight: 400;
    text-align: left;
    list-style: disc !important;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-atten-sec {
    width: 33%;
    color: #c0cade;
  }
  
  .vs-nw-footer-atten-sec .head {
    font-size: 15px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    text-align: left;
    color: #f7bb1a;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-atten-sec .txt {
    font-size: 13px;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-discloser-sec {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    color: #c0cade;
  }
  
  .vs-nw-footer-discloser-sec .head {
    font-size: 15px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    text-align: left;
    color: #f7bb1a;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-discloser-sec .txt {
    font-size: 13px;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-copyright-sec {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    color: #c0cade;
  }
  
  .vs-nw-footer-copyright-sec .txt {
    font-size: 13px;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-implinks-sec {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .vs-nw-footer-implinks-sec .head {
    font-size: 15px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    text-align: left;
    color: #f7bb1a;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-implinks-sec ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  
  .vs-nw-footer-implinks-sec ul li {
    padding: 0px 12px 6px 0px;
    font-size: 13px;
    line-height: normal;
    margin-left: 15px;
    font-weight: 400;
    text-align: left;
    list-style: disc !important;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-implinks-sec ul li a {
    text-decoration: none;
    color: #c0cade;
    cursor: pointer;
  }
  
  .vs-nw-footer-implinks-sec ul li a:hover {
    text-decoration: underline;
  }
  
  .vs-nw-footer-top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .vs-nw-footer-socialm {
    width: 20%
  }
  
  .vs-nw-footer-socialm .head {
    font-size: 15px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    text-align: center;
    color: #f7bb1a;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-socialm ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  
  .vs-nw-footer-socialm ul li {
    font-size: 25px;
    line-height: normal;
    padding: 0px 7px;
  }
  
  .vs-nw-footer-socialm ul li a {
    color: #fff;
    cursor: pointer;
  }
  
  .vs-nw-footer-socialm ul li a:hover {
    color: #E69A0F
  }
  
  .vs-nw-footer-downapp {
    width: 20%
  }
  
  .vs-nw-footer-downapp .head {
    font-size: 15px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    text-align: center;
    color: #f7bb1a;
    letter-spacing: 0.6px;
  }
  
  .vs-nw-footer-downapp img {
    width: 130px;
    display: block;
    border: none;
    outline: none;
    margin: 0 auto;
  }
  
  @media screen and (max-width:1023px) {
    .vs-nw-footer-allsec {
      flex-flow: column nowrap;
      justify-content: flex-start;
      margin-bottom: 0px;
    }
  
    .vs-nw-footer-address-sec {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .vs-nw-footer-address-sec .head {
      font-size: 13px;
    }
  
    .vs-nw-footer-address-sec .sub-head {
      font-size: 12px;
    }
  
    .vs-nw-footer-address-sec .txt {
      font-size: 12px;
    }
  
    .vs-nw-footer-sebi-no-sec {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .vs-nw-footer-sebi-no-sec .head {
      font-size: 13px;
    }
  
    .vs-nw-footer-sebi-no-sec ul li {
      font-size: 12px;
    }
  
    .vs-nw-footer-atten-sec {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .vs-nw-footer-atten-sec .head {
      font-size: 13px;
    }
  
    .vs-nw-footer-atten-sec .txt {
      font-size: 12px;
    }
  
    .vs-nw-footer-discloser-sec .head {
      font-size: 13px;
    }
  
    .vs-nw-footer-discloser-sec .txt {
      font-size: 12px;
    }
  
    .vs-nw-footer-copyright-sec .txt {
      font-size: 12px;
    }
  
    .vs-nw-footer-implinks-sec .head {
      font-size: 13px;
    }
  
    .vs-nw-footer-implinks-sec ul {
      flex-flow: column wrap;
    }
  
    .vs-nw-footer-implinks-sec ul li {
      font-size: 12px;
    }
  
    .vs-nw-footer-top {
      justify-content: flex-start;
    }
  
    .vs-nw-footer-socialm {
      width: 50%
    }
  
    .vs-nw-footer-socialm .head {
      font-size: 13px;
      text-align: left;
    }
  
    .vs-nw-footer-socialm ul {
      justify-content: flex-start;
    }
  
    .vs-nw-footer-socialm ul li {
      font-size: 20px;
    }
  
    .vs-nw-footer-downapp {
      width: 50%
    }
  
    .vs-nw-footer-downapp .head {
      font-size: 13px;
      text-align: left;
    }
  
    .vs-nw-footer-downapp img {
      width: 110px;
      float: left;
    }
  }
  
  /*End New Footer Section*/
  
  /*Disclaimer Note*/
  .vs-nw-disclnote {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #a6160b;
    padding: 0px;
    margin: 0px;
  }
  
  @media screen and (max-width:767px) {
    .vs-nw-disclnote {
      font-size: 12px;
    }
  }
  
  
  /*-------nvt------*/
  .nvt-blinfo {
    margin: 15px auto;
  }
  
  .datepicker-controls .button {
    border: none;
  }
  
  @media screen and (max-width:767px) {
    .nvt-blinfo {
      width: 95%;
    }
  }
  
  @media screen and (min-width:768px) and (max-width:1024px) {
    .nvt-blinfo {
      width: 50%;
    }
  }
  
  @media screen and (min-width:1025px) {
    .nvt-blinfo {
      width: 25%;
    }
  }
  
  .nvt-broklist {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 10px;
    justify-content: center;
  }
  
  .nvt-broklist-item {
    width: 8%;
    padding: 0px;
    margin: 2%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.25rem;
  }
  
  .nvt-broklist-item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  
  .nvt-broklist-item .nvt-brklogo {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
  }
  
  .nvt-broklist-item .nvt-brk-name {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #363636;
  }
  
  @media screen and (max-width:767px) {
    .nvt-broklist-item {
      width: 30%;
    }
  
    .nvt-broklist-item .nvt-brklogo {
      width: 40px;
      height: 40px;
    }
  
    .nvt-broklist-item .nvt-brk-name {
      font-size: 14px;
    }
  }
  
  @media screen and (min-width:768px) and (max-width:1024px) {
    .nvt-broklist-item {
      width: 20%;
    }
  
    .nvt-broklist-item .nvt-brklogo {
      width: 40px;
      height: 40px;
    }
  
    .nvt-broklist-item .nvt-brk-name {
      font-size: 14px;
    }
  }
  
  .nvt-bkdls {
    margin: 15px auto;
  }
  
  @media screen and (max-width:767px) {
    .nvt-bkdls {
      width: 95%;
    }
  }
  
  @media screen and (min-width:768px) and (max-width:1024px) {
    .nvt-bkdls {
      width: 50%;
    }
  }
  
  @media screen and (min-width:1025px) {
    .nvt-bkdls {
      width: 25%;
    }
  }
  
  /*-------nvt------*/
  .nvt-blinfo {
    margin: 15px auto;
  }
  
  .datepicker-controls .button {
    border: none;
  }
  
  @media screen and (max-width:767px) {
    .nvt-blinfo {
      width: 95%;
    }
  }
  
  @media screen and (min-width:768px) and (max-width:1024px) {
    .nvt-blinfo {
      width: 50%;
    }
  }
  
  @media screen and (min-width:1025px) {
    .nvt-blinfo {
      width: 25%;
    }
  }
  
  .nvt-broklist {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 10px;
    justify-content: center;
  }
  
  .nvt-broklist-item {
    width: 8%;
    padding: 0px;
    margin: 2%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.25rem;
  }
  
  .nvt-broklist-item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  
  .nvt-broklist-item .nvt-brklogo {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
  }
  
  .nvt-broklist-item .nvt-brk-name {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #363636;
  }
  
  @media screen and (max-width:767px) {
    .nvt-broklist-item {
      width: 30%;
    }
  
    .nvt-broklist-item .nvt-brklogo {
      width: 40px;
      height: 40px;
    }
  
    .nvt-broklist-item .nvt-brk-name {
      font-size: 14px;
    }
  }
  
  @media screen and (min-width:768px) and (max-width:1024px) {
    .nvt-broklist-item {
      width: 20%;
    }
  
    .nvt-broklist-item .nvt-brklogo {
      width: 40px;
      height: 40px;
    }
  
    .nvt-broklist-item .nvt-brk-name {
      font-size: 14px;
    }
  }
  
  .nvt-bkdls {
    margin: 15px auto;
  }
  
  @media screen and (max-width:767px) {
    .nvt-bkdls {
      width: 95%;
    }
  }
  
  @media screen and (min-width:768px) and (max-width:1024px) {
    .nvt-bkdls {
      width: 50%;
    }
  }
  
  @media screen and (min-width:1025px) {
    .nvt-bkdls {
      width: 25%;
    }
  }
  
  .form-check-input {
    /*position: absolute;*/
    float: left;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    margin-right: 3px;
  }
  
  .pe-none {
    pointer-events: none;
  }
  
  
  /*
  ================================================================================
  AA CONSENT COMPONENT STYLES
  ================================================================================
  */
  
    .aa-consent-initiator {
        padding: 20px;
    }

    .auto-start-container {
        padding: 40px 20px;
    }

    .pulse-circle {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: linear-gradient(45deg, #007bff, #0056b3);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        animation: pulse-glow 2s infinite ease-in-out;
        box-shadow: 0 0 30px rgba(0, 123, 255, 0.3);
    }

    .pulse-circle i {
        color: white !important;
        animation: icon-float 3s infinite ease-in-out;
    }

    @keyframes pulse-glow {
        0%, 100% { 
            transform: scale(1);
            box-shadow: 0 0 30px rgba(0, 123, 255, 0.3);
        }
        50% { 
            transform: scale(1.05);
            box-shadow: 0 0 50px rgba(0, 123, 255, 0.6);
        }
    }

    @keyframes icon-float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
    }

    .countdown-display {
        margin: 15px 0;
    }

    #countdown-badge {
        font-size: 1rem;
        padding: 8px 16px;
    }

    .step-progress-container {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border-radius: 20px;
        padding: 30px;
        margin: 20px 0;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .steps-indicator {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        position: relative;
    }

    .steps-indicator::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 10%;
        right: 10%;
        height: 3px;
        background: linear-gradient(90deg, #dee2e6 0%, #007bff 50%, #dee2e6 100%);
        z-index: 1;
        border-radius: 2px;
    }

    .step-item {
        flex: 1;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .step-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 auto 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        transition: all 0.4s ease;
        position: relative;
    }

    .step-item.pending .step-icon {
        background: #e9ecef;
        color: #6c757d;
        border: 3px solid #dee2e6;
    }

    .step-item.active .step-icon {
        background: linear-gradient(135deg, #007bff, #0056b3);
        color: white;
        border: 3px solid #007bff;
        animation: pulse-active 2s infinite;
        box-shadow: 0 0 20px rgba(0, 123, 255, 0.4);
    }

    .step-item.completed .step-icon {
        background: linear-gradient(135deg, #28a745, #20c997);
        color: white;
        border: 3px solid #28a745;
        animation: bounce-completed 0.6s ease-out;
    }

    @keyframes pulse-active {
        0% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4); }
        70% { box-shadow: 0 0 0 15px rgba(0, 123, 255, 0); }
        100% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }
    }

    @keyframes bounce-completed {
        0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
        40% { transform: translateY(-10px); }
        60% { transform: translateY(-5px); }
    }

    .step-content {
        max-width: 140px;
        margin: 0 auto;
    }

    .step-title {
        font-weight: bold;
        font-size: 14px;
        color: #495057;
        margin-bottom: 8px;
    }

    .step-message {
        font-size: 12px;
        color: #6c757d;
        line-height: 1.4;
    }

    .step-item.active .step-title,
    .step-item.active .step-message {
        color: #007bff;
        font-weight: 600;
    }

    .step-item.completed .step-title {
        color: #28a745;
        font-weight: 600;
    }

    .current-step-status {
        border-top: 2px solid #007bff;
        padding-top: 25px;
        background: white;
        border-radius: 15px;
        padding: 25px;
        margin-top: 20px;
    }

    .step-heading {
        color: #007bff;
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 1.3rem;
    }

    .timer-container {
        position: relative;
    }

    .status-updates {
        margin-top: 20px;
    }

    .status-badge .badge {
        margin: 0 8px;
        font-size: 0.9em;
        padding: 8px 12px;
        border-radius: 20px;
    }

    .request-id {
        font-family: monospace;
    }

    .response-display pre {
        font-size: 0.85em;
        max-height: 300px;
        overflow-y: auto;
    }

    .aa-consent-timer {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    }

    .aa-consent-timer .timer-message {
        font-size: 18px;
        font-weight: 500;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .aa-consent-initiator {
            padding: 15px;
        }
        
        .auto-start-container {
            padding: 30px 15px;
        }
        
        .pulse-circle {
            width: 100px;
            height: 100px;
        }
        
        .pulse-circle i {
            font-size: 2.5rem !important;
        }
        
        .aa-consent-timer {
            padding: 25px;
        }
        
        .steps-indicator {
            flex-direction: column;
            gap: 20px;
        }
        
        .steps-indicator::before {
            display: none;
        }
        
        .step-content {
            max-width: none;
        }
    }
  
  
  /*
  ================================================================================
  STOCKS REVIEW PAGE STYLES
  ================================================================================
  */
  
  /* Enhanced Select Picker */
  .custom-select-picker {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    padding-right: 3rem;
  }
  
  /* Stats Cards */
  .stats-card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
  }
  
  .stats-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
  }
  
  /* Stock Tables */
  .stocks-table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .stocks-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    padding: 1rem 0.75rem;
  }
  
  .stocks-table td {
    padding: 1rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #f8f9fa;
  }
  
  .stocks-table tbody tr:hover {
    background: rgba(0, 123, 255, 0.05);
  }
  
  .stocks-table .stock-row.selected {
    background: #e3f2fd !important;
    border-left: 4px solid #2196f3;
  }
  
  /* Stock selection checkboxes */
  .stock-checkbox {
    width: 18px;
    height: 18px;
    accent-color: #007bff;
  }
  
  /* Depository specific styling */
  .depository-cdsl .card-header {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
  }
  
  .depository-nsdl .card-header {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: white;
  }
  
  /* Stock type badges */
  .badge-equity {
    background: #007bff;
    color: white;
  }
  
  .badge-mutual-funds {
    background: #28a745;
    color: white;
  }
  
  .badge-bonds {
    background: #ffc107;
    color: #212529;
  }
  
  /* Search and filter section */
  .search-filter-section .form-control {
    border-radius: 6px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
  }
  
  .search-filter-section .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .search-filter-section .input-group-text {
    background: #007bff;
    color: white;
    border: 2px solid #007bff;
  }
  
  /* Action buttons section */
  .action-buttons-section {
    background: white;
    border-top: 3px solid #007bff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .action-buttons-section .btn-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    padding: 1rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .action-buttons-section .btn-primary:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
  }
  
  /* Broker theme overrides for stocks page */
  .broker-bonanza .depository-cdsl .card-header,
  .broker-bonanza .action-buttons-section .btn-primary {
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%) !important;
  }
  
  .broker-bonanza .search-filter-section .input-group-text {
    background: #ff6b35 !important;
    border-color: #ff6b35 !important;
  }
  
  .broker-arihant .depository-cdsl .card-header,
  .broker-arihant .action-buttons-section .btn-primary {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%) !important;
  }
  
  .broker-arihant .search-filter-section .input-group-text {
    background: #e74c3c !important;
    border-color: #e74c3c !important;
  }
  
  .broker-chola .depository-cdsl .card-header,
  .broker-chola .action-buttons-section .btn-primary {
    background: linear-gradient(135deg, #27ae60 0%, #1e8449 100%) !important;
  }
  
  .broker-chola .search-filter-section .input-group-text {
    background: #27ae60 !important;
    border-color: #27ae60 !important;
  }
  
  .broker-utrade .depository-cdsl .card-header,
  .broker-utrade .action-buttons-section .btn-primary {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%) !important;
  }
  
  .broker-utrade .search-filter-section .input-group-text {
    background: #3498db !important;
    border-color: #3498db !important;
  }
  
  /* Loading states */
  .stocks-loading {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
  }
  
  .stocks-loading .spinner-border {
    width: 3rem;
    height: 3rem;
  }
  
  /* Empty states */
  .stocks-empty {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
  }
  
  .stocks-empty i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
  }
  
  /* Mobile specific styles for stocks page */
  @media (max-width: 768px) {
    .stocks-table {
      font-size: 0.85rem;
    }
    
    .stocks-table th,
    .stocks-table td {
      padding: 0.5rem 0.25rem;
    }
    
    .stats-card {
      margin-bottom: 1rem;
    }
    
    .stats-content h3 {
      font-size: 1.5rem;
    }
    
    .action-buttons-section .btn-primary {
      width: 100%;
      margin-top: 1rem;
    }
    
    .search-filter-section .col-md-2,
    .search-filter-section .col-md-3,
    .search-filter-section .col-md-4 {
      margin-bottom: 1rem;
    }
  }
  
  
  
  