main {
    display: block;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  code,
  pre {
    font-family: monospace, monospace;
  }
  
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    line-height: 1.15;
  }
  
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring,
  button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  [type="search"] {
    -webkit-appearance: textfield;
  }
  
  details {
    display: block;
  }
  
  .hero-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  
  .banner-cta {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }
  
  .ddkWzH {
    background: url(../assets.vakilsearch.com/live-images/website_revamp/yellowbanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  
  /*!sc*/
  @media (max-width: 768px) {
    .hero-banner {
      min-height: 100%;
    }
    .banner-cta {
      display: flex;
      justify-content: center;
    }
    .visible-xs {
      display: block !important;
    }
  }
  
  data-styled.g4[id="BannerBox-sc-80hs3l-0"] {
    content: "ddkWzH,";
  }
  
  [hidden] {
    display: none;
  }
  
  :root {
    --theme-blue: var(--yellow);
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #2e0c48;/*ffc107*/
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
  }
  
  *,
  :after,
  :before {
    box-sizing: border-box;
  }
  
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  main,
  nav,
  section {
    display: block;
  }
  
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
      Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
  }
  
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  p {
    margin-top: 0;
  }
  
  address,
  p {
    margin-bottom: 1rem;
  }
  
  address {
    font-style: normal;
    line-height: inherit;
  }
  
  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0;
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  
  blockquote {
    margin: 0 0 1rem;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  a {
    color: #007bff;
    background-color: transparent;
  }
  
  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  
  a:not([href]):not([class]),
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }
  
  code,
  pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
      Courier New, monospace;
    font-size: 1em;
  }
  
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }
  
  figure {
    margin: 0 0 1rem;
  }
  
  img {
    border-style: none;
  }
  
  img,
  svg {
    vertical-align: middle;
  }
  
  svg {
    overflow: hidden;
  }
  
  table {
    border-collapse: collapse;
  }
  
  th {
    text-align: inherit;
    text-align: -webkit-match-parent;
  }
  
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  
  button {
    border-radius: 0;
  }
  
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  
  button,
  input,
  select,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  [role="button"] {
    cursor: pointer;
  }
  
  select {
    word-wrap: normal;
  }
  
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    -webkit-appearance: button;
  }
  
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
  }
  
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
    resize: vertical;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  output {
    display: inline-block;
  }
  
  summary {
    display: list-item;
    cursor: pointer;
  }
  
  template {
    display: none;
  }
  
  [hidden] {
    display: none !important;
  }
  
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  
  .h1,
  h1 {
    font-size: 2.5rem;
  }
  
  .h2,
  h2 {
    font-size: 2rem;
  }
  
  .h3,
  h3 {
    font-size: 1.75rem;
  }
  
  .h4,
  h4 {
    font-size: 1.5rem;
  }
  
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  
  .h6,
  h6 {
    font-size: 1rem;
  }
  
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .small,
  small {
    font-size: 80%;
    font-weight: 400;
  }
  
  .mark,
  mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .figure {
    display: inline-block;
  }
  
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  
  .figure-caption {
    font-size: 90%;
    color: #6c757d;
  }
  
  code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
  }
  
  a > code {
    color: inherit;
  }
  
  pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
  }
  
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container,
    .container-sm {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
      max-width: 720px;
    }
    .visible-xs {
      display: none !important;
    }
  }
  
  @media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
      max-width: 1140px;
    }
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .row-cols-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  .row-cols-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  
  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .offset-1 {
    margin-left: 8.333333%;
  }
  
  .offset-2 {
    margin-left: 16.666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.333333%;
  }
  
  .offset-5 {
    margin-left: 41.666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.333333%;
  }
  
  .offset-8 {
    margin-left: 66.666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.333333%;
  }
  
  .offset-11 {
    margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .row-cols-sm-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .row-cols-sm-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .row-cols-sm-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .row-cols-sm-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .row-cols-sm-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
  
    .row-cols-sm-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-sm-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
  
    .col-sm-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-sm-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .col-sm-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-sm-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
  
    .col-sm-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-sm-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  
    .col-sm-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
  
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .offset-sm-0 {
      margin-left: 0;
    }
  
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
  
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
  
    .offset-sm-3 {
      margin-left: 25%;
    }
  
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
  
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
  
    .offset-sm-6 {
      margin-left: 50%;
    }
  
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
  
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
  
    .offset-sm-9 {
      margin-left: 75%;
    }
  
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
  
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .row-cols-md-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .row-cols-md-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .row-cols-md-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .row-cols-md-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .row-cols-md-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
  
    .row-cols-md-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-md-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
  
    .col-md-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-md-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .col-md-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-md-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
  
    .col-md-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-md-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  
    .col-md-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
  
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .offset-md-0 {
      margin-left: 0;
    }
  
    .offset-md-1 {
      margin-left: 8.333333%;
    }
  
    .offset-md-2 {
      margin-left: 16.666667%;
    }
  
    .offset-md-3 {
      margin-left: 25%;
    }
  
    .offset-md-4 {
      margin-left: 33.333333%;
    }
  
    .offset-md-5 {
      margin-left: 41.666667%;
    }
  
    .offset-md-6 {
      margin-left: 50%;
    }
  
    .offset-md-7 {
      margin-left: 58.333333%;
    }
  
    .offset-md-8 {
      margin-left: 66.666667%;
    }
  
    .offset-md-9 {
      margin-left: 75%;
    }
  
    .offset-md-10 {
      margin-left: 83.333333%;
    }
  
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .row-cols-lg-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .row-cols-lg-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .row-cols-lg-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .row-cols-lg-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .row-cols-lg-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
  
    .row-cols-lg-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-lg-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
  
    .col-lg-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-lg-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .col-lg-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-lg-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
  
    .col-lg-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-lg-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  
    .col-lg-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
  
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .offset-lg-0 {
      margin-left: 0;
    }
  
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
  
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
  
    .offset-lg-3 {
      margin-left: 25%;
    }
  
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
  
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
  
    .offset-lg-6 {
      margin-left: 50%;
    }
  
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
  
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
  
    .offset-lg-9 {
      margin-left: 75%;
    }
  
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
  
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .row-cols-xl-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .row-cols-xl-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .row-cols-xl-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .row-cols-xl-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .row-cols-xl-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
  
    .row-cols-xl-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-xl-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
  
    .col-xl-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-xl-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .col-xl-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-xl-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
  
    .col-xl-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-xl-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  
    .col-xl-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
  
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .offset-xl-0 {
      margin-left: 0;
    }
  
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
  
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
  
    .offset-xl-3 {
      margin-left: 25%;
    }
  
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
  
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
  
    .offset-xl-6 {
      margin-left: 50%;
    }
  
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
  
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
  
    .offset-xl-9 {
      margin-left: 75%;
    }
  
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
  
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
  
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
  }
  
  .table td,
  .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  
  .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  
  .table-bordered,
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6;
  }
  
  .table-bordered thead td,
  .table-bordered thead th {
    border-bottom-width: 2px;
  }
  
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-secondary,
  .table-secondary > td,
  .table-secondary > th {
    background-color: #d6d8db;
  }
  
  .table-secondary tbody + tbody,
  .table-secondary td,
  .table-secondary th,
  .table-secondary thead th {
    border-color: #b3b7bb;
  }
  
  .table-hover .table-secondary:hover,
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
  }
  
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .table-responsive > .table-bordered {
    border: 0;
  }
  
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
  }
  
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control:disabled,
  .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  
  input[type="date"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  
  .form-control-file,
  .form-control-range {
    display: block;
    width: 100%;
  }
  
  .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
  }
  
  .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
  }
  
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
  }
  
  .form-control-plaintext.form-control-lg,
  .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
  }
  
  .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  
  .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  select.form-control[multiple],
  select.form-control[size],
  textarea.form-control {
    height: auto;
  }
  
  .form-group {
    margin-bottom: 1rem;
  }
  
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  
  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
  }
  
  .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
  }
  
  .form-check-input:disabled ~ .form-check-label,
  .form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
  }
  
  .form-check-label {
    margin-bottom: 0;
  }
  
  .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
  }
  
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
  }
  
  .valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
  }
  
  .is-valid ~ .valid-tooltip,
  .was-validated :valid ~ .valid-tooltip {
    display: block;
  }
  
  .form-control.is-valid,
  .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .form-control.is-valid:focus,
  .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .was-validated textarea.form-control:valid,
  textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
      calc(0.375em + 0.1875rem);
  }
  
  .form-check-input.is-valid ~ .form-check-label,
  .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
  }
  
  .form-check-input.is-valid ~ .valid-tooltip,
  .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
  }
  
  .custom-control-input.is-valid ~ .custom-control-label,
  .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
  }
  
  .custom-control-input.is-valid ~ .custom-control-label:before,
  .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745;
  }
  
  .custom-control-input.is-valid:checked ~ .custom-control-label:before,
  .was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57;
  }
  
  .custom-control-input.is-valid:focus ~ .custom-control-label:before,
  .was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .custom-control-input.is-valid:focus:not(:checked)
    ~ .custom-control-label:before,
  .custom-file-input.is-valid ~ .custom-file-label,
  .was-validated
    .custom-control-input:valid:focus:not(:checked)
    ~ .custom-control-label:before,
  .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
  }
  
  .custom-file-input.is-valid:focus ~ .custom-file-label,
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
  }
  
  .is-invalid ~ .invalid-tooltip,
  .was-validated :invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .form-control.is-invalid,
  .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .form-control.is-invalid:focus,
  .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .was-validated textarea.form-control:invalid,
  textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
      calc(0.375em + 0.1875rem);
  }
  
  .form-check-input.is-invalid ~ .form-check-label,
  .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
  }
  
  .form-check-input.is-invalid ~ .invalid-tooltip,
  .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .custom-control-input.is-invalid ~ .custom-control-label,
  .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
  }
  
  .custom-control-input.is-invalid ~ .custom-control-label:before,
  .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545;
  }
  
  .custom-control-input.is-invalid:checked ~ .custom-control-label:before,
  .was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d;
  }
  
  .custom-control-input.is-invalid:focus ~ .custom-control-label:before,
  .was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label:before,
  .custom-file-input.is-invalid ~ .custom-file-label,
  .was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label:before,
  .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
  }
  
  .custom-file-input.is-invalid:focus ~ .custom-file-label,
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  
  .form-inline .form-check {
    width: 100%;
  }
  
  @media (min-width: 576px) {
    .form-inline label {
      justify-content: center;
    }
  
    .form-inline .form-group,
    .form-inline label {
      display: flex;
      align-items: center;
      margin-bottom: 0;
    }
  
    .form-inline .form-group {
      flex: 0 0 auto;
      flex-flow: row wrap;
    }
  
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
  
    .form-inline .form-control-plaintext {
      display: inline-block;
    }
  
    .form-inline .input-group {
      width: auto;
    }
  
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0;
    }
  
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0;
    }
  
    .form-inline .custom-control {
      align-items: center;
      justify-content: center;
    }
  
    .form-inline .custom-control-label {
      margin-bottom: 0;
    }
  }
  
  .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 700 !important;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.3s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  
  .btn:hover {
    color: #212529;
    text-decoration: none;
  }
  
  .btn.focus,
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .btn.disabled,
  .btn:disabled {
    opacity: 0.65;
  }
  
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  
  a.btn.disabled {
    pointer-events: none;
  }
  
  .btn-yellow {
    color: #fff !important;
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
  }
  
  .btn-yellow:hover {
    color: var(--yellow) !important;
    background-color: transparent !important;
    border-color: var(--yellow) !important;
  }
  
  .btn-white {
    color: var(--dark) !important;
    background-color: #fff !important;
    border-color: #fff !important;
  }
  
  .btn-white:hover {
    color: var(--light) !important;
    background-color: transparent !important;
    border-color: var(--light) !important;
    transform: translateY(-2px);
    box-shadow: 0px 1px 4px var(--light);
  }
  
  .btn-white:active{
    transform: translateY(0px);
  }
  
  .btn-outline-white {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
  }
  
  
  .btn-outline-white:hover {
    color: var(--dark) !important;
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: 0px 1px 4px var(--dark);
    transform: translateY(-2px);
  }
  
  .btn-outline-white:focus{
    transform: translateY(0px);
  }
  
  .btn-primary.focus,
  .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
  }
  
  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  
  .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-secondary.focus,
  .btn-secondary:focus,
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
  }
  
  .btn-secondary.focus,
  .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  }
  
  .btn-secondary.disabled,
  .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-secondary:not(:disabled):not(.disabled).active,
  .btn-secondary:not(:disabled):not(.disabled):active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
  }
  
  .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  }
  
  .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .btn-success.focus,
  .btn-success:focus,
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
  }
  
  .btn-success.focus,
  .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  }
  
  .btn-success.disabled,
  .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .btn-success:not(:disabled):not(.disabled).active,
  .btn-success:not(:disabled):not(.disabled):active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
  }
  
  .btn-success:not(:disabled):not(.disabled).active:focus,
  .btn-success:not(:disabled):not(.disabled):active:focus,
  .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  }
  
  .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-warning.focus,
  .btn-warning:focus,
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
  }
  
  .btn-warning.focus,
  .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }
  
  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-warning:not(:disabled):not(.disabled).active,
  .btn-warning:not(:disabled):not(.disabled):active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
  }
  
  .btn-warning:not(:disabled):not(.disabled).active:focus,
  .btn-warning:not(:disabled):not(.disabled):active:focus,
  .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }
  
  .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .btn-dark.focus,
  .btn-dark:focus,
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
  }
  
  .btn-dark.focus,
  .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  }
  
  .btn-dark.disabled,
  .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .btn-dark:not(:disabled):not(.disabled).active,
  .btn-dark:not(:disabled):not(.disabled):active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
  }
  
  .btn-dark:not(:disabled):not(.disabled).active:focus,
  .btn-dark:not(:disabled):not(.disabled):active:focus,
  .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  }
  
  .btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
  }
  
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .btn-outline-primary.focus,
  .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled).active,
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
  .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-outline-secondary.focus,
  .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  
  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
  }
  
  .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  
  .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
  }
  
  .btn-link:hover {
    color: #0056b3;
  }
  
  .btn-link.focus,
  .btn-link:focus,
  .btn-link:hover {
    text-decoration: underline;
  }
  
  .btn-link.disabled,
  .btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
  }
  
  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  .btn-block {
    display: block;
    width: 100%;
  }
  
  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
  
  input[type="button"].btn-block,
  input[type="reset"].btn-block,
  input[type="submit"].btn-block {
    width: 100%;
  }
  
  .fade {
    transition: opacity 0.15s linear;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  
  .fade:not(.show) {
    opacity: 0;
  }
  
  .collapse:not(.show) {
    display: none;
  }
  
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  
  .dropdown,
  .dropleft,
  .dropright,
  .dropup {
    position: relative;
  }
  
  .dropdown-toggle {
    white-space: nowrap;
  }
  
  .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  
  .dropdown-toggle:empty:after {
    margin-left: 0;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  
  @media (min-width: 576px) {
    .dropdown-menu-sm-left {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-sm-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 768px) {
    .dropdown-menu-md-left {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-md-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 992px) {
    .dropdown-menu-lg-left {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-lg-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 1200px) {
    .dropdown-menu-xl-left {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-xl-right {
      right: 0;
      left: auto;
    }
  }
  
  .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
  
  .dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
  }
  
  .dropup .dropdown-toggle:empty:after {
    margin-left: 0;
  }
  
  .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
  }
  
  .dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  
  .dropright .dropdown-toggle:empty:after {
    margin-left: 0;
  }
  
  .dropright .dropdown-toggle:after {
    vertical-align: 0;
  }
  
  .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  
  .dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
  }
  
  .dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  
  .dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
  }
  
  .dropleft .dropdown-toggle:before {
    vertical-align: 0;
  }
  
  .dropdown-menu[x-placement^="bottom"],
  .dropdown-menu[x-placement^="left"],
  .dropdown-menu[x-placement^="right"],
  .dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
  }
  
  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
  }
  
  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
  }
  
  .dropdown-menu.show {
    display: block;
  }
  
  .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
  }
  
  .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
  }
  
  .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
  
  .btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
  }
  
  .btn-group > .btn.active,
  .btn-group > .btn:active,
  .btn-group > .btn:focus,
  .btn-group > .btn:hover {
    z-index: 1;
  }
  
  .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .btn-toolbar .input-group {
    width: auto;
  }
  
  .btn-group > .btn-group:not(:first-child),
  .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
  }
  
  .btn-group > .btn-group:not(:last-child) > .btn,
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .btn-group > .btn-group:not(:first-child) > .btn,
  .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  
  .dropdown-toggle-split:after,
  .dropright .dropdown-toggle-split:after,
  .dropup .dropdown-toggle-split:after {
    margin-left: 0;
  }
  
  .dropleft .dropdown-toggle-split:before {
    margin-right: 0;
  }
  
  .btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  
  .input-group > .custom-file,
  .input-group > .form-control,
  .input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
  }
  
  .input-group > .custom-file + .custom-file,
  .input-group > .custom-file + .form-control,
  .input-group > .form-control + .custom-file,
  .input-group > .form-control + .form-control,
  .input-group > .form-control-plaintext + .custom-file,
  .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
  }
  
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
  .input-group > .form-control:focus {
    z-index: 3;
  }
  
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
  }
  
  .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group > .custom-file {
    display: flex;
    align-items: center;
  }
  
  .input-group > .custom-file:not(:last-child) .custom-file-label,
  .input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group-append,
  .input-group-prepend {
    display: flex;
  }
  
  .input-group-append .btn,
  .input-group-prepend .btn {
    position: relative;
    z-index: 2;
  }
  
  .input-group-append .btn:focus,
  .input-group-prepend .btn:focus {
    z-index: 3;
  }
  
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
  }
  
  .input-group-prepend {
    margin-right: -1px;
  }
  
  .input-group-append {
    margin-left: -1px;
  }
  
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  
  .input-group-text input[type="checkbox"],
  .input-group-text input[type="radio"] {
    margin-top: 0;
  }
  
  .input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child),
  .input-group > .input-group-append:not(:last-child) > .btn,
  .input-group > .input-group-append:not(:last-child) > .input-group-text,
  .input-group > .input-group-prepend > .btn,
  .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group > .input-group-append > .btn,
  .input-group > .input-group-append > .input-group-text,
  .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  .input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child),
  .input-group > .input-group-prepend:not(:first-child) > .btn,
  .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  
  .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
  }
  
  .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
  }
  
  .custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
  }
  
  .custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff;
  }
  
  .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
  }
  
  .custom-control-input:disabled ~ .custom-control-label,
  .custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
  }
  
  .custom-control-input:disabled ~ .custom-control-label:before,
  .custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef;
  }
  
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
  }
  
  .custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
  }
  
  .custom-control-label:after,
  .custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
  }
  
  .custom-control-label:after {
    background: no-repeat 50%/50% 50%;
  }
  
  .custom-file {
    display: inline-block;
    margin-bottom: 0;
  }
  
  .custom-file,
  .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
  }
  
  .custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
  }
  
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .custom-file-input:disabled ~ .custom-file-label,
  .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
  }
  
  .custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
  }
  
  .custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse);
  }
  
  .custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  
  .custom-file-label,
  .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
  }
  
  .custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
  }
  
  .custom-control-label:before,
  .custom-file-label {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label {
      transition: none;
    }
  }
  
  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  
  .nav-link:focus,
  .nav-link:hover {
    text-decoration: none;
  }
  
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }
  
  .tab-content > .tab-pane {
    display: none;
  }
  
  .tab-content > .active {
    display: block;
  }
  
  .navbar {
    position: relative;
    padding: 0.5rem 1rem;
  }
  
  .navbar,
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-lg,
  .navbar .container-md,
  .navbar .container-sm,
  .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  
  .navbar-brand:focus,
  .navbar-brand:hover {
    text-decoration: none;
  }
  
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  
  .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
  }
  
  @media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 576px) {
    .navbar-expand-sm {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
  
    .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }
  
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap;
    }
  
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
  
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  }
  
  @media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
    .banner_reviews_box .banner_reviews .review_img{
      width: 10rem;
    }
  }
  
  @media (min-width: 768px) {
    .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
  
    .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }
  
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap;
    }
  
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
  
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
  }
  
  @media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
  
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
  
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap;
    }
  
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
  
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  
  @media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
  
    .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }
  
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap;
    }
  
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
  
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
  }
  
  .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-md,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  
  .navbar-expand .navbar-nav {
    flex-direction: row;
  }
  
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  
  .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-md,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap;
  }
  
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  
  .navbar-expand .navbar-toggler {
    display: none;
  }
  
  .navbar-light .navbar-brand,
  .navbar-light .navbar-brand:focus,
  .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:focus,
  .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-dark .navbar-brand,
  .navbar-dark .navbar-brand:focus,
  .navbar-dark .navbar-brand:hover {
    color: #fff;
  }
  
  .navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
  }
  
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
  }
  
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
  }
  
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
  }
  
  .navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
  }
  
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  .navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
  }
  
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:focus,
  .navbar-dark .navbar-text a:hover {
    color: #fff;
  }
  
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  
  .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  }
  
  .card-title {
    margin-bottom: 0.75rem;
  }
  
  .card-subtitle {
    margin-top: -0.375rem;
  }
  
  .card-subtitle,
  .card-text:last-child {
    margin-bottom: 0;
  }
  
  .card-link:hover {
    text-decoration: none;
  }
  
  .card-link + .card-link {
    margin-left: 1.25rem;
  }
  
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  
  .card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
  }
  
  .card-header-pills,
  .card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-bottom,
  .card-img-top {
    flex-shrink: 0;
    width: 100%;
  }
  
  .card-img,
  .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  
  .card-deck .card {
    margin-bottom: 15px;
  }
  
  @media (min-width: 576px) {
    .card-deck {
      display: flex;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
  
    .card-deck .card {
      flex: 1 0;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }
  
  .card-group > .card {
    margin-bottom: 15px;
  }
  
  @media (min-width: 576px) {
    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
  
    .card-group > .card {
      flex: 1 0;
      margin-bottom: 0;
    }
  
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
  
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
      border-top-right-radius: 0;
    }
  
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
      border-bottom-right-radius: 0;
    }
  
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
      border-top-left-radius: 0;
    }
  
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
      border-bottom-left-radius: 0;
    }
  }
  
  .card-columns .card {
    margin-bottom: 0.75rem;
  }
  
  @media (min-width: 576px) {
    .card-columns {
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      grid-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
  
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }
  
  .accordion {
    overflow-anchor: none;
  }
  
  .accordion > .card {
    overflow: hidden;
  }
  
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
  }
  
  .breadcrumb {
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  
  .breadcrumb,
  .breadcrumb-item {
    display: flex;
  }
  
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
  }
  
  .breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
  }
  
  .breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
  }
  
  .breadcrumb-item.active {
    color: #6c757d;
  }
  
  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }
  
  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
  }
  
  .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    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;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none;
    }
  }
  
  a.badge:focus,
  a.badge:hover {
    text-decoration: none;
  }
  
  .badge:empty {
    display: none;
  }
  
  .btn .badge {
    position: relative;
    top: -1px;
  }
  
  .badge-secondary {
    color: #fff;
    background-color: #6c757d;
  }
  
  a.badge-secondary:focus,
  a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
  }
  
  a.badge-secondary.focus,
  a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  
  .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
  }
  
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem;
    }
  }
  
  .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
  }
  
  .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .alert-heading {
    color: inherit;
  }
  
  .alert-link {
    font-weight: 700;
  }
  
  .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
  }
  
  .alert-secondary hr {
    border-top-color: #c8cbcf;
  }
  
  .alert-secondary .alert-link {
    color: #202326;
  }
  
  @-webkit-keyframes progress-bar-stripes {
    0% {
      background-position: 1rem 0;
    }
  
    to {
      background-position: 0 0;
    }
  }
  
  @keyframes progress-bar-stripes {
    0% {
      background-position: 1rem 0;
    }
  
    to {
      background-position: 0 0;
    }
  }
  
  .progress {
    height: 1rem;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  
  .progress,
  .progress-bar {
    display: flex;
    overflow: hidden;
  }
  
  .progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none;
    }
  }
  
  .media {
    display: flex;
    align-items: flex-start;
  }
  
  .media-body {
    flex: 1 1;
  }
  
  .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
  }
  
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  
  .list-group-item.disabled,
  .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
  }
  
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .list-group-item + .list-group-item {
    border-top-width: 0;
  }
  
  .list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
  }
  
  .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
  }
  
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
  }
  
  .close:hover {
    color: #000;
    text-decoration: none;
  }
  
  .close:not(:disabled):not(.disabled):focus,
  .close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
  }
  
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  
  a.close.disabled {
    pointer-events: none;
  }
  
  .toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
  }
  
  .toast:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  
  .toast.showing {
    opacity: 1;
  }
  
  .toast.show {
    display: block;
    opacity: 1;
  }
  
  .toast.hide {
    display: none;
  }
  
  .toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  
  .toast-body {
    padding: 0.75rem;
  }
  
  .modal-open {
    overflow: hidden;
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  
  .modal.show .modal-dialog {
    transform: none;
  }
  
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
  }
  
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  
  .modal-dialog-scrollable .modal-footer,
  .modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
  }
  
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
  }
  
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
  }
  
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  
  .modal-footer > * {
    margin: 0.25rem;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
  
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
  
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
  
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
  
    .modal-dialog-centered:before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content;
    }
  
    .modal-sm {
      max-width: 300px;
    }
  }
  
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px;
    }
  }
  
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }
  
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
      Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
  }
  
  .tooltip.show {
    opacity: 0.9;
  }
  
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  
  .tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-tooltip-auto[x-placement^="top"],
  .bs-tooltip-top {
    padding: 0.4rem 0;
  }
  
  .bs-tooltip-auto[x-placement^="top"] .arrow,
  .bs-tooltip-top .arrow {
    bottom: 0;
  }
  
  .bs-tooltip-auto[x-placement^="top"] .arrow:before,
  .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
  }
  
  .bs-tooltip-auto[x-placement^="right"],
  .bs-tooltip-right {
    padding: 0 0.4rem;
  }
  
  .bs-tooltip-auto[x-placement^="right"] .arrow,
  .bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  
  .bs-tooltip-auto[x-placement^="right"] .arrow:before,
  .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
  }
  
  .bs-tooltip-auto[x-placement^="bottom"],
  .bs-tooltip-bottom {
    padding: 0.4rem 0;
  }
  
  .bs-tooltip-auto[x-placement^="bottom"] .arrow,
  .bs-tooltip-bottom .arrow {
    top: 0;
  }
  
  .bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
  .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
  }
  
  .bs-tooltip-auto[x-placement^="left"],
  .bs-tooltip-left {
    padding: 0 0.4rem;
  }
  
  .bs-tooltip-auto[x-placement^="left"] .arrow,
  .bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  
  .bs-tooltip-auto[x-placement^="left"] .arrow:before,
  .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
  }
  
  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
  }
  
  .popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
      Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
  }
  
  .popover,
  .popover .arrow {
    position: absolute;
    display: block;
  }
  
  .popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
  }
  
  .popover .arrow:after,
  .popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-popover-auto[x-placement^="top"],
  .bs-popover-top {
    margin-bottom: 0.5rem;
  }
  
  .bs-popover-auto[x-placement^="top"] > .arrow,
  .bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
  }
  
  .bs-popover-auto[x-placement^="top"] > .arrow:before,
  .bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-auto[x-placement^="top"] > .arrow:after,
  .bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
  }
  
  .bs-popover-auto[x-placement^="right"],
  .bs-popover-right {
    margin-left: 0.5rem;
  }
  
  .bs-popover-auto[x-placement^="right"] > .arrow,
  .bs-popover-right > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  
  .bs-popover-auto[x-placement^="right"] > .arrow:before,
  .bs-popover-right > .arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-auto[x-placement^="right"] > .arrow:after,
  .bs-popover-right > .arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
  }
  
  .bs-popover-auto[x-placement^="bottom"],
  .bs-popover-bottom {
    margin-top: 0.5rem;
  }
  
  .bs-popover-auto[x-placement^="bottom"] > .arrow,
  .bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
  }
  
  .bs-popover-auto[x-placement^="bottom"] > .arrow:before,
  .bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-auto[x-placement^="bottom"] > .arrow:after,
  .bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
  }
  
  .bs-popover-auto[x-placement^="bottom"] .popover-header:before,
  .bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
  }
  
  .bs-popover-auto[x-placement^="left"],
  .bs-popover-left {
    margin-right: 0.5rem;
  }
  
  .bs-popover-auto[x-placement^="left"] > .arrow,
  .bs-popover-left > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  
  .bs-popover-auto[x-placement^="left"] > .arrow:before,
  .bs-popover-left > .arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-auto[x-placement^="left"] > .arrow:after,
  .bs-popover-left > .arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
  }
  
  .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  
  .popover-header:empty {
    display: none;
  }
  
  .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
  }
  
  .carousel,
  .carousel-inner {
    position: relative;
  }
  
  .carousel-inner {
    width: 100%;
    overflow: hidden;
  }
  
  .carousel-inner:after {
    display: block;
    clear: both;
    content: "";
  }

  .carousel-inner .item p{
    font-size: 20px;
    padding: 15px 30px;
  }
  
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none;
    }
  }
  
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: block;
  }
  
  .active.carousel-item-right,
  .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
  }
  
  .active.carousel-item-left,
  .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
  }
  
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right,
  .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
  }
  
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none;
    }
  }
  
  .carousel-control-next,
  .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
      transition: none;
    }
  }
  
  .carousel-control-next:focus,
  .carousel-control-next:hover,
  .carousel-control-prev:focus,
  .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  
  .carousel-control-prev {
    left: 0;
  }
  
  .carousel-control-next {
    right: 0;
  }
  
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
  }
  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
  }
  
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
  }
  
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
      transition: none;
    }
  }
  
  .carousel-indicators .active {
    opacity: 1;
  }
  
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  
  @-webkit-keyframes spinner-border {
    to {
      transform: rotate(1turn);
    }
  }
  
  @keyframes spinner-border {
    to {
      transform: rotate(1turn);
    }
  }
  
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
  }
  
  .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
  }
  
  @keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
  
    50% {
      opacity: 1;
      transform: none;
    }
  }
  
  .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
  }
  
  .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
  }
  
  .bg-theme{
    background-color: var(--yellow);
  }
  
  .bg-secondary {
    background-color: #6c757d !important;
  }
  
  a.bg-secondary:focus,
  a.bg-secondary:hover,
  button.bg-secondary:focus,
  button.bg-secondary:hover {
    background-color: #545b62 !important;
  }
  
  .bg-success {
    background-color: #28a745 !important;
  }
  
  a.bg-success:focus,
  a.bg-success:hover,
  button.bg-success:focus,
  button.bg-success:hover {
    background-color: #1e7e34 !important;
  }
  
  .bg-warning {
    background-color: #ffc107 !important;
  }
  
  a.bg-warning:focus,
  a.bg-warning:hover,
  button.bg-warning:focus,
  button.bg-warning:hover {
    background-color: #d39e00 !important;
  }
  
  .bg-danger {
    background-color: #dc3545 !important;
  }
  
  a.bg-danger:focus,
  a.bg-danger:hover,
  button.bg-danger:focus,
  button.bg-danger:hover {
    background-color: #bd2130 !important;
  }
  
  .bg-light {
    background-color: #f8f9fa !important;
  }
  
  a.bg-light:focus,
  a.bg-light:hover,
  button.bg-light:focus,
  button.bg-light:hover {
    background-color: #dae0e5 !important;
  }
  
  .bg-white {
    background-color: #fff !important;
  }
  
  .border {
    border: 1px solid #dee2e6 !important;
  }
  
  .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
  
  .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
  
  .border-0 {
    border: 0 !important;
  }
  
  .border-top-0 {
    border-top: 0 !important;
  }
  
  .border-primary {
    border-color: #007bff !important;
  }
  
  .border-secondary {
    border-color: #6c757d !important;
  }
  
  .border-success {
    border-color: #28a745 !important;
  }
  
  .border-danger {
    border-color: #dc3545 !important;
  }
  
  .border-dark {
    border-color: #343a40 !important;
  }
  
  .rounded {
    border-radius: 0.25rem !important;
  }
  
  .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  
  .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  
  .rounded-lg {
    border-radius: 0.3rem !important;
  }
  
  .rounded-circle {
    border-radius: 50% !important;
  }
  
  .rounded-pill {
    border-radius: 50rem !important;
  }
  
  .rounded-0 {
    border-radius: 0 !important;
  }
  
  .clearfix:after {
    display: block;
    clear: both;
    content: "";
  }
  
  .d-none {
    display: none !important;
  }
  
  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-flex {
    display: flex !important;
  }
  
  .d-inline-flex {
    display: inline-flex !important;
  }
  
  @media (min-width: 576px) {
    .d-sm-block {
      display: block !important;
    }
  }
  
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
  
    .d-md-block {
      display: block !important;
    }
  }
  
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
  
    .d-lg-block {
      display: block !important;
    }
  
    .d-lg-flex {
      display: flex !important;
    }
  }
  
  @media (min-width: 1200px) {
    .d-xl-flex {
      display: flex !important;
    }
  }
  
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  
  .embed-responsive:before {
    display: block;
    content: "";
  }
  
  .embed-responsive embed,
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .flex-row {
    flex-direction: row !important;
  }
  
  .flex-column {
    flex-direction: column !important;
  }
  
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  
  .flex-grow-1 {
    flex-grow: 1 !important;
  }
  
  .justify-content-start {
    justify-content: flex-start !important;
  }
  
  .justify-content-end {
    justify-content: flex-end !important;
  }
  
  .justify-content-center {
    justify-content: center !important;
  }
  
  .justify-content-between {
    justify-content: space-between !important;
  }
  
  .justify-content-around {
    justify-content: space-around !important;
  }
  
  .align-items-start {
    align-items: flex-start !important;
  }
  
  .align-items-center {
    align-items: center !important;
  }
  
  .align-content-start {
    align-content: flex-start !important;
  }
  
  .align-content-end {
    align-content: flex-end !important;
  }
  
  .align-content-center {
    align-content: center !important;
  }
  
  .align-content-between {
    align-content: space-between !important;
  }
  
  .align-content-around {
    align-content: space-around !important;
  }
  
  .align-content-stretch {
    align-content: stretch !important;
  }
  
  .align-self-center {
    align-self: center !important;
  }
  
  @media (min-width: 576px) {
    .flex-sm-column {
      flex-direction: column !important;
    }
  
    .flex-sm-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .justify-content-sm-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-sm-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-sm-center {
      justify-content: center !important;
    }
  
    .justify-content-sm-between {
      justify-content: space-between !important;
    }
  
    .justify-content-sm-around {
      justify-content: space-around !important;
    }
  
    .align-content-sm-start {
      align-content: flex-start !important;
    }
  
    .align-content-sm-end {
      align-content: flex-end !important;
    }
  
    .align-content-sm-center {
      align-content: center !important;
    }
  
    .align-content-sm-between {
      align-content: space-between !important;
    }
  
    .align-content-sm-around {
      align-content: space-around !important;
    }
  
    .align-content-sm-stretch {
      align-content: stretch !important;
    }
  }
  
  @media (min-width: 768px) {
    .flex-md-column {
      flex-direction: column !important;
    }
  
    .flex-md-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .justify-content-md-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-md-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-md-center {
      justify-content: center !important;
    }
  
    .justify-content-md-between {
      justify-content: space-between !important;
    }
  
    .justify-content-md-around {
      justify-content: space-around !important;
    }
  
    .align-content-md-start {
      align-content: flex-start !important;
    }
  
    .align-content-md-end {
      align-content: flex-end !important;
    }
  
    .align-content-md-center {
      align-content: center !important;
    }
  
    .align-content-md-between {
      align-content: space-between !important;
    }
  
    .align-content-md-around {
      align-content: space-around !important;
    }
  
    .align-content-md-stretch {
      align-content: stretch !important;
    }
  }
  
  @media (min-width: 992px) {
    .flex-lg-column {
      flex-direction: column !important;
    }
  
    .flex-lg-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .justify-content-lg-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-lg-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-lg-center {
      justify-content: center !important;
    }
  
    .justify-content-lg-between {
      justify-content: space-between !important;
    }
  
    .justify-content-lg-around {
      justify-content: space-around !important;
    }
  
    .align-content-lg-start {
      align-content: flex-start !important;
    }
  
    .align-content-lg-end {
      align-content: flex-end !important;
    }
  
    .align-content-lg-center {
      align-content: center !important;
    }
  
    .align-content-lg-between {
      align-content: space-between !important;
    }
  
    .align-content-lg-around {
      align-content: space-around !important;
    }
  
    .align-content-lg-stretch {
      align-content: stretch !important;
    }
  }
  
  @media (min-width: 1200px) {
    .flex-xl-column {
      flex-direction: column !important;
    }
  
    .flex-xl-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .justify-content-xl-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-xl-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-xl-center {
      justify-content: center !important;
    }
  
    .justify-content-xl-between {
      justify-content: space-between !important;
    }
  
    .justify-content-xl-around {
      justify-content: space-around !important;
    }
  
    .align-content-xl-start {
      align-content: flex-start !important;
    }
  
    .align-content-xl-end {
      align-content: flex-end !important;
    }
  
    .align-content-xl-center {
      align-content: center !important;
    }
  
    .align-content-xl-between {
      align-content: space-between !important;
    }
  
    .align-content-xl-around {
      align-content: space-around !important;
    }
  
    .align-content-xl-stretch {
      align-content: stretch !important;
    }
  }
  
  .float-left {
    float: left !important;
  }
  
  .float-right {
    float: right !important;
  }
  
  .position-static {
    position: static !important;
  }
  
  .position-relative {
    position: relative !important;
  }
  
  .position-fixed {
    position: fixed !important;
  }
  
  .fixed-top {
    top: 0;
  }
  
  .fixed-bottom,
  .fixed-top {
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  
  .fixed-bottom {
    bottom: 0;
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  
  .sr-only {
    white-space: nowrap;
  }
  
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  
  .w-25 {
    width: 25% !important;
  }
  
  .w-50 {
    width: 50% !important;
  }
  
  .w-75 {
    width: 75% !important;
  }
  
  .w-100 {
    width: 100% !important;
  }
  
  .w-auto {
    width: auto !important;
  }
  
  .h-100 {
    height: 100% !important;
  }
  
  .vh-100 {
    height: 100vh !important;
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4 {
    margin-left: 1.5rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  
  .mr-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5 {
    margin-left: 3rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  
  .mt-n3 {
    margin-top: -1rem !important;
  }
  
  .mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  
  @media (min-width: 576px) {
    .px-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  }
  
  @media (min-width: 768px) {
    .p-md-4 {
      padding: 1.5rem !important;
    }
  }
  
  @media (min-width: 992px) {
    .mr-lg-3 {
      margin-right: 1rem !important;
    }
  
    .mx-lg-5 {
      margin-right: 3rem !important;
    }
  
    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 3rem !important;
    }
  
    .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  
    .px-lg-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
  
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 1rem !important;
    }
  
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 1rem !important;
    }
  
    .p-lg-4 {
      padding: 1.5rem !important;
    }
  
    .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
  
    .px-lg-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
  
    .ml-lg-n5 {
      margin-left: -3rem !important;
    }
  
    .ml-lg-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 1200px) {
    .px-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
  
    .px-xl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
  }
  
  .text-justify {
    text-align: justify !important;
  }
  
  .text-left {
    text-align: left !important;
  }
  
  .text-right {
    text-align: right !important;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  .font-weight-normal {
    font-weight: 400 !important;
  }
  
  .font-weight-bold {
    font-weight: 700 !important;
  }
  
  .text-white {
    color: #fff !important;
  }
  
  .text-primary {
    color: #007bff !important;
  }
  
  a.text-primary:focus,
  a.text-primary:hover {
    color: #0056b3 !important;
  }
  
  .text-secondary {
    color: #6c757d !important;
  }
  
  a.text-secondary:focus,
  a.text-secondary:hover {
    color: #494f54 !important;
  }
  
  .text-success {
    color: #28a745 !important;
  }
  
  a.text-success:focus,
  a.text-success:hover {
    color: #19692c !important;
  }
  
  .text-info {
    color: #17a2b8 !important;
  }
  
  a.text-info:focus,
  a.text-info:hover {
    color: #0f6674 !important;
  }
  
  .text-warning {
    color: #ffc107 !important;
  }
  
  a.text-warning:focus,
  a.text-warning:hover {
    color: #ba8b00 !important;
  }
  
  .text-danger {
    color: #dc3545 !important;
  }
  
  a.text-danger:focus,
  a.text-danger:hover {
    color: #a71d2a !important;
  }
  
  .text-light {
    color: #f8f9fa !important;
  }
  
  a.text-light:focus,
  a.text-light:hover {
    color: #cbd3da !important;
  }
  
  .text-dark {
    color: #343a40 !important;
  }
  
  a.text-dark:focus,
  a.text-dark:hover {
    color: #121416 !important;
  }
  
  .text-muted {
    color: #6c757d !important;
  }
  
  .text-decoration-none {
    text-decoration: none !important;
  }
  
  .visible {
    visibility: visible !important;
  }
  
  @media print {
    *,
    :after,
    :before {
      text-shadow: none !important;
      box-shadow: none !important;
    }
  
    a:not(.btn) {
      text-decoration: underline;
    }
  
    pre {
      white-space: pre-wrap !important;
    }
  
    blockquote,
    pre {
      border: 1px solid #adb5bd;
      page-break-inside: avoid;
    }
  
    thead {
      display: table-header-group;
    }
  
    img,
    tr {
      page-break-inside: avoid;
    }
  
    h2,
    h3,
    p {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  
    @page {
      size: a3;
    }
  
    .container,
    body {
      min-width: 992px !important;
    }
  
    .navbar {
      display: none;
    }
  
    .badge {
      border: 1px solid #000;
    }
  
    .table {
      border-collapse: collapse !important;
    }
  
    .table td,
    .table th {
      background-color: #fff !important;
    }
  
    .table-bordered td,
    .table-bordered th {
      border: 1px solid #dee2e6 !important;
    }
  }
  
  .slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list,
  .slick-slider {
    position: relative;
    display: block;
  }
  
  .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: 0;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .slick-slider .slick-list,
  .slick-slider .slick-track {
    transform: translateZ(0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .slick-track:after,
  .slick-track:before {
    display: table;
    content: "";
  }
  
  .slick-track:after {
    clear: both;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  
  [dir="rtl"] .slick-slide {
    float: right;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .slick-next,
  .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
  }
  
  .slick-next,
  .slick-next:focus,
  .slick-next:hover,
  .slick-prev,
  .slick-prev:focus,
  .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
  }
  
  .slick-next:focus:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-prev:hover:before {
    opacity: 1;
  }
  
  .slick-next.slick-disabled:before,
  .slick-prev.slick-disabled:before {
    opacity: 0.25;
  }
  
  .slick-next:before,
  .slick-prev:before {
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev {
    left: -25px;
  }
  
  [dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
  }
  
  .slick-prev:before,
  [dir="rtl"] .slick-prev:before {
    content: "";
  }
  
  .slick-next {
    right: -25px;
  }
  
  [dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
  }
  
  .slick-next:before,
  [dir="rtl"] .slick-next:before {
    content: "";
  }
  
  .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
  }
  
  .slick-dots li,
  .slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
  }
  
  .slick-dots li button:focus,
  .slick-dots li button:hover {
    outline: 0;
  }
  
  .slick-dots li button:focus:before,
  .slick-dots li button:hover:before {
    opacity: 1;
  }
  
  .slick-dots li button:before {
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
  }
  
  .fa,
  .fab,
  .far,
  .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  
  .fa-fw {
    text-align: center;
    width: 1.25em;
  }
  
  .fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
  }
  
  @-webkit-keyframes fa-spin {
    to {
      transform: rotate(1turn);
    }
  }
  
  @keyframes fa-spin {
    0% {
      transform: rotate(0deg);
    }
  
    to {
      transform: rotate(1turn);
    }
  }
  
  .fa-accessible-icon:before {
    content: "";
  }
  
  .fa-acquisitions-incorporated:before {
    content: "";
  }
  
  .fa-address-card:before {
    content: "";
  }
  
  .fa-angle-double-left:before {
    content: "";
  }
  
  .fa-angle-double-right:before {
    content: "";
  }
  
  .fa-angle-down:before {
    content: "";
  }
  
  .fa-angle-left:before {
    content: "";
  }
  
  .fa-angle-right:before {
    content: "";
  }
  
  .fa-angle-up:before {
    content: "";
  }
  
  .fa-arrow-circle-up:before {
    content: "";
  }
  
  .fa-arrow-down:before {
    content: "";
  }
  
  .fa-arrow-left:before {
    content: "";
  }
  
  .fa-arrow-right:before {
    content: "";
  }
  
  .fa-baby-carriage:before {
    content: "";
  }
  
  .fa-bacon:before {
    content: "";
  }
  
  .fa-barcode:before {
    content: "";
  }
  
  .fa-bars:before {
    content: "";
  }
  
  .fa-bell:before {
    content: "";
  }
  
  .fa-bitcoin:before {
    content: "";
  }
  
  .fa-border-style:before {
    content: "";
  }
  
  .fa-calendar-alt:before {
    content: "";
  }
  
  .fa-car:before {
    content: "";
  }
  
  .fa-car-alt:before {
    content: "";
  }
  
  .fa-car-battery:before {
    content: "";
  }
  
  .fa-car-crash:before {
    content: "";
  }
  
  .fa-car-side:before {
    content: "";
  }
  
  .fa-caravan:before {
    content: "";
  }
  
  .fa-caret-down:before {
    content: "";
  }
  
  .fa-caret-left:before {
    content: "";
  }
  
  .fa-caret-right:before {
    content: "";
  }
  
  .fa-caret-square-down:before {
    content: "";
  }
  
  .fa-caret-square-left:before {
    content: "";
  }
  
  .fa-caret-square-right:before {
    content: "";
  }
  
  .fa-caret-square-up:before {
    content: "";
  }
  
  .fa-caret-up:before {
    content: "";
  }
  
  .fa-carrot:before {
    content: "";
  }
  
  .fa-cart-arrow-down:before {
    content: "";
  }
  
  .fa-cart-plus:before {
    content: "";
  }
  
  .fa-cc-discover:before {
    content: "";
  }
  
  .fa-cc-mastercard:before {
    content: "";
  }
  
  .fa-centercode:before {
    content: "";
  }
  
  .fa-check:before {
    content: "";
  }
  
  .fa-check-circle:before {
    content: "";
  }
  
  .fa-check-square:before {
    content: "";
  }
  
  .fa-chevron-down:before {
    content: "";
  }
  
  .fa-chevron-left:before {
    content: "";
  }
  
  .fa-chevron-right:before {
    content: "";
  }
  
  .fa-chevron-up:before {
    content: "";
  }
  
  .fa-circle:before {
    content: "";
  }
  
  .fa-circle-notch:before {
    content: "";
  }
  
  .fa-cocktail:before {
    content: "";
  }
  
  .fa-code:before {
    content: "";
  }
  
  .fa-code-branch:before {
    content: "";
  }
  
  .fa-codepen:before {
    content: "";
  }
  
  .fa-codiepie:before {
    content: "";
  }
  
  .fa-coffee:before {
    content: "";
  }
  
  .fa-cog:before {
    content: "";
  }
  
  .fa-cogs:before {
    content: "";
  }
  
  .fa-coins:before {
    content: "";
  }
  
  .fa-columns:before {
    content: "";
  }
  
  .fa-comment:before {
    content: "";
  }
  
  .fa-comment-alt:before {
    content: "";
  }
  
  .fa-comment-dollar:before {
    content: "";
  }
  
  .fa-comment-dots:before {
    content: "";
  }
  
  .fa-comment-medical:before {
    content: "";
  }
  
  .fa-comment-slash:before {
    content: "";
  }
  
  .fa-comments:before {
    content: "";
  }
  
  .fa-comments-dollar:before {
    content: "";
  }
  
  .fa-compact-disc:before {
    content: "";
  }
  
  .fa-compass:before {
    content: "";
  }
  
  .fa-compress:before {
    content: "";
  }
  
  .fa-compress-alt:before {
    content: "";
  }
  
  .fa-compress-arrows-alt:before {
    content: "";
  }
  
  .fa-concierge-bell:before {
    content: "";
  }
  
  .fa-confluence:before {
    content: "";
  }
  
  .fa-connectdevelop:before {
    content: "";
  }
  
  .fa-contao:before {
    content: "";
  }
  
  .fa-cookie:before {
    content: "";
  }
  
  .fa-cookie-bite:before {
    content: "";
  }
  
  .fa-copy:before {
    content: "";
  }
  
  .fa-copyright:before {
    content: "";
  }
  
  .fa-cotton-bureau:before {
    content: "";
  }
  
  .fa-couch:before {
    content: "";
  }
  
  .fa-creative-commons:before {
    content: "";
  }
  
  .fa-creative-commons-by:before {
    content: "";
  }
  
  .fa-creative-commons-nc:before {
    content: "";
  }
  
  .fa-creative-commons-nc-eu:before {
    content: "";
  }
  
  .fa-creative-commons-nc-jp:before {
    content: "";
  }
  
  .fa-creative-commons-nd:before {
    content: "";
  }
  
  .fa-creative-commons-pd:before {
    content: "";
  }
  
  .fa-creative-commons-pd-alt:before {
    content: "";
  }
  
  .fa-creative-commons-remix:before {
    content: "";
  }
  
  .fa-creative-commons-sa:before {
    content: "";
  }
  
  .fa-creative-commons-sampling:before {
    content: "";
  }
  
  .fa-creative-commons-sampling-plus:before {
    content: "";
  }
  
  .fa-creative-commons-share:before {
    content: "";
  }
  
  .fa-creative-commons-zero:before {
    content: "";
  }
  
  .fa-credit-card:before {
    content: "";
  }
  
  .fa-crown:before {
    content: "";
  }
  
  .fa-discord:before {
    content: "";
  }
  
  .fa-discourse:before {
    content: "";
  }
  
  .fa-drafting-compass:before {
    content: "";
  }
  
  .fa-ellipsis-v:before {
    content: "";
  }
  
  .fa-envelope:before {
    content: "";
  }
  
  .fa-exclamation-circle:before {
    content: "";
  }
  
  .fa-exclamation-triangle:before {
    content: "";
  }
  
  .fa-facebook-f:before {
    content: "";
  }
  
  .fa-fast-forward:before {
    content: "";
  }
  
  .fa-file-code:before {
    content: "";
  }
  
  .fa-file-contract:before {
    content: "";
  }
  
  .fa-fonticons:before {
    content: "";
  }
  
  .fa-fonticons-fi:before {
    content: "";
  }
  
  .fa-fort-awesome:before {
    content: "";
  }
  
  .fa-fort-awesome-alt:before {
    content: "";
  }
  
  .fa-forumbee:before {
    content: "";
  }
  
  .fa-forward:before {
    content: "";
  }
  
  .fa-free-code-camp:before {
    content: "";
  }
  
  .fa-gofore:before {
    content: "";
  }
  
  .fa-hat-cowboy:before {
    content: "";
  }
  
  .fa-hat-cowboy-side:before {
    content: "";
  }
  
  .fa-head-side-cough:before {
    content: "率";
  }
  
  .fa-head-side-cough-slash:before {
    content: "異";
  }
  
  .fa-helicopter:before {
    content: "";
  }
  
  .fa-home:before {
    content: "";
  }
  
  .fa-icons:before {
    content: "";
  }
  
  .fa-id-card:before {
    content: "";
  }
  
  .fa-id-card-alt:before {
    content: "";
  }
  
  .fa-info-circle:before {
    content: "";
  }
  
  .fa-instagram:before {
    content: "";
  }
  
  .fa-intercom:before {
    content: "";
  }
  
  .fa-laptop-code:before {
    content: "";
  }
  
  .fa-linkedin-in:before {
    content: "";
  }
  
  .fa-lock:before {
    content: "";
  }
  
  .fa-long-arrow-alt-right:before {
    content: "";
  }
  
  .fa-luggage-cart:before {
    content: "";
  }
  
  .fa-map-marker:before {
    content: "";
  }
  
  .fa-map-marker-alt:before {
    content: "";
  }
  
  .fa-microscope:before {
    content: "";
  }
  
  .fa-minus:before {
    content: "";
  }
  
  .fa-opencart:before {
    content: "";
  }
  
  .fa-people-carry:before {
    content: "";
  }
  
  .fa-periscope:before {
    content: "";
  }
  
  .fa-phone:before {
    content: "";
  }
  
  .fa-phone-alt:before {
    content: "";
  }
  
  .fa-play-circle:before {
    content: "";
  }
  
  .fa-plus:before {
    content: "";
  }
  
  .fa-plus-square:before {
    content: "";
  }
  
  .fa-qrcode:before {
    content: "";
  }
  
  .fa-question-circle:before {
    content: "";
  }
  
  .fa-quote-right:before {
    content: "";
  }
  
  .fa-record-vinyl:before {
    content: "";
  }
  
  .fa-remove-format:before {
    content: "";
  }
  
  .fa-ruler-combined:before {
    content: "";
  }
  
  .fa-rupee-sign:before {
    content: "";
  }
  
  .fa-salesforce:before {
    content: "";
  }
  
  .fa-sd-card:before {
    content: "";
  }
  
  .fa-search:before {
    content: "";
  }
  
  .fa-shopping-cart:before {
    content: "";
  }
  
  .fa-sim-card:before {
    content: "";
  }
  
  .fa-spinner:before {
    content: "";
  }
  
  .fa-step-forward:before {
    content: "";
  }
  
  .fa-stethoscope:before {
    content: "";
  }
  
  .fa-themeco:before {
    content: "";
  }
  
  .fa-times:before {
    content: "";
  }
  
  .fa-times-circle:before {
    content: "";
  }
  
  .fa-twitter:before {
    content: "";
  }
  
  .fa-umbraco:before {
    content: "";
  }
  
  .fa-user-cog:before {
    content: "";
  }
  
  .fa-users-cog:before {
    content: "";
  }
  
  .fa-viacoin:before {
    content: "";
  }
  
  .fa-vr-cardboard:before {
    content: "";
  }
  
  .fa-whatsapp:before {
    content: "";
  }
  
  .fa-wizards-of-the-coast:before {
    content: "";
  }
  
  .fa-wpforms:before {
    content: "";
  }
  
  .fa-y-combinator:before {
    content: "";
  }
  
  .fa-youtube:before {
    content: "";
  }
  
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  @font-face {
    font-family: Font Awesome\5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(assets/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"),
      url(https://vakilsearch.com/assets/webfonts/fa-brands-400.woff2)
        format("woff2"),
      url(https://assets.vakilsearch.com/nxtjs/_next/static/media/fa-brands-400.648da425.woff)
        format("woff"),
      url(https://vakilsearch.com/assets/webfonts/fa-brands-400.ttf)
        format("truetype"),
      url(https://vakilsearch.com/assets/webfonts/fa-brands-400.svg#fontawesome)
        format("svg");
  }
  
  .fab {
    font-family: Font Awesome\5 Brands;
  }
  
  @font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://vakilsearch.com/assets/webfonts/fa-regular-400.eot#iefix)
        format("embedded-opentype"),
      url(https://assets.vakilsearch.com/nxtjs/_next/static/media/fa-regular-400.39a25247.woff2)
        format("woff2"),
      url(https://vakilsearch.com/assets/webfonts/fa-regular-400.woff)
        format("woff"),
      url(https://vakilsearch.com/assets/webfonts/fa-regular-400.ttf)
        format("truetype"),
      url(https://vakilsearch.com/assets/webfonts/fa-regular-400.svg#fontawesome)
        format("svg");
  }
  
  .fab,
  .far {
    font-weight: 400;
  }
  
  @font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://assets.vakilsearch.com/nxtjs/_next/static/media/fa-solid-900.1ff3a16c.eot)
        format("embedded-opentype"),
      url(https://assets.vakilsearch.com/nxtjs/_next/static/media/fa-solid-900.499d8fed.woff2)
        format("woff2"),
      url(https://assets.vakilsearch.com/nxtjs/_next/static/media/fa-solid-900.f45f6505.woff)
        format("woff"),
      url(https://assets.vakilsearch.com/nxtjs/_next/static/media/fa-solid-900.e83100b9.ttf)
        format("truetype"),
      url(https://assets.vakilsearch.com/nxtjs/_next/static/media/fa-solid-900.31fefe37.svg)
        format("svg");
  }
  
  .fa,
  .far,
  .fas {
    font-family: Font Awesome\5 Free;
  }
  
  .fa,
  .fas {
    font-weight: 900;
  }
  
  .react-datepicker {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    display: inline-block;
    position: relative;
  }
  
  .react-datepicker__month-dropdown-container--scroll,
  .react-datepicker__month-dropdown-container--select,
  .react-datepicker__month-year-dropdown-container--scroll,
  .react-datepicker__month-year-dropdown-container--select,
  .react-datepicker__year-dropdown-container--scroll,
  .react-datepicker__year-dropdown-container--select {
    display: inline-block;
    margin: 0 2px;
  }
  
  .react-datepicker__navigation--years-upcoming {
    top: -4px;
    border-bottom-color: #ccc;
  }
  
  .react-datepicker__navigation--years-upcoming:hover {
    border-bottom-color: #b3b3b3;
  }
  
  .react-datepicker__month-container {
    float: left;
  }
  
  .react-datepicker__input-time-container {
    clear: both;
    width: 100%;
    float: left;
    margin: 5px 0 10px 15px;
    text-align: left;
  }
  
  .react-datepicker__input-time-container
    .react-datepicker-time__input-container {
    display: inline-block;
  }
  
  .react-datepicker__time-container {
    float: right;
    border-left: 1px solid #aeaeae;
    width: 85px;
  }
  
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0;
  }
  
  .react-datepicker__input-container {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .react-datepicker__month-dropdown,
  .react-datepicker__month-year-dropdown,
  .react-datepicker__year-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    z-index: 1;
    text-align: center;
    border-radius: 0.3rem;
    border: 1px solid #aeaeae;
  }
  
  .react-datepicker__month-dropdown:hover,
  .react-datepicker__month-year-dropdown:hover,
  .react-datepicker__year-dropdown:hover {
    cursor: pointer;
  }
  
  .react-datepicker__month-dropdown--scrollable,
  .react-datepicker__month-year-dropdown--scrollable,
  .react-datepicker__year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll;
  }
  
  .react-datepicker__close-icon {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0 6px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  
  .react-datepicker__close-icon:after {
    cursor: pointer;
    background-color: #216ba5;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: "×";
  }
  
  @keyframes animation_drop {
    0% {
      height: 0%;
    }
  
    14% {
      height: 14%;
    }
  
    28% {
      height: 28%;
    }
  
    52% {
      height: 52%;
    }
  
    68% {
      height: 68%;
    }
  
    82% {
      height: 82%;
    }
  
    to {
      height: 100%;
    }
  }
  
  @keyframes opacity_animation {
    0% {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes opacity_animation1 {
    0% {
      background: transparent;
      color: #fff;
    }
  
    5% {
      background: transparent;
      color: #fff;
    }
  
    10% {
      background: #fff;
      color: #007aff;
    }
  
    28% {
      background: #fff;
      color: #007aff;
    }
  
    30% {
      background: #fff;
      color: #007aff;
    }
  
    70% {
      background: #fff;
      color: #007aff;
    }
  
    80% {
      background: #fff;
      color: #007aff;
    }
  
    90% {
      background: #fff;
      color: #007aff;
    }
  
    to {
      background: #fff;
      color: #007aff;
    }
  }
  
  #vs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-color: inherit;
  }
  
  :focus {
    outline: none;
  }
  
  :visited {
    color: inherit;
    text-decoration: none;
  }
  
  a {
    transition: all 0.2s;
    color: #000;
  }
  
  a:active,
  a:focus,
  a:hover,
  a:visited {
    text-decoration: none;
    color: inherit;
  }
  
  a.link {
    color: #0076f5;
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
  }
  
  h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  h4 {
    font-size: 16px;
  }
  
  h5 {
    font-size: 14px;
  }
  
  h6 {
    font-size: 12px;
  }
  
  p {
    font-size: 13px;
    font-family: Arial;
    letter-spacing: normal;
  }
  
  @media screen and (max-width: 910px) {
    option {
      font-size: 16px;
    }
  }
  
  img {
    max-width: 100%;
  }
  
  .margintop-0 {
    margin-top: 0;
  }
  
  .marginbottom-0 {
    margin-bottom: 0;
  }
  
  .marginleft-0 {
    margin-left: 0;
  }
  
  .marginright-0 {
    margin-right: 0;
  }
  
  .h-6 {
    height: 6%;
  }
  
  .margintop-10 {
    margin-top: 10px;
  }
  
  .fz-12-imp {
    font-size: 12px !important;
  }
  
  .fz-14 {
    font-size: 14px;
  }
  
  .fz-16 {
    font-size: 16px;
  }
  
  .fz-17 {
    font-size: 17px;
  }
  
  .fz-18 {
    font-size: 18px;
  }
  
  .fz-20 {
    font-size: 20px;
  }
  
  .fz-22 {
    font-size: 22px;
  }
  
  .fz-24 {
    font-size: 24px;
  }
  
  .w-25 {
    width: 25%;
  }
  
  .fz-28 {
    font-size: 28px;
  }
  
  .w-30 {
    width: 30%;
  }
  
  .fz-30 {
    font-size: 30px;
  }
  
  .fz-38 {
    font-size: 38px;
  }
  
  .marginbottom-40 {
    margin-bottom: 40px;
  }
  
  .fz-40 {
    font-size: 40px;
  }
  
  .fz-48 {
    font-size: 48px;
  }
  
  .w-50 {
    width: 50%;
  }
  
  .w-60 {
    width: 60%;
  }
  
  .fz-60 {
    font-size: 60px;
  }
  
  .w-75 {
    width: 75%;
  }
  
  .h-90 {
    height: 90%;
  }
  
  .w-100 {
    width: 100%;
  }
  
  .h-100 {
    height: 100%;
  }
  
  .absolute {
    position: absolute;
  }
  
  .fixed {
    position: fixed;
  }
  
  .flex {
    display: flex;
  }
  
  .modal.fade:not(.modal-backdrop) {
    opacity: 1 !important;
    z-index: 9999;
  }
  
  body.mck-restrict-scroll,
  html.mck-restrict-scroll {
    overflow: scroll !important;
  }
  
  .kitaab_container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
  }
  
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2)
      format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
      U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+feff, U+fffd;
  }
  
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZ9hiA.woff2)
      format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
      U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+feff, U+fffd;
  }
  
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYAZ9hiA.woff2)
      format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
      U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+feff, U+fffd;
  }
  
  @font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2)
      format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
      U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+feff, U+fffd;
  }
  
  @font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2)
      format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
      U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+feff, U+fffd;
  }
  
  .kitaab_container *,
  body {
    font-family: Roboto, sans-serif;
  }
  
  body {
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0.875rem;
  }
  
  .slick-list {
    height: 400px;
  }
  
  @media (max-width: 768px) {
    .slick-list {
      height: 300px;
    }
  }
  
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .slick-list {
      height: 250px;
    }
  }
  
  .vs-media-group {
    margin: 10px 0;
    text-align: left;
  }
  
  .vs-media-group h1,
  .vs-media-group h2,
  .vs-media-group h3,
  .vs-media-group h4,
  .vs-media-group h5,
  .vs-media-group h6 {
    margin: 0 0 10px;
  }
  
  .vs-media-group p {
    margin: 0;
  }
  
  .grubmatecardalign {
    justify-content: center;
  }
  
  .vs-navbar {
    background-color: #fff;
    padding: 5px 30px 5px 20px;
  }
  
  .vs-navbar .navbar-nav .nav-link {
    color: #202124;
    margin: 0 10px;
    position: relative;
    font-weight: 700;
    white-space: nowrap;
    font-size: 15px;
    cursor: pointer;
  }
  
  .vs-navbar .navbar-nav .nav-link:before {
    position: absolute;
    color: #202124;
    font-family: Font Awesome\5 Free;
    content: "";
    font-weight: 900;
    right: -10px;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  
  .vs-navbar .navbar-nav .nav-link:active,
  .vs-navbar .navbar-nav .nav-link:focus,
  .vs-navbar .navbar-nav .nav-link:hover {
    color: #202124 !important;
  }
  
  .vs-navbar .icon-bar {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: all 0.2s;
    margin-top: 4px;
  }
  
  .vs-navbar .navbar-toggler {
    border: none;
    background: transparent !important;
  }
  
  .vs-navbar .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  
  .vs-navbar .navbar-toggler .middle-bar {
    opacity: 0;
  }
  
  .vs-navbar .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  
  .vs-navbar .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }
  
  .vs-navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
  }
  
  .vs-navbar .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }
  
  .vs-navbar.whitenavbar {
    background-color: #fff;
  }
  
  .vs-navbar.whitenavbar .nav-link:active,
  .vs-navbar.whitenavbar .nav-link:focus,
  .vs-navbar.whitenavbar .nav-link:hover,
  .vs-navbar.whitenavbar .navbar_menu_item_list i {
    color: #000 !important;
  }
  
  .vs-navbar.whitenavbar .icon-bar {
    background-color: #000;
  }
  
  .vs-navbar.yellownavbar {
    background-color: #ffd000;
  }
  
  .vs-navbar.blackNavBar .nav-link:active,
  .vs-navbar.blackNavBar .nav-link:focus,
  .vs-navbar.blackNavBar .nav-link:hover,
  .vs-navbar.blackNavBar .navbar_menu_item_list i {
    color: #000 !important;
  }
  
  .mobileheader {
    display: none !important;
  }
  
  .mobilemorecontent {
    max-height: 350px;
    overflow-y: scroll;
  }
  
  .mobilemorecontent ul li {
    color: #000;
    padding: 5px 20px;
  }
  
  .mobilemorecontent ul li.tree-head {
    padding: 15px;
    font-weight: 700;
  }
  
  .mobilemorecontent ul li.tree-head:first-child {
    font-size: 16px;
  }
  
  .mobilemorecontent ul li a {
    color: #000;
  }
  
  .mobilemorecontent ul li a:hover {
    color: #2e5aea;
  }
  
  .mobilemorecontent ul li b {
    font-weight: 400;
  }
  
  .arrowleftdiv {
    cursor: pointer;
    font-weight: 700;
    left: 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 95%;
    padding: 16px 15px;
  }
  
  .arrowleftdiv:before {
    content: "";
    color: #000;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    position: absolute;
    left: 0;
  }
  
  .navChildrenTree {
    position: fixed;
    width: 100%;
    background-color: transparent;
    left: 0;
    top: 35px;
    padding: 16px 0;
    display: none;
    box-shadow: none !important;
    z-index: 99;
  }
  
  .navChildrenTree .container {
    background-color: #fff;
    overflow-y: auto;
  }
  
  .navChildrenTree ul li {
    color: #000;
    padding: 5px 30px;
  }
  
  .navChildrenTree ul li.tree-head {
    padding: 15px;
    font-weight: 700;
  }
  
  .navChildrenTree ul li.tree-head:first-child {
    font-size: 16px;
  }
  
  .navChildrenTree ul li a {
    color: #000;
  }
  
  .navChildrenTree ul li b {
    color: #000;
    font-weight: 500;
  }
  
  .navChildrenTree ul li:hover a b {
    color: #2e5aea;
  }
  
  a.navlinkhover.mobilenavlink.nav-link {
    color: #000;
    font-weight: 500;
  }
  
  a.navlinkhover.nav-link span {
    opacity: 0;
  }
  
  a.navlinkhover.nav-link span:before {
    content: "";
    color: #ffd000;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    position: absolute;
    right: -9px;
    transform: rotate(90deg);
    font-size: 19px;
    bottom: 4px;
  }
  
  .vs-navbar a.navlinkhover.nav-link.mobilenavlink {
    width: 96%;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    padding: 12px 0;
  }
  
  .vs-navbar a.navlinkhover.nav-link.mobilenavlink:hover {
    color: #000 !important;
  }
  
  .vs-navbar a.navlinkhover.nav-link.mobilenavlink span {
    opacity: 1;
  }
  
  .vs-navbar a.navlinkhover.nav-link.mobilenavlink span:before {
    border-bottom: 1.3px solid;
    bottom: inherit;
  }
  
  .vs-navbar a.navlinkhover.nav-link.mobilenavlink span:after,
  .vs-navbar a.navlinkhover.nav-link.mobilenavlink span:before {
    content: "";
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 5px;
    border-color: #000;
  }
  
  .vs-navbar a.navlinkhover.nav-link.mobilenavlink span:after {
    border-right: 1.3px solid;
  }
  
  .activenavhoverclass > a span {
    opacity: 1 !important;
  }
  
  a.navlinkhover.nav-link:hover span {
    opacity: 1;
  }
  
  .removemargin {
    margin: 0;
  }
  
  .shapes-bg {
    display: flex;
  }
  
  .navChildrenTree {
    overflow-y: auto;
  }
  
  .navChildrenTree .container,
  .navChildrenTree .container .positionrelative {
    height: 100%;
  }
  
  .navChildrenTree .container {
    max-width: 100%;
    padding-left: 15%;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 -1px 8px 1px #b6b4b4;
  }
  
  .shapes-bg img {
    width: 250px;
    position: absolute !important;
  }
  
  .shapes-bg img:first-child {
    left: 0;
    z-index: 999;
  }
  
  .shapes-bg img:nth-child(2) {
    left: 0;
  }
  
  .alignBottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 220px;
  }
  
  .flexwrap.container-fluid {
    flex-wrap: wrap;
  }
  
  .removepadding {
    padding: 0;
  }
  
  nav.vs-navbar.navbar .navbar-brand {
    transition: 0.4s;
    transform-origin: left;
  }
  
  .positionrelative {
    position: relative;
  }
  
  .removevertical {
    position: unset;
  }
  
  @media screen and (max-width: 1360px) {
    .navChildrenTree .container {
      max-width: 100%;
      padding-left: 0;
      box-shadow: none;
    }
  
    .navChildrenTree {
      position: absolute;
      box-shadow: 0 0 8px #4a4a4a;
    }
  
    .vs-navbar .navbar-nav {
      position: relative;
      flex-wrap: wrap;
    }
  }
  
  @media screen and (max-width: 1208px) {
    .vs-navbar {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  
    .vs-navbar .ml-auto.navbar-nav {
      margin-left: 0 !important;
      margin-right: auto;
    }
  
    nav.vs-navbar.navbar .navbar-brand {
      display: block;
      text-align: right;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 991px) {
    .mobilemorecontent .col-md-4 {
      padding-right: 0;
    }
  
    .animatedtransition .container {
      max-width: 100%;
      padding-right: 0;
      margin: 0;
    }
  
    .flexdivnav {
      border: 1px solid #d6d6d6;
      margin-top: 17px;
      padding: 10px 8px 10px 10px;
      overflow: hidden;
    }
  
    .vs-navbar {
      padding: 12px !important;
    }
  
    .toggleanimateclass.left {
      width: 100% !important;
      left: 0 !important;
      height: auto !important;
    }
  
    .toggleanimateclass.right {
      width: 100% !important;
      height: auto !important;
      right: 0 !important;
    }
  
    .animatedtransition.left {
      left: -1000px;
    }
  
    .animatedtransition.left,
    .animatedtransition.right {
      position: relative;
      height: 0;
      transition: 0.3s;
      overflow: hidden;
    }
  
    .animatedtransition.right {
      right: -1000px;
    }
  
    .mobileheader {
      display: block !important;
    }
  
    .webheader {
      display: none !important;
    }
  
    nav.vs-navbar.navbar .navbar-brand {
      text-align: left;
      width: auto;
      margin-left: 0;
      padding-left: 5px;
    }
  }
  
  a.webClick {
    position: relative;
    top: 8px;
  }
  
  @media (max-width: 992px) {
    a.webClick {
      padding: 12px;
      color: #1bb74e !important;
      font-size: 18px;
    }
  }
  
  a.webClick.partnerus {
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
  }
  
  a.webClick.whatsapp-num {
    font-weight: 700;
    color: #fff;
    margin-left: 20px;
  }
  
  .navbar_menu_item_list {
    font-size: 24px;
    position: relative;
    left: 14px;
  }
  
  .navbar_menu_item_list i {
    color: #fff;
  }
  
  @media (max-width: 992px) {
    .navbar_menu_item_list {
      display: none;
    }
  }
  
  @media (max-width: 1110px) {
    .navbar_menu_item_list {
      left: 14px;
    }
  }
  
  .ampnavbar {
    background-color: #fff !important;
  }
  
  .service-banner > div {
    padding-top: 60px;
  }
  
  @media screen and (max-width: 992px) {
    .service-banner > div {
      padding-top: 80px;
    }
  }
  
  .service-banner.catalog-banner-div > div {
    padding-bottom: 60px;
  }
  
  .service-banner.catalog-banner-div h1 {
    text-align: center;
    padding-top: 60px;
    color: #fff;
  }
  
  .navbar-toggler {
    border-color: #fff !important;
  }
  
  .navbar-toggler i {
    font-size: 24px;
    color: #fff;
  }
  
  .whitenavbar {
    background-color: #fff;
  }
  
  .whitenavbar .whatsapp-num,
  .whitenavbar div a {
    color: #000 !important;
  }
  
  .whitenavbar .navbar-toggler {
    border-color: #000 !important;
  }
  
  .whitenavbar .navbar-toggler i {
    font-size: 24px;
    color: #000;
  }
  
  .yellownavbar {
    background-color: #ffd000;
  }
  
  .blackNavBar .whatsapp-num,
  .blackNavBar div a {
    color: #000 !important;
  }
  
  .blackNavBar .navbar-toggler {
    border-color: #000 !important;
  }
  
  .blackNavBar .navbar-toggler i {
    font-size: 24px;
    color: #000;
  }
  
  @media screen and (min-width: 992px) and (max-width: 1322px) {
    .service-banner > div {
      padding-top: 120px;
    }
  }
  
  @media screen and (min-width: 1280px) and (max-width: 1385px) {
    .vs-navbar .navbar-nav .nav-link {
      color: #202124;
      margin: 0 4px;
      position: relative;
      font-weight: 700;
      white-space: nowrap;
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 992px) {
    .flexdivnav.navbar-collapse {
      background-color: #fff;
    }
  }
  
  .addcursor,
  .transparentoverlaybtn {
    cursor: pointer;
  }
  
  .transparentoverlaybtn,
  .transparentoverlaybtn:focus,
  .transparentoverlaybtn:hover {
    background: transparent;
    border: 0;
    outline: 0;
  }
  
  .transparentoverlaybtn i {
    font-size: 22px;
  }
  
  .popoverheaderdropdown .popover-body {
    background: #f8f8f8;
  }
  
  .popoverheaderdropdown .popover-body .dropdown-item {
    padding: 9px 55px 9px 5px;
    font-size: 14px;
    font-weight: 700;
  }
  
  .popoverheaderdropdown .popover-body .dropdown-item:hover {
    color: #ffd000;
  }
  
  @media (max-width: 992px) {
    .popoverheaderdropdown {
      display: none;
    }
  }
  
  .popoverheaderdropdown .arrow {
    display: none;
  }
  
  @media (min-width: 992px) {
    .activenavhoverclass .navChildrenTree {
      opacity: 1;
    }
  
    .navChildrenTree {
      overflow-y: auto;
      transition: 0.5s;
      opacity: 0;
    }
  }
  
  .expertconsult,
  .expertconsult:active,
  .expertconsult:focus,
  .expertconsult:hover {
    font-size: 14px;
    background-color: #90caf9 !important;
    color: #000 !important;
    border: #90caf9;
    box-shadow: none !important;
  }
  
  .accordion-group .collapse {
    margin: 10px 0 40px;
  }
  
  .custom-accordion-button {
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 12px 20px;
    display: block;
    width: 100%;
  }
  
  .vs-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    font-weight: 700;
    margin: 15px 8px 15px 0;
  }
  
  .vs-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000;
  }
  
  .slick-dots li button:before {
    font-size: 12px;
  }
  
  .form-control {
    border-color: #f6f4f4;
  }
  
  .form-control:active,
  .form-control:focus,
  .form-control:hover {
    box-shadow: none;
    border-color: #f6f4f4;
  }
  
  .form-control.curved {
    border-radius: 25px;
  }
  
  .form-control.curved.open {
    box-shadow: 0 2px 2px #d6d6d6;
    border-radius: 25px 25px 0 0;
  }
  
  @media (max-width: 767px) {
    .form-with-feedback {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 100% !important;
    }
  }
  
  .form-with-feedback {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
  }
  
  .form-with-feedback .fa-fw {
    position: absolute;
    font-size: 18px;
    color: #bdbdbd;
    top: 10px;
  }
  
  .form-with-feedback.left .fa-fw {
    left: 10px;
  }
  
  .form-with-feedback.left .form-control {
    padding-left: 36px;
  }
  
  .form-with-feedback.right .fa-fw {
    right: 10px;
  }
  
  .form-with-feedback.right .form-control {
    padding-right: 36px;
  }
  
  .form-with-feedback label {
    display: block;
  }
  
  .suggestionList {
    background-color: #fff;
    border-radius: 0 0 25px 25px;
    position: absolute;
    width: 100%;
    top: 40px;
    text-align: left;
    font-size: 12px;
    z-index: 1;
    box-shadow: 0 2px 2px #d6d6d6;
  }
  
  .suggestionList li a {
    border-bottom: 1px solid #f6f4f4;
    padding: 10px;
    display: block;
  }
  
  .suggestionList li a:active,
  .suggestionList li a:focus,
  .suggestionList li a:hover {
    background-color: #f6f4f4;
  }
  
  .suggestionList li:last-child a {
    border-bottom: none;
  }
  
  .suggestionList li.selected a {
    background-color: #f6f4f4;
  }
  
  .custom_label {
    width: 100%;
  }
  
  .custom_label label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  
  .custom_label input,
  .custom_label select,
  .custom_label textarea {
    padding: 12px;
    border: 1px solid #d0c6c6;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .custom_label input,
    .custom_label select,
    .custom_label textarea {
      padding: 10px 12px;
    }
  }
  
  .custom_checkbox,
  .custom_label input[readonly] {
    background-color: #ebebeb;
  }
  
  .custom_checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
  }
  
  .custom_checkbox label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    opacity: 0.8;
  }
  
  .custom_checkbox label input {
    width: auto;
    margin-right: 8px;
  }
  
  .custom_checkbox label h5 {
    width: auto;
    margin: 0;
    font-size: 16px;
  }
  
  .custom_checkbox p {
    margin: 0 !important;
    font-weight: 700;
  }
  
  .calculator-body .description_data p.errormsg {
    color: red !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px !important;
  }
  
  .footer-service {
    background-color: #000;
    padding: 50px 0 50px;
    color: #fff;
  }
  
  .footer-service .footer_head_logo {
    width: 150px;
    padding-bottom: 20px;
  }
  
  .footer-service h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .footer-service hr {
    border: 0;
    border-top: 2px solid #ffd200;
    clear: both;
    width: 80px;
    margin: 0 0 20px;
  }
  
  .footer-service .footer-para {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    letter-spacing: normal;
    margin-bottom: 0.5rem;
  }
  
  .footer-service .footer-header ul li {
    font-size: 14px;
    font-weight: 100;
    line-height: 34px;
    letter-spacing: 0.4px;
    opacity: 1;
    cursor: pointer;
  }
  
  .footer-service .footer-header ul li a {
    color: #fff;
  }
  
  .footer-service .footer-header ul li a:hover {
    color: #ffd200;
  }
  
  .footer-service .serviceButton {
    border: 2px solid #ffd200;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 30px 24px;
    padding: 12px 30px;
    text-align: center;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
    color: #fff;
  }
  
  .footer-service .serviceButton:hover {
    color: #fff;
    opacity: inherit;
  }
  
  .footer-service .footerNav {
    padding: 0 8px;
  }
  
  .footer-service .footerNav li {
    display: inline-block;
  }
  
  .footer-service .footerNav li a {
    color: #fff;
    padding: 10px;
    font-size: 13px;
    min-width: 45px;
    height: 45px;
    display: block;
    position: relative;
  }
  
  .footer-service .footerNav li a span {
    opacity: 0;
    position: absolute;
  }
  
  .footer-service .footerNav li a:hover {
    color: #ffd200;
  }
  
  .footer-service .footerNav li .fa {
    padding: 15px;
    color: #fff;
    cursor: pointer;
  }
  
  .footer-service .footerNav li hr {
    border-top: 2px solid #fff;
    clear: both;
    margin: 0 0 20px;
  }
  
  .privacy-policy .privacy-h6-head {
    font-family: Roboto, sans-serif;
  }
  
  .privacy-policy .privacy-h6-head,
  .privacy-policy h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    margin: 20px 0 5px;
    line-height: 1.6;
  }
  
  .privacy-policy h6 a {
    color: #436aee;
  }
  
  .privacy-policy p {
    color: #fff;
    font-size: 13px;
    text-align: left;
    line-height: 1.6;
  }
  
  .privacy-policy p a {
    color: #436aee;
  }
  
  .copyrights img {
    width: 100%;
    height: auto;
    filter: brightness(0.5);
  }
  
  .copyrights p {
    color: #fff;
    font-size: 13px;
    padding-top: 20px;
    text-align: center;
  }
  
  .copyrights p a {
    color: #436aee;
  }
  
  .copyrights .footer-para-h6,
  .copyrights h6 {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
  }
  
  .copyrights .footer-para-h6 {
    font-family: Roboto, sans-serif;
  }
  
  .copyrights img {
    padding: 30px 0;
  }
  
  .centerjustify {
    justify-content: space-between;
    border-top: 0.5px solid #928d8d;
    border-bottom: 0.5px solid #928d8d;
    padding: 20px 0 13px;
  }
  
  .faq-section p ul {
    padding-top: 20px;
  }
  
  .faq-section p ul li {
    list-style: disc;
  }
  
  .faq-section .card {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    font-size: 16px;
    margin: 15px;
  }
  
  .faq-section .card .card-header {
    color: #666;
    padding: 14px;
    border-radius: 0;
    background-color: inherit;
    border: 0;
  }
  
  .faq-section .card .card-header:active,
  .faq-section .card .card-header:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    color: #000;
    background-color: #fff;
  }
  
  .faq-section .card .card-body {
    color: #666;
    line-height: 34px;
  }
  
  .allServices {
    padding: 0 0 20px;
    background: #f6f6f6;
  }
  
  .allServices h1 {
    font-size: 36px;
    color: #666;
    font-weight: 700;
    margin: 0;
    padding: 10px;
  }
  
  .allServices .service-input {
    display: block;
    width: 100%;
    padding: 15px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .allServices .btn-service {
    border: 1px solid #ffd200;
    background-color: #ffd200;
    color: #333;
    padding: 12px 25px;
    display: inline;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .allServices .btn-service:hover {
    color: #fff;
  }
  
  .allServices .btn-service:active,
  .allServices .btn-service:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  
  .sitemap-service {
    padding: 30px 0 50px;
  }
  
  .sitemap-service ul {
    font-size: 14px;
  }
  
  .sitemap-service ul li {
    margin: 10px 0;
  }
  
  .sitemap-service ul li.title {
    position: relative;
    text-transform: uppercase;
    padding: 5px 0;
    margin: 20px 0;
  }
  
  .sitemap-service ul li.title:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #ffd000;
    bottom: 0;
    left: 0;
    width: 40px;
  }
  
  .customerLogos ul li {
    padding: 30px 35px;
  }
  
  .marginsitemap {
    padding-top: 110px;
  }
  
  .marginsitemap .paragraph {
    font-size: 16px;
  }
  
  .additionalpopup .modal-content {
    height: 500px;
    overflow: scroll;
  }
  
  .serviceforms .custom_label input {
    border: none;
    border-bottom: 1px solid #d6d6d6;
  }
  
  .serviceforms.bannerHeaderBlack .newMobileHeader,
  .serviceforms.bannerHeaderBlack .servicebox_first_tm p {
    color: #000;
  }
  
  .serviceforms.bannerHeaderBlack .docRequiredList {
    color: #000 !important;
  }
  
  .serviceforms input {
    border: none;
    border-bottom: 1px solid #d6d6d6;
  }
  
  .serviceforms .secondServiceForm {
    padding-top: 16px;
  }
  
  @media (max-width: 991px) {
    .serviceforms .secondServiceForm {
      padding: 25px 50px;
    }
  }
  
  @media (max-width: 768px) {
    .serviceforms .secondServiceForm {
      padding: 15px;
    }
  }
  
  .serviceforms .servicebox_first h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    font-family: roboto;
  }
  
  @media (max-width: 991px) {
    .serviceforms .servicebox_first h1 {
      margin-top: 20px;
    }
  }
  
  .serviceforms .servicebox_first p {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    font-family: roboto;
    margin: 0;
  }
  
  @media (max-width: 992px) {
    .serviceforms.mobileHidden {
      display: none;
    }
  }
  
  .serviceforms.mobileVisible {
    display: none;
  }
  
  .serviceforms.mobileVisible .servicebox_first_tm h1 {
    line-height: 20px;
  }
  
  @media (max-width: 992px) {
    .serviceforms.mobileVisible {
      display: block;
    }
  
    .serviceforms.mobileVisible small {
      font-size: 14px;
    }
  }
  
  .serviceforms.mobileContent .newMobileHeader {
    line-height: 1.4;
  }
  
  .serviceforms.mobileContent .newMobileHeader small {
    font-size: 40%;
  }
  
  @media (max-width: 992px) {
    .serviceforms.mobileContent .newMobileHeader small {
      font-size: 60%;
    }
  }
  
  .serviceforms.mobileContent .mobileVisible {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .serviceforms.mobileContent .mobileVisible .docRequiredList {
    color: #fff;
  }
  
  .serviceforms.mobileContent .mobileVisible .docRequiredList ul {
    list-style: disc;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .serviceforms.mobileContent .mobileVisible .docRequiredList ul li {
    width: 80%;
  }
  
  .serviceforms.mobileContent .mobileVisible.mobileList {
    display: none;
  }
  
  .serviceforms.mobileContent .mobileVisible.mobileList .docRequiredList {
    margin-right: 20px;
    margin-left: 15px;
    width: 25%;
  }
  
  .serviceforms.mobileContent .mobileVisible.mobileList .docRequiredList ul {
    align-items: flex-start;
  }
  
  .serviceforms.mobileContent .mobileVisible.mobileList .docRequiredList ul li {
    width: 100%;
  }
  
  @media (max-width: 992px) {
    .serviceforms.mobileContent .mobileVisible.mobileList {
      display: block;
    }
  
    .serviceforms.mobileContent .mobileVisible.mobileList .docRequiredList {
      width: auto;
    }
  
    .serviceforms.mobileContent .mobileVisible.mobileList .docRequiredList ul {
      align-items: center;
    }
  
    .serviceforms.mobileContent .mobileVisible.mobileList .docRequiredList ul li {
      width: 80%;
    }
  }
  
  .serviceforms.mobileContent .desktopList .docRequiredList {
    color: #fff;
    border-right: 1px solid #ff0;
  }
  
  .serviceforms.mobileContent .desktopList .docRequiredList ul {
    list-style: disc;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .serviceforms.mobileContent .desktopList .docRequiredList ul li {
    width: 90%;
  }
  
  .serviceforms.mobileContent .desktopList .docRequiredList:last-child {
    border: none;
  }
  
  @media (max-width: 992px) {
    .serviceforms.mobileContent .desktopList {
      display: none !important;
    }
  }
  
  .serviceforms.mobileContent .mobileHidden,
  .serviceforms.mobileContent .text-warning,
  .serviceforms.mobileContent hr {
    display: none;
  }
  
  @media (max-width: 992px) {
    .serviceforms.mobileContent .mobileHidden,
    .serviceforms.mobileContent hr {
      display: none;
    }
  
    .serviceforms.mobileContent .mobileVisible {
      display: block;
    }
  
    .serviceforms.mobileContent .text-warning {
      display: none;
    }
  }
  
  .serviceforms .servicebox_first_tm {
    z-index: 999;
  }
  
  @media (max-width: 991px) {
    .serviceforms .servicebox_first_tm {
      padding-bottom: 0;
      padding-right: 20px !important;
      padding-left: 20px !important;
    }
  }
  
  .serviceforms .servicebox_first_tm h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    font-family: roboto;
  }
  
  @media (max-width: 991px) {
    .serviceforms .servicebox_first_tm h1 {
      margin-top: 5px;
      font-size: 24px;
      padding-bottom: 0;
    }
  }
  
  .serviceforms .servicebox_first_tm h1.tile_cart_h1 {
    color: #000 !important;
    font-weight: 700;
  }
  
  .serviceforms .servicebox_first_tm h1.runcampFS {
    font-size: 28px !important;
  }
  
  .serviceforms .servicebox_first_tm h2 {
    color: #fff;
    font-weight: 500;
    font-family: roboto;
    font-size: 34px;
    padding-bottom: 10px;
  }
  
  .serviceforms .servicebox_first_tm hr {
    width: 15%;
    margin-left: 0;
    border: 1px solid #00f;
  }
  
  @media (max-width: 991px) {
    .serviceforms .servicebox_first_tm hr {
      margin-top: 0;
      margin-bottom: 10px;
    }
  }
  
  .serviceforms .servicebox_first_tm p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  
  @media (max-width: 991px) {
    .serviceforms .servicebox_first_tm p {
      padding: 0;
    }
  }
  
  .serviceforms .servicebox_first_tm p.tile_cart_p {
    font-size: 20px;
    color: #000 !important;
    line-height: 35px;
  }
  
  @media (max-width: 991px) {
    .serviceforms .servicebox_first_tm p.tile_cart_p {
      font-size: 17px !important;
      line-height: 30px;
    }
  }
  
  .serviceforms .servicebox_first_tm .govt_fee_div span,
  .serviceforms .servicebox_first_tm span {
    font-size: 12px;
    color: #cac5c5;
    font-weight: 500;
    line-height: 26px;
  }
  
  .serviceforms .servicebox_first_tm .govt_fee_div span {
    position: relative;
    top: 10px;
    font-family: roboto;
    margin: 0;
  }
  
  @media (max-width: 991px) {
    .serviceforms .servicebox_first_tm .govt_fee_div {
      padding-bottom: 10px;
    }
  }
  
  .serviceforms .servicebox_first_tm .sub-heading {
    font-size: 12px;
    color: red;
    font-family: Roboto;
  }
  
  .serviceforms .servicebox_first_tm i {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  
  .moredetailscontent p {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    font-family: roboto;
    color: #7e8086;
    letter-spacing: inherit;
    margin-bottom: inherit;
    line-height: normal;
  }
  
  .tile_cart_banner_icons h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  
  .tile_cart_banner_icons .tile_cart_client_logos img {
    margin-right: 40px;
  }
  
  .moredetails_form #service_form_secondary .fifthsectionmobile span:first-child {
    color: #000;
    font-style: italic;
    font-size: 13px;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  
  .moredetails_form #service_form_secondary .additionalformcontentnew {
    text-align: center !important;
    margin-top: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .firstsection
    .strikeprice {
    font-size: 26px;
    color: #000;
    font-weight: 700;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .firstsection
    .tmstrikeprice {
    font-size: 34px;
    color: #000;
    font-weight: 700;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .firstsection
    .striketext {
    position: relative;
    font-size: 18px;
    color: #000;
    margin-right: 3px;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .firstsection
    .tmstriketext {
    position: relative;
    font-size: 14px;
    color: #000;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .firstsection
    .striketext:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    color: red;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-10deg);
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .firstsection
    .tmstriketext:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    color: #000;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-2deg);
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .firstsection
    span:nth-child(3) {
    font-size: 17px;
    color: #000;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .secondsection
    .hastags
    span:first-child {
    color: red;
    font-size: 16px;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .secondsection
    .hastags
    span:nth-child(2) {
    color: #00f;
    font-size: 16px;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .secondsection
    .hastags
    span:nth-child(3) {
    color: green;
    font-size: 16px;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .secondsection
    span:nth-child(2) {
    color: #000;
    font-size: 17px;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .thirdsection
    span:first-child {
    color: grey;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .fourthsection
    span:first-child {
    color: #000;
    font-weight: 600;
  }
  
  .moredetails_form
    #service_form_secondary
    .additionalformcontentnew
    .fifthsection
    span:first-child {
    color: #000;
    font-style: italic;
    font-size: 13px;
    display: none;
  }
  
  .service_cart_form_tm.card {
    width: 100% !important;
    padding: 30px 0;
  }
  
  .service_cart_form_tm.card .fifthsectionmobile span:first-child {
    color: #000;
    font-style: italic;
    font-size: 13px;
    display: none;
  }
  
  .service_cart_form_tm.card .additionalformcontentnew {
    text-align: left;
    margin-top: -20px;
  }
  
  .service_cart_form_tm.card .additionalformcontentnew .firstsection {
    margin-top: 12px;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .firstsection
    .strikeprice {
    font-size: 26px;
    color: #000;
    font-weight: 700;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .firstsection
    .tmstrikeprice {
    font-size: 34px;
    color: #000;
    font-weight: 700;
  }
  
  .service_cart_form_tm.card .additionalformcontentnew .firstsection .striketext {
    position: relative;
    font-size: 18px;
    color: #000;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .firstsection
    .tmstriketext {
    position: relative;
    font-size: 14px;
    color: #000;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .firstsection
    .striketext:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    color: red;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-10deg);
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .firstsection
    .tmstriketext:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    color: #000;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-2deg);
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .firstsection
    span:nth-child(3) {
    font-size: 15px;
    color: #000;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .firstsection
    span:nth-child(4) {
    font-size: 13px;
    color: #000;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .secondsection
    .hastags
    span:first-child {
    color: red;
    font-size: 16px;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .secondsection
    .hastags
    span:nth-child(2) {
    color: #00f;
    font-size: 16px;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .secondsection
    .hastags
    span:nth-child(3) {
    color: green;
    font-size: 16px;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .secondsection
    span:nth-child(2) {
    color: #000;
    font-size: 17px;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .thirdsection
    span:first-child {
    color: grey;
  }
  
  .service_cart_form_tm.card .additionalformcontentnew .tmsection {
    margin-top: 4px;
    margin-bottom: 10px;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .tmsection
    span:first-child {
    color: #000;
    background-color: #cecdcd;
    padding: 4px 8px;
    margin-top: 5px;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .fourthsection
    span:first-child {
    color: #000;
    font-weight: 600;
  }
  
  .service_cart_form_tm.card
    .additionalformcontentnew
    .fifthsection
    span:first-child {
    color: #000;
    font-style: italic;
    font-size: 13px;
    display: block;
  }
  
  .service_cart_form_tm.card .card-title {
    text-align: center;
    padding-top: 10px;
  }
  
  .service_cart_form_tm.card .selectdropdown {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: left;
  }
  
  @media (max-width: 991px) {
    .service_cart_form_tm.card .selectdropdown {
      margin-top: 8px;
      margin-bottom: 8px;
    }
  }
  
  .service_cart_form_tm.card button:not(.submitservicelink) {
    background-color: #ffd000;
    border: #ffd000;
    color: #000;
    padding: 12px 38px;
    font-weight: 500;
    border-radius: 0;
  }
  
  .service_cart_form_tm.card button:not(.submitservicelink):active {
    background-color: #ffd000 !important;
    color: #000 !important;
  }
  
  .service_cart_form_tm.card button:not(.submitservicelink):focus {
    box-shadow: none !important;
  }
  
  .service_cart_form_tm.card button.fullwidth {
    width: auto;
  }
  
  .service_cart_form_tm.card button.white {
    background-color: #fff;
    border: 1px solid #a3a3a3;
    margin-top: 15px;
  }
  
  .service_cart_form_tm.card button.white:active {
    background-color: #fff !important;
    border: 1px solid #a3a3a3;
  }
  
  .service_cart_form.card {
    width: 100% !important;
  }
  
  .service_cart_form.card.tile_cart_card {
    float: right;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0 grey;
  }
  
  .service_cart_form.card .fifthsectionmobile span:first-child {
    color: #000;
    font-style: italic;
    font-size: 13px;
    display: none;
  }
  
  .service_cart_form.card .additionalformcontentnew {
    text-align: left;
    margin-top: -20px;
  }
  
  .service_cart_form.card .additionalformcontentnew .firstsection .strikeprice {
    font-size: 26px;
    color: #000;
    font-weight: 700;
  }
  
  .service_cart_form.card .additionalformcontentnew .firstsection .tmstrikeprice {
    font-size: 34px;
    color: #000;
    font-weight: 700;
  }
  
  .service_cart_form.card .additionalformcontentnew .firstsection .striketext {
    position: relative;
    font-size: 18px;
    color: #000;
    margin-right: 3px;
  }
  
  .service_cart_form.card .additionalformcontentnew .firstsection .tmstriketext {
    position: relative;
    font-size: 14px;
    color: #000;
  }
  
  .service_cart_form.card
    .additionalformcontentnew
    .firstsection
    .striketext:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    color: red;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-10deg);
  }
  
  .service_cart_form.card
    .additionalformcontentnew
    .firstsection
    .tmstriketext:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    color: #000;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-2deg);
  }
  
  .service_cart_form.card
    .additionalformcontentnew
    .firstsection
    span:nth-child(3) {
    font-size: 15px;
    color: #000;
  }
  
  .service_cart_form.card
    .additionalformcontentnew
    .firstsection
    span:nth-child(4) {
    font-size: 13px;
    color: #000;
  }
  
  .service_cart_form.card
    .additionalformcontentnew
    .secondsection
    .hastags
    span:first-child {
    color: red;
    font-size: 16px;
  }
  
  .service_cart_form.card
    .additionalformcontentnew
    .secondsection
    .hastags
    span:nth-child(2) {
    color: #00f;
    font-size: 16px;
  }
  
  .service_cart_form.card
    .additionalformcontentnew
    .secondsection
    .hastags
    span:nth-child(3) {
    color: green;
    font-size: 16px;
  }
  
  .service_cart_form.card
    .additionalformcontentnew
    .secondsection
    span:nth-child(2) {
    color: #000;
    font-size: 17px;
  }
  
  .service_cart_form.card
    .additionalformcontentnew
    .thirdsection
    span:first-child {
    color: grey;
  }
  
  .service_cart_form.card .additionalformcontentnew .tmsection {
    margin-top: 4px;
  }
  
  .service_cart_form.card .additionalformcontentnew .tmsection span:first-child {
    color: #000;
    background-color: #cecdcd;
    padding: 4px 8px;
    margin-top: 5px;
  }
  
  .service_cart_form.card
    .additionalformcontentnew
    .fourthsection
    span:first-child {
    color: #000;
    font-weight: 600;
  }
  
  .service_cart_form.card
    .additionalformcontentnew
    .fifthsection
    span:first-child {
    color: #000;
    font-style: italic;
    font-size: 13px;
    display: block;
  }
  
  .service_cart_form.card .card-title {
    text-align: center;
    padding-top: 10px;
  }
  
  @media (max-width: 991px) {
    .service_cart_form.card .card-title {
      font-size: 18px !important;
    }
  }
  
  .service_cart_form.card .selectdropdown {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: left;
  }
  
  @media (max-width: 991px) {
    .service_cart_form.card .selectdropdown {
      margin-top: 8px;
      margin-bottom: 8px;
    }
  }
  
  .service_cart_form.card button:not(.submitservicelink) {
    background-color: #ffd000;
    border: #ffd000;
    color: #000;
    padding: 12px 38px;
    font-weight: 500;
    border-radius: 4px;
  }
  
  .service_cart_form.card button:not(.submitservicelink):active {
    background-color: #ffd000 !important;
    color: #000 !important;
  }
  
  .service_cart_form.card button:not(.submitservicelink):focus {
    box-shadow: none !important;
  }
  
  .service_cart_form.card button.fullwidth {
    width: auto;
  }
  
  @media (max-width: 320px) {
    .service_cart_form.card button.fullwidth {
      font-size: 12px;
      padding: 12px 20px !important;
    }
  }
  
  @media (max-width: 768px) {
    .service_cart_form.card button.fullwidth {
      padding: 12px 30px;
    }
  }
  
  .service_cart_form.card button.white {
    background-color: #fff;
    border: 1px solid #a3a3a3;
    margin-left: 15px;
  }
  
  .service_cart_form.card button.white:active {
    background-color: #fff !important;
    border: 1px solid #a3a3a3;
  }
  
  @media (max-width: 467px) {
    .service_cart_form.card button.white {
      margin-left: 0;
      margin-top: 15px;
    }
  }
  
  .service_cart_form.card button.tile_cart_button {
    background-color: #000;
    color: #fff;
    font-weight: 700;
  }
  
  .service_cart_form.card.campaign-card {
    border-radius: 8px;
    border: 1px solid #f0f1f3;
  }
  
  .tm-smallcontent {
    text-align: center;
    padding-top: 20px;
    color: #9c9999;
    padding-left: 35px;
    padding-right: 35px;
  }
  
  @media (max-width: 992px) {
    .tm-smallcontent {
      padding-top: 10px;
    }
  }
  
  .serviceaction {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
  }
  
  .serviceaction.center,
  .serviceaction .price_div_col {
    text-align: center;
  }
  
  .serviceaction .price_div_col .price_limited {
    display: block;
    font-size: 14px;
    margin-top: 3px;
  }
  
  .serviceaction .priceTag {
    font-size: 28px;
    color: #000;
    line-height: normal;
    margin-top: 0;
    font-weight: 700;
  }
  
  .serviceaction .priceTag span {
    font-weight: 500;
    font-size: 16px;
    padding-left: 8px;
  }
  
  .new-service-banner {
    background-image: url(https://assets.vakilsearch.com/live-images/website_revamp/yellowbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .new-serviceBoxContainer {
    color: #000;
    padding-top: 100px !important;
  }
  
  .new-serviceBoxContainer .serviceCol {
    padding-top: 90px;
  }
  
  .new-serviceBoxContainer h1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  
  .new-serviceBoxContainer p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  
  .new-serviceBoxContainer .serviceBannerButton {
    background: radial-gradient(
        58.16% 777.85% at 9% 23.33%,
        rgba(0, 0, 0, 0.23) 0,
        transparent 90.5%
      ),
      radial-gradient(
        65.28% 65.28% at 26.39% 20.83%,
        hsla(0, 0%, 100%, 0.413) 0,
        hsla(0, 0%, 100%, 0) 69.79%,
        hsla(0, 0%, 100%, 0) 100%
      ),
      #000;
    color: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
    font-size: 20px;
    z-index: 10;
    box-shadow: 1px 1px 10px #000;
  }
  
  .new-serviceBoxContainer .serviceBannerButton:active,
  .new-serviceBoxContainer .serviceBannerButton:focus,
  .new-serviceBoxContainer .serviceBannerButton:hover {
    background-color: #000 !important;
    border: none !important;
    box-shadow: 1px 1px 10px #000 !important;
    z-index: 8;
  }
  
  .new-serviceBoxContainer .serviceBannerButton:hover {
    transform: scale(1.025);
  }
  
  .new-serviceBoxContainer .newBanner-mobile-slider {
    width: 90%;
  }
  
  .new-serviceBoxContainer .newBanner-mobile-slider .slick-arrow {
    background-color: #f6f693;
    padding: 15px;
    border-radius: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  
  .new-serviceBoxContainer
    .newBanner-mobile-slider
    .slick-arrow.slick-next:before,
  .new-serviceBoxContainer
    .newBanner-mobile-slider
    .slick-arrow.slick-prev:before {
    color: #000;
  }
  
  .new-serviceBoxContainer .newBanner-mobile-slider .slick-arrow.slick-prev {
    left: -15px;
  }
  
  .new-serviceBoxContainer .newServiceDashboard {
    margin-top: 20px;
    display: flex;
  }
  
  .new-serviceBoxContainer .newServiceDashboard img {
    margin-right: 15px;
  }
  
  .new-serviceBoxContainer .scroll-to-doc-btn {
    z-index: 1;
    position: relative;
    color: #00f;
    text-decoration: underline;
  }
  
  @media (max-width: 991px) {
    .new-serviceBoxContainer .service-header-h1 {
      font-size: 24px;
      line-height: 30px;
    }
  
    .new-serviceBoxContainer .service-header-h3 {
      font-size: 16px;
    }
  }
  
  .new-serviceBoxContainer .slider_arrows {
    font-size: 20px;
    background-color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 15px;
    border-radius: 50%;
    position: absolute;
    bottom: 100px;
    z-index: 999;
  }
  
  .new-serviceBoxContainer .slider_arrows.arrow_left {
    left: 10px;
  }
  
  .new-serviceBoxContainer .slider_arrows.arrow_right {
    right: 10px;
  }
  
  .serviceboxcontainer {
    padding: 20px 15px 60px;
  }
  
  .serviceboxcontainer.yellow_banner .servicebox_first_tm h1,
  .serviceboxcontainer.yellow_banner .servicebox_first_tm p {
    color: #000;
  }
  
  .serviceboxcontainer.container_tile_cart {
    max-width: 1600px !important;
  }
  
  @media screen and (max-width: 1600px) {
    .serviceboxcontainer.container_tile_cart {
      max-width: 1210px !important;
    }
  }
  
  @media screen and (max-width: 1900px) and (min-width: 1600px) {
    .serviceboxcontainer.container_tile_cart {
      max-width: 1400px !important;
    }
  }
  
  @media (max-width: 768px) {
    .serviceboxcontainer {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  
  @media (max-width: 320px) {
    .serviceboxcontainer .service_cart_form {
      white-space: nowrap;
    }
  }
  
  @media (max-width: 992px) {
    .serviceboxcontainer .service_cart_form .serviceaction {
      margin-top: 15px;
    }
  }
  
  @media (max-width: 992px) and (max-width: 320px) {
    .serviceboxcontainer .service_cart_form .serviceaction {
      white-space: normal;
    }
  }
  
  .servicelinks {
    text-align: center;
  }
  
  .servicelinks p {
    padding: 16px 0 0;
    margin: 0;
    font-size: 14px;
    font-family: roboto;
    color: #4b4f58;
    font-weight: 500;
  }
  
  .servicelinks a {
    font-weight: 400;
    font-size: 16px;
    padding: 0 5px;
    cursor: pointer;
  }
  
  .servicelinks a,
  .servicelinks a:hover {
    text-decoration: underline;
    color: #000;
  }
  
  .serviceDashboard {
    justify-content: space-between;
    display: flex;
    margin: 0;
    padding: 12px 0;
  }
  
  @media (max-width: 768px) {
    .serviceDashboard {
      padding: 40px 0 0;
    }
  }
  
  .serviceDashboard .serviceDashboard_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
  }
  
  .serviceDashboard .serviceDashboard_main .imagebox {
    text-align: center;
  }
  
  .serviceDashboard .serviceDashboard_main .imagebox span {
    font-family: roboto;
    font-weight: 500;
    padding-left: 12px;
    color: #fff;
    font-size: 14px;
    margin: 5px 0 0;
    display: inline-block;
  }
  
  .serviceDashboard .serviceDashboard_main p {
    font-family: roboto;
    font-weight: 500;
    text-align: center;
    margin: 7px 0;
    color: #fff;
    font-size: 14px;
  }
  
  .translator_comp {
    color: #000;
    text-align: center;
    display: block;
  }
  
  .translator_comp > div {
    width: 100%;
  }
  
  @media (max-width: 768px) {
    .translator_comp {
      padding-bottom: 0;
    }
  }
  
  .translator_comp p {
    line-height: 27px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 6px 30px;
    margin: 12px;
    z-index: 999;
    position: relative;
  }
  
  .translator_comp p,
  .translator_comp p a {
    font-family: roboto;
    font-weight: 500;
    font-size: 14px;
  }
  
  .translator_comp p a {
    color: #2e5aea;
    cursor: pointer;
  }
  
  .translator_comp p a:hover {
    color: #2e5aea;
  }
  
  .services-intro {
    padding: 15px 15px 30px;
    background-image: radial-gradient(#f5f5f5 15%, transparent 0),
      radial-gradient(#f5f5f5 15%, transparent 0);
    background-color: #fff;
    background-position: 0 0, 50px 50px;
    background-size: 20px 20px;
    text-align: center;
  }
  
  .services-intro .contentBlock {
    margin-bottom: 23px;
  }
  
  .services-intro .contentBlock h2 {
    font-size: 32px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: roboto;
  }
  
  @media (max-width: 991px) {
    .services-intro .contentBlock h2 {
      font-size: 22px;
      text-align: left;
    }
  }
  
  .services-intro .contentBlock p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    font-family: roboto;
  }
  
  @media (max-width: 768px) {
    .services-intro .contentBlock p {
      text-align: left;
    }
  }
  
  .services-intro .registration-steps .row {
    align-items: center;
    justify-content: center;
  }
  
  @media (max-width: 768px) {
    .services-intro .registration-steps .row .columndiv {
      padding: 0;
    }
  
    .services-intro .registration-steps .row .columndiv > img {
      float: left;
    }
  
    .services-intro .registration-steps .row .columndiv .steps_cont {
      padding-left: 81px;
      text-align: left;
    }
  
    .services-intro .registration-steps .row .columndiv .description_content {
      left: 15px;
      position: relative;
      margin-top: 8px;
      bottom: 0;
      text-align: left;
      padding-left: 66px;
      color: #7b7b7b;
    }
  }
  
  @media (max-width: 768px) and (max-width: 768px) {
    .services-intro
      .registration-steps
      .row
      .columndiv
      .description_content.hidesteps {
      display: none;
    }
  }
  
  @media (max-width: 768px) {
    .services-intro .registration-steps .row .columndiv .description_content p {
      text-align: left;
    }
  }
  
  .services-intro .registration-steps .row .arrowdiv {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    right: -8px;
  }
  
  @media (max-width: 768px) {
    .services-intro .registration-steps .row .arrowdiv {
      position: inherit;
      justify-content: center;
      right: 0;
      top: -6px;
    }
  
    .services-intro .registration-steps .row .arrowdiv img {
      transform: rotate(90deg);
    }
  }
  
  .services-intro .registration-steps p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 12px;
  }
  
  .services-intro .registration-steps .steps_cont {
    font-weight: 700;
    margin-top: 12px;
  }
  
  @media (min-width: 992px) {
    .service_inner_body {
      padding: 0 25px;
    }
  }
  
  @media (max-width: 1280px) {
    .service_inner_body {
      flex: 0 0 60%;
      width: 60%;
      max-width: 60%;
      padding: 25px;
    }
  }
  
  @media (max-width: 992px) {
    .service_inner_body {
      padding: 10px 25px;
    }
  }
  
  @media (max-width: 849px) {
    .service_inner_body {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
    }
  }
  
  .service-description {
    background: #fff;
    padding-bottom: 30px;
  }
  
  @media (max-width: 768px) {
    .service-description.container-fluid {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  .service-description > .row {
    margin: 0;
  }
  
  .service-description .moredetails_form {
    position: -webkit-sticky;
    position: sticky;
    margin-top: 30px;
    top: 70px;
    height: 100%;
    width: 22%;
    text-align: right;
    margin-left: auto;
  }
  
  .service-description .moredetails_form input {
    border: none;
    border-bottom: 1px solid #d6d6d6;
  }
  
  @media (max-width: 849px) {
    .service-description .moredetails_form {
      display: none;
    }
  }
  
  .service-description .moredetails_form.col-lg-3 {
    max-width: 25% !important;
    width: 25% !important;
    flex: 0 0 100%;
  }
  
  @media (max-width: 1280px) {
    .service-description .moredetails_form {
      width: 26%;
      margin-left: inherit;
      margin-right: auto;
      top: 100px;
    }
  
    .service-description .moredetails_form.col-lg-3 {
      margin-left: inherit;
      margin-right: auto;
      max-width: 333px !important;
      width: 333px !important;
      flex: 0 0 100%;
    }
  }
  
  .service-description .moredetails_form .serviceaction button {
    width: 100%;
    padding: 12px;
  }
  
  .service-description .moredetails_form .serviceaction button.whitebutton {
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid #a3a3a3;
  }
  
  .service-description .moredetails_form .serviceaction button.whitebutton:active,
  .service-description .moredetails_form .serviceaction button.whitebutton:focus {
    background-color: #fff !important;
    border: 1px solid #a3a3a3 !important;
  }
  
  .service-description .moredetails_form .ordiv {
    text-align: center;
    margin: 5px;
  }
  
  .service-description .moredetails_form .servicelinks button {
    background: transparent;
    border: 1px solid #d6d6d6;
    width: 100%;
    padding: 12px;
    font-weight: 400;
  }
  
  .service-description .moredetails_form .servicelinks button:active,
  .service-description .moredetails_form .servicelinks button:hover,
  .service-description .moredetails_form .servicelinks button:visited {
    background-color: transparent !important;
    border: 1px solid #d6d6d6;
  }
  
  .service-description .moredetails_form .moredetailscontent p {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    font-family: roboto;
    color: #7e8086;
    letter-spacing: inherit;
    margin-bottom: inherit;
    line-height: normal;
  }
  
  .service-description .navigation_list {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    height: 80vh;
    width: 280px;
    margin: 20px 7px 0 12px;
    min-height: 500px;
    overflow: auto;
  }
  
  @media (max-width: 1280px) {
    .service-description .navigation_list {
      display: none;
    }
  }
  
  .service-description .navigation_list ul {
    padding: 12px 5px;
  }
  
  .service-description .navigation_list ul li {
    background: #f7f7f7;
    border-radius: 3px;
    margin: 4px;
    transition: 0.2s ease-in-out;
  }
  
  .service-description .navigation_list ul li a {
    font-size: 16px;
    padding: 19px;
    display: block;
    font-weight: 700;
  }
  
  .service-description .navigation_list ul li.activeclass_li {
    border-left: 5px solid #ffd000;
    box-shadow: 0 0 7px 0 #a39393;
    background: #fff;
  }
  
  .service-description .service_body {
    margin-top: 40px;
  }
  
  @media (max-width: 1280px) {
    .service-description .service_body {
      margin: 0;
    }
  }
  
  .service-description .service_body .description_data a {
    color: #2e5aea;
  }
  
  .service-description .service_body .description_data table td,
  .service-description .service_body .description_data table th {
    font-size: 16px;
  }
  
  .service-description .service_body .description_data .avatar_div {
    display: flex;
    align-items: flex-start;
  }
  
  .service-description .service_body .description_data .avatar_div.first {
    margin-top: 25px;
  }
  
  .service-description .service_body .description_data .avatar_div .avatar_icon {
    font-size: 35px;
  }
  
  .service-description .service_body .description_data .avatar_div h4 {
    margin: 0;
    padding: 0 0 12px;
  }
  
  .service-description
    .service_body
    .description_data
    .avatar_div
    .avatarcontent {
    margin-left: 25px;
  }
  
  .service-description
    .service_body
    .description_data
    .avatar_div
    .avatarcontent
    h4 {
    font-size: 17px;
    font-family: roboto;
  }
  
  .service-description .service_body .description_data li,
  .service-description .service_body .description_data p {
    text-align: left;
    margin: 0 0 10px;
    color: #000;
    font-family: roboto;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .service-description .service_body .description_data .body_card_wrapper a {
    color: #2e5aea;
  }
  
  .service-description .service_body .description_data .body_card_wrapper ul {
    padding-top: 20px;
  }
  
  .service-description .service_body .description_data li {
    margin-left: 15px;
    list-style: disc;
  }
  
  .service-description .service_body .description_data .title_div {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    font-family: roboto;
    line-height: normal;
    margin-bottom: 20px;
  }
  
  @media (max-width: 991px) {
    .service-description .service_body .description_data .title_div {
      font-size: 18px;
      padding-top: 10px;
    }
  }
  
  .service-description .service_body .description_data .heading_text {
    font-size: 17px;
    font-weight: 700;
    color: #000;
  }
  
  @media (max-width: 991px) {
    .service-description .service_body .description_data .heading_text {
      padding-top: 24px;
    }
  }
  
  .service-description .service_body .description_data .title_header {
    font-size: 17px;
    font-family: roboto;
    font-weight: 700;
  }
  
  .dropdownerror.validation-error {
    bottom: 5px;
  }
  
  select.selectdropdown {
    width: 100%;
    padding: 10px;
  }
  
  .legalform {
    margin-bottom: 12px;
  }
  
  .legalform .card-title {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  
  .legalform .contact_input {
    width: 100%;
  }
  
  .legalform .contact_input input {
    width: 100%;
    padding-left: 5px;
  }
  
  .legalform .panel_btn {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
  }
  
  .legalform .panel_btn button {
    padding: 13px;
    width: 100%;
    max-width: 250px;
  }
  
  .spinnerform {
    border-width: 0.7px;
    margin-right: 6px;
  }
  
  .serviceimage {
    margin: 20px 0 30px;
  }
  
  .clientlogos {
    padding: 15px 0;
    background: #fff;
    text-align: center;
  }
  
  .clientlogos h2 {
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  
  @media (max-width: 991px) {
    .clientlogos h2 {
      font-size: 20px !important;
    }
  }
  
  .clientlogos .row {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .clientlogos .row .col {
    flex-grow: 0;
    flex-basis: inherit;
    width: auto;
    padding: 0;
  }
  
  .clientlogos img {
    margin: 15px 2px;
  }
  
  input::-webkit-inner-spin-button,
  input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  @media (max-width: 768px) {
    .service_cart_form.card
      .additionalformcontentnew
      .fifthsection
      span:first-child {
      color: #000;
      font-style: italic;
      font-size: 13px;
      display: none;
    }
  
    .service_cart_form.card .fifthsectionmobile span:first-child {
      color: #000;
      font-style: italic;
      font-size: 13px;
      display: block;
      margin-top: 6px;
    }
  }
  
  .tmsym-text .tmsymbol {
    border: 1px solid #4a4a4a;
    border-radius: 50%;
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
  }
  
  .tile_cart_v3 .cart_header_new {
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    border-bottom: 1px solid #bdbdbd;
    background-color: #fff !important;
    box-shadow: 1px 1px 6px 3px #d3d3d3;
  }
  
  @media screen and (max-width: 1024px) {
    .tile_cart_v3 .cart_header_new {
      position: static;
      z-index: 0;
    }
  }
  
  .tile_cart_v3 .cart_header_new .nav_bar_custom {
    width: 100%;
    display: contents;
  }
  
  .tile_cart_v3 .cart_header_new .nav_bar_custom .header_steps {
    text-align: center;
  }
  
  @media screen and (max-width: 1024px) {
    .tile_cart_v3 .cart_header_new .nav_bar_custom .header_steps {
      width: 100%;
      display: contents;
    }
  }
  
  .tile_cart_v3 .cart_header_new .nav_bar_custom .header_steps .step_title {
    color: #000;
    letter-spacing: 0.5px;
  }
  
  .tile_cart_v3 .cart_header_new .nav_bar_custom .header_steps .step_number {
    background: #0076f5;
    color: #fff;
    padding: 3px 7px;
    border-radius: 30px;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 700;
  }
  
  .tile_cart_v3 .cart_header_new .nav_bar_custom .header_steps .fa-check {
    color: #0076f5;
    padding: 3px;
    border-radius: 30px;
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid #0076f5;
  }
  
  .tile_cart_v3 .cart_header_new .nav_bar_custom .header_steps .muted {
    border: 1px solid #6c757d;
  }
  
  .tile_cart_v3 .cart_header_new .nav_bar_custom .header_steps .desktop_progress {
    width: 80px;
    border-bottom: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
  }
  
  .tile_cart_v3 .cart_header_new .nav_bar_custom .mweb_progress {
    border-bottom: 1px solid #000;
    height: 50%;
  }
  
  .tile_cart_v3 .cart_header_new .nav_bar_custom .nav_bar_adj {
    width: 100%;
    margin-right: 1rem;
    padding-right: 151px;
  }
  
  .tile_cart_v3 .cart_header_new .nav_bar_custom .interim_form_steps {
    width: 100%;
  }
  
  .tile_cart_v3
    .cart_header_new
    .nav_bar_custom
    .interim_form_steps
    .interim_progress {
    border-bottom: 1px solid #b9b9c3;
    position: absolute;
    top: 0;
    height: 50%;
  }
  
  .tile_cart_v3
    .cart_header_new
    .nav_bar_custom
    .interim_form_steps
    .interim_progress.border-secondary {
    border-color: #b9b9c3 !important;
  }
  
  .tile_cart_v3
    .cart_header_new
    .nav_bar_custom
    .interim_form_steps
    .interim_progress.mobile {
    width: 45%;
  }
  
  .tile_cart_v3
    .cart_header_new
    .nav_bar_custom
    .interim_form_steps
    .interim_progress.desktop {
    width: 48.5%;
  }
  
  .tile_cart_v3
    .cart_header_new
    .nav_bar_custom
    .interim_form_steps
    .interim_progress.right {
    right: 0;
  }
  
  .tile_cart_v3
    .cart_header_new
    .nav_bar_custom
    .interim_form_steps
    .interim_progress.left {
    left: 0;
  }
  
  .tile_cart_v3 .service_offers {
    text-align: center;
    background-color: #eee;
    padding: 30px 0 60px;
  }
  
  .tile_cart_v3 .service_offers .state_selection .state_header {
    font-size: 14px;
  }
  
  .tile_cart_v3 .service_offers .state_selection .state_header.mweb {
    width: 330px;
    margin: auto;
  }
  
  .tile_cart_v3 .service_offers .state_selection .state_header.mweb span {
    width: 100%;
    display: flex;
    float: left;
    margin-bottom: 0.5rem;
  }
  
  .tile_cart_v3 .service_offers .state_selection .select {
    font-size: 16px;
    width: 330px;
    margin: auto;
  }
  
  .tile_cart_v3 .service_offers .state_selection_display {
    display: block ruby;
  }
  
  .tile_cart_v3 .service_offers .slick-list {
    height: 100%;
  }
  
  .tile_cart_v3 .service_offers .offer_card_slider_arrows {
    margin-top: 10px;
  }
  
  .tile_cart_v3 .service_offers .offer_card_slider_arrows button {
    background: #fff;
    border: none;
    outline: none;
    border-radius: 50%;
    padding: 1px 10px;
    font-size: 20px;
  }
  
  .tile_cart_v3 .service_offers .offer_card {
    padding: 0;
    margin-top: 15px;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card {
    box-shadow: 2px 2px 1px 1px #d3d3d3;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .normal_pay_card {
    padding-top: 1rem !important;
    margin-bottom: 0.5rem !important;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .normal_pay_card hr {
    margin-bottom: 0;
    border-top: 1px dashed #000;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .value_pay_card {
    background-color: #0076f5;
    color: #fff !important;
    margin-bottom: 0.5rem !important;
    padding-top: 1rem !important;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .value_pay_card hr {
    border-top: none;
    margin-bottom: 0;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .card_header {
    font-size: 20px;
    letter-spacing: 1.5px;
    font-weight: 700;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .offer_amount {
    font-size: 40px;
    letter-spacing: 1px;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .original_amount {
    display: block;
    font-size: 30px;
    -webkit-text-decoration: 2px line-through #b71c1c;
    text-decoration: 2px line-through #b71c1c;
    letter-spacing: 1px;
    color: #bdbdbd;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .best_value_tag {
    background-color: #ffd000;
    position: absolute;
    top: -12px;
    padding: 2px 45px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .best_value_tag_side {
    position: absolute;
    left: -25px;
    top: 25px;
    height: 20px;
    width: 120px;
    border-bottom: 20px solid #ffd000;
    border-left: 20px solid #eee;
    border-right: 20px solid #eee;
    transform: rotate(-45deg);
    color: #000;
    font-weight: 700;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .mweb_pack_incl_accordion {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
  }
  
  .tile_cart_v3
    .service_offers
    .offer_card
    .card
    .mweb_pack_incl_accordion
    .accordion-toggle {
    background: none;
    border: none;
    font-size: 16px;
    width: 90%;
  }
  
  .tile_cart_v3
    .service_offers
    .offer_card
    .card
    .mweb_pack_incl_accordion
    .accordion-toggle:active,
  .tile_cart_v3
    .service_offers
    .offer_card
    .card
    .mweb_pack_incl_accordion
    .accordion-toggle:focus {
    background-color: transparent;
    box-shadow: none !important;
    border-color: inherit !important;
    outline: none;
  }
  
  .tile_cart_v3
    .service_offers
    .offer_card
    .card
    .mweb_pack_incl_accordion
    .accordion-collapse
    ul {
    border-top: 1px solid #e0e0e0;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card ul {
    font-size: 13px;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card ul small {
    background-color: #ffd000;
    padding: 2px 5px;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1px;
    vertical-align: middle;
    margin-left: 5px;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .fa-plus {
    color: #21d88b;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card .fa-check-circle {
    color: #0076f5;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card button {
    margin: auto;
    width: 250px;
    border-radius: 50px;
    background-color: #ffd000;
    color: #000;
    font-weight: 700;
    border: 1px solid #ffd000;
    padding: 12px 10px;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card button:active,
  .tile_cart_v3 .service_offers .offer_card .card button:focus {
    background-color: #ffc107;
    color: #000;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5) !important;
    border-color: #ffc107 !important;
  }
  
  @media screen and (max-width: 992px) {
    .tile_cart_v3 .service_offers .offer_card .card button {
      width: 210px;
    }
  }
  
  .tile_cart_v3 .service_offers .offer_card .card h4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card h6 {
    margin-top: 0.5rem !important;
    color: #616161;
  }
  
  .tile_cart_v3 .service_offers .offer_card .card h5 {
    font-size: 16px !important;
    letter-spacing: 0.5px;
  }
  
  .tile_cart_v3 .tile_cart_carousel {
    margin-top: 20px;
    text-align: center;
  }
  
  .tile_cart_v3 .tile_cart_carousel .custom_arrows {
    margin: 80px 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    height: 50px;
  }
  
  .tile_cart_v3 .tile_cart_carousel .slick-dots li {
    margin: 0;
  }
  
  .tile_cart_v3 .tile_cart_carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #c5c5c5;
    background-color: #eee4e4;
    border-radius: 10px;
  }
  
  .tile_cart_v3 .tile_cart_carousel .slick-dots li button:before {
    display: none;
  }
  
  .tile_cart_v3 .tile_cart_carousel .slick-dots li.slick-active button {
    background-color: #0074f4;
    border: none;
    height: 12px;
    width: 12px;
  }
  
  .tile_cart_v3 .tile_cart_carousel .slick-list {
    margin-bottom: 20px;
    height: 400px;
  }
  
  .tile_cart_v3 .tile_cart_carousel .custom-dots {
    display: inline-flex !important;
  }
  
  .tile_cart_v3 .tile_cart_carousel .custom-dots li button {
    background-color: #eee4e4;
    border-radius: 21px;
    width: 18px;
    height: 18px;
    font-size: 0;
    border: none;
    margin-left: 5px;
  }
  
  @media screen and (max-width: 992px) {
    .tile_cart_v3 .tile_cart_carousel .custom-dots li button {
      width: 10px;
      height: 10px;
    }
  }
  
  .tile_cart_v3 .tile_cart_carousel .custom-dots .slick-active button {
    background-color: #0074f4;
  }
  
  .tile_cart_v3 .tile_cart_carousel .slick-slide div {
    background-color: #fff;
    margin: 0 5px;
  }
  
  @media screen and (max-width: 992px) {
    .tile_cart_v3 .tile_cart_carousel .slick-slide div {
      margin: 0;
    }
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel {
    padding: 20px 20px 20px 10px;
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel .client_img img {
    display: inline;
    width: 120px;
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel .client_name {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel .client_content {
    font-size: 20px;
    font-weight: 700;
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel .client_content span {
    width: 700px;
    display: inline-block;
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel .client_designation {
    font-size: 14px;
    color: grey;
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel_mweb {
    padding: 0 10px;
    margin: 0;
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel_mweb .client_img img {
    display: inline;
    width: 100px;
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel_mweb .client_name {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel_mweb .client_content {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel_mweb .client_content span {
    display: inline-block;
  }
  
  .tile_cart_v3 .tile_cart_carousel .client_carousel_mweb .client_designation {
    font-size: 13px;
    color: grey;
  }
  
  .tile_cart_v3 .tile_cart_faqs h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 30px;
  }
  
  .tile_cart_v3 .tile_cart_faqs .faq_accordion {
    border-top: 1px solid #e0e0e0;
    padding: 20px;
    box-shadow: 3px 4px 5px -1px #e0e0e0;
  }
  
  .tile_cart_v3 .tile_cart_faqs .faq_accordion .accordion-toggle {
    cursor: pointer;
    width: 100%;
    text-align: left;
    background-color: #fff;
    font-size: 20px;
    border: none;
    padding: 0 0 10px;
    display: flex;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 992px) {
    .tile_cart_v3 .tile_cart_faqs .faq_accordion .accordion-toggle {
      font-size: 16px;
    }
  }
  
  .tile_cart_v3 .tile_cart_faqs .faq_accordion .accordion-toggle:active,
  .tile_cart_v3 .tile_cart_faqs .faq_accordion .accordion-toggle:focus,
  .tile_cart_v3 .tile_cart_faqs .faq_accordion .accordion-toggle:hover {
    outline: none;
  }
  
  .tile_cart_v3 .tile_cart_faqs .faq_accordion .accordion-toggle i {
    float: right;
  }
  
  .tile_cart_v3 .tile_cart_faqs .faq_accordion .accordion-toggle span {
    width: 90%;
  }
  
  .tile_cart_v3 .tile_cart_faqs .faq_accordion .accordion-collapse {
    padding: 0 10px;
    font-size: 15px;
  }
  
  @media screen and (max-width: 992px) {
    .tile_cart_v3 .tile_cart_faqs .faq_accordion .accordion-collapse {
      font-size: 13px;
    }
  }
  
  .tile_cart_v3 .tile_cart_faqs .faq_accordion .accordion-collapse a {
    color: #0076f5;
  }
  
  .tile_cart_v3 .tile_cart_faqs .faq_accordion .accordion-collapse a:hover {
    text-decoration: underline;
  }
  
  .tile_cart_v3 .tile_cart_faqs .current_opened_faq {
    background-color: #eee !important;
  }
  
  .whatsapp_toggles i {
    font-size: 17px;
    margin: 0 5px;
  }
  
  .switch {
    display: inline;
  }
  
  .switch .switch_bg {
    display: inline-block;
    height: 15px;
    width: 35px;
    margin: 0;
    position: relative;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.25s;
    vertical-align: middle;
  }
  
  .switch .switch_handle {
    height: 11px;
    width: 11px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    outline: 0;
    border: 0;
    transition: background-color 0.25s, transform 0.25s, box-shadow 0.15s;
  }
  
  .switch .switch_handle_off {
    transform: translateX(3px);
  }
  
  .switch .switch_handle_on {
    transform: translateX(20px);
  }
  
  .lead_form_container {
    height: 100%;
  }
  
  @media (max-width: 991px) {
    .lead_form_container {
      width: 100%;
      height: 100%;
      justify-content: center;
      display: flex;
    }
  }
  
  .lead_form_container .lead_form_left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .lead_form_container .lead_form_left .new-lead-form {
    width: 400px;
    margin-top: 40px;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .lead_form_left {
      flex-direction: column-reverse;
      height: 100%;
      justify-content: flex-end !important;
      align-items: center !important;
    }
  
    .lead_form_container .lead_form_left .new-lead-form {
      width: 350px !important;
      margin-top: 0;
    }
  }
  
  @media (max-width: 360px) {
    .lead_form_container .lead_form_left .new-lead-form {
      width: 300px !important;
      margin-top: 0;
    }
  }
  
  .lead_form_container .lead_form_left .descriptionBox {
    padding: 20px;
    border-radius: 8px;
    margin-left: 30px;
    width: 300px;
    top: -20px;
    position: relative;
    box-shadow: -5px 6px 6px -6px #000;
  }
  
  .lead_form_container .lead_form_left .descriptionBox.dsc {
    background-image: radial-gradient(
      circle at top right,
      #ffd200 0 50px,
      #ffe87b 0 90px,
      #fff 0 150px
    );
  }
  
  .lead_form_container .lead_form_left .descriptionBox.dsc:after,
  .lead_form_container .lead_form_left .descriptionBox.dsc:before {
    content: " ";
    position: absolute;
    display: block;
    left: -40px;
    top: 50px;
    border: 1.5em solid transparent;
    border-right-color: #fff;
  }
  
  .lead_form_container .lead_form_left .descriptionBox.fssai {
    background-image: radial-gradient(
      circle at top right,
      #ffd200 0 50px,
      #ffe87b 0 90px,
      #ffd200 0 150px
    );
  }
  
  .lead_form_container .lead_form_left .descriptionBox.fssai:after,
  .lead_form_container .lead_form_left .descriptionBox.fssai:before {
    content: " ";
    position: absolute;
    display: block;
    left: -40px;
    top: 50px;
    border: 1.5em solid transparent;
    border-right-color: #ffd200;
  }
  
  .lead_form_container .lead_form_left .descriptionBox.iec,
  .lead_form_container .lead_form_left .descriptionBox.iso,
  .lead_form_container .lead_form_left .descriptionBox.nameChange {
    background-image: radial-gradient(
      circle at top right,
      #ffd200 0 50px,
      #ffe87b 0 90px,
      #ffd200 0 150px
    );
  }
  
  .lead_form_container .lead_form_left .descriptionBox.iec:after,
  .lead_form_container .lead_form_left .descriptionBox.iec:before,
  .lead_form_container .lead_form_left .descriptionBox.iso:after,
  .lead_form_container .lead_form_left .descriptionBox.iso:before,
  .lead_form_container .lead_form_left .descriptionBox.nameChange:after,
  .lead_form_container .lead_form_left .descriptionBox.nameChange:before {
    content: " ";
    position: absolute;
    display: block;
    left: -40px;
    top: 50px;
    border: 1.5em solid transparent;
    border-right-color: #ffd200;
  }
  
  .lead_form_container .lead_form_left .descriptionBox.dsc:after,
  .lead_form_container .lead_form_left .descriptionBox.fssai:after,
  .lead_form_container .lead_form_left .descriptionBox.iec:after,
  .lead_form_container .lead_form_left .descriptionBox.iso:after,
  .lead_form_container .lead_form_left .descriptionBox.nameChange:after {
    border-color: transparent rgba(0, 0, 0, 0.275) transparent transparent;
    z-index: -5;
    left: -42px;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .lead_form_left .descriptionBox {
      margin: 50px auto 35px;
      width: 350px;
      top: 0;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.dsc,
    .lead_form_container .lead_form_left .descriptionBox.iec {
      background-image: radial-gradient(
        circle at top right,
        #ffd200 0 50px,
        #ffe87b 0 90px,
        #fff 0 150px
      );
    }
  
    .lead_form_container .lead_form_left .descriptionBox.dsc:after,
    .lead_form_container .lead_form_left .descriptionBox.dsc:before,
    .lead_form_container .lead_form_left .descriptionBox.iec:after,
    .lead_form_container .lead_form_left .descriptionBox.iec:before {
      content: " ";
      position: absolute;
      display: block;
      top: 145px;
      left: 150px;
      border: 1.5em solid transparent;
      border-top-color: #fff;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.fssai,
    .lead_form_container .lead_form_left .descriptionBox.iso,
    .lead_form_container .lead_form_left .descriptionBox.nameChange {
      background-image: radial-gradient(
        circle at top right,
        #ffd200 0 50px,
        #ffe87b 0 90px,
        #ffd200 0 150px
      );
    }
  
    .lead_form_container .lead_form_left .descriptionBox.fssai:after,
    .lead_form_container .lead_form_left .descriptionBox.fssai:before,
    .lead_form_container .lead_form_left .descriptionBox.iso:after,
    .lead_form_container .lead_form_left .descriptionBox.iso:before,
    .lead_form_container .lead_form_left .descriptionBox.nameChange:after,
    .lead_form_container .lead_form_left .descriptionBox.nameChange:before {
      content: " ";
      position: absolute;
      display: block;
      top: 110px;
      left: 150px;
      border: 1.5em solid transparent;
      border-top-color: #ffd200;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.nameChange:before {
      top: 157px;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.nameChange:after {
      top: 159px;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.iec:before {
      top: 110px;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.iec:after,
    .lead_form_container .lead_form_left .descriptionBox.iso:after {
      top: 112px;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.fssai:before {
      top: 190px;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.fssai:after {
      top: 192px;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.dsc:after {
      top: 147px;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.dsc:after,
    .lead_form_container .lead_form_left .descriptionBox.fssai:after,
    .lead_form_container .lead_form_left .descriptionBox.iec:after,
    .lead_form_container .lead_form_left .descriptionBox.iso:after,
    .lead_form_container .lead_form_left .descriptionBox.nameChange:after {
      border-color: rgba(0, 0, 0, 0.275) transparent transparent;
      z-index: -1;
    }
  }
  
  @media (max-width: 360px) {
    .lead_form_container .lead_form_left .descriptionBox {
      width: 300px;
    }
  
    .lead_form_container .lead_form_left .descriptionBox:after,
    .lead_form_container .lead_form_left .descriptionBox:before {
      left: 125px !important;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.dsc:before {
      top: 165px !important;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.dsc:after {
      top: 167px !important;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.iec:after,
    .lead_form_container .lead_form_left .descriptionBox.iso:after {
      top: 112px !important;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.fssai:before {
      top: 190px !important;
    }
  
    .lead_form_container .lead_form_left .descriptionBox.fssai:after {
      top: 192px !important;
    }
  }
  
  .lead_form_container .lead-page-right-dashboard {
    background: url(https://assets.vakilsearch.com/live-images/website_revamp/yellowbanner.jpg)
      no-repeat;
    background-size: cover;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .lead-page-right-dashboard {
      display: none;
    }
  }
  
  .lead_form_container .service_price_desc_container p {
    font-family: Roboto;
  }
  
  .lead_form_container .service_price_desc_container .inner-div {
    background-color: hsla(0, 0%, 100%, 0.199);
    color: #494949;
    padding: 10px;
    font-size: 10px;
  }
  
  .lead_form_container .service_price_desc_container.fssai .title,
  .lead_form_container .service_price_desc_container.iec .title,
  .lead_form_container .service_price_desc_container.iso .title,
  .lead_form_container .service_price_desc_container.nameChange .title {
    font-size: 20px;
    font-weight: 500;
  }
  
  .lead_form_container .service_price_desc_container.fssai .price,
  .lead_form_container .service_price_desc_container.iec .price,
  .lead_form_container .service_price_desc_container.iso .price,
  .lead_form_container .service_price_desc_container.nameChange .price {
    font-size: 28px;
    font-weight: 700;
  }
  
  .lead_form_container .service_price_desc_container.fssai .price small,
  .lead_form_container .service_price_desc_container.iec .price small,
  .lead_form_container .service_price_desc_container.iso .price small,
  .lead_form_container .service_price_desc_container.nameChange .price small {
    font-size: small;
  }
  
  .lead_form_container .service_price_desc_container.fssai .subtitle,
  .lead_form_container .service_price_desc_container.iec .subtitle,
  .lead_form_container .service_price_desc_container.iso .subtitle,
  .lead_form_container .service_price_desc_container.nameChange .subtitle {
    font-size: small;
    font-style: italic;
    margin-bottom: 5px;
  }
  
  .lead_form_container .service_price_desc_container.fssai .inner-div,
  .lead_form_container .service_price_desc_container.iec .inner-div,
  .lead_form_container .service_price_desc_container.iso .inner-div,
  .lead_form_container .service_price_desc_container.nameChange .inner-div {
    background-color: hsla(0, 0%, 100%, 0.199);
    border-radius: 8px;
  }
  
  .lead_form_container .service_price_desc_container.fssai .inner-div p,
  .lead_form_container .service_price_desc_container.iec .inner-div p,
  .lead_form_container .service_price_desc_container.iso .inner-div p,
  .lead_form_container .service_price_desc_container.nameChange .inner-div p {
    font-size: 10px;
    margin: 0;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .service_price_desc_container.fssai .inner-div,
    .lead_form_container .service_price_desc_container.iec .inner-div,
    .lead_form_container .service_price_desc_container.iso .inner-div,
    .lead_form_container .service_price_desc_container.nameChange .inner-div {
      padding: 5px;
    }
  }
  
  .lead_form_container .service_price_desc_container.iec .subtitle,
  .lead_form_container .service_price_desc_container.iso .subtitle {
    font-size: small;
    font-style: normal;
    margin-bottom: 5px;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .service_price_desc_container.iec .subtitle,
    .lead_form_container .service_price_desc_container.iec .text,
    .lead_form_container .service_price_desc_container.iso .subtitle,
    .lead_form_container .service_price_desc_container.iso .text {
      display: none;
    }
  }
  
  .lead_form_container .service_price_desc_container.iec .mobile-div,
  .lead_form_container .service_price_desc_container.iso .mobile-div {
    display: none;
    background-color: rgba(255, 233, 123, 0.451);
    border-radius: 8px;
    text-align: left;
    padding: 10px 5px;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .service_price_desc_container.iec .mobile-div,
    .lead_form_container .service_price_desc_container.iso .mobile-div {
      display: block;
    }
  
    .lead_form_container .service_price_desc_container.iec .inner-div,
    .lead_form_container .service_price_desc_container.iso .inner-div {
      display: none;
    }
  }
  
  .lead_form_container .service_price_desc_container.iec .subtext,
  .lead_form_container .service_price_desc_container.iso .subtext {
    display: none;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .service_price_desc_container.iec .subtext,
    .lead_form_container .service_price_desc_container.iso .subtext {
      display: block;
      margin-bottom: 0;
    }
  }
  
  .lead_form_container .service_price_desc_container.dsc .title {
    font-size: 20px;
    font-weight: 500;
  }
  
  .lead_form_container .service_price_desc_container.dsc .list {
    list-style: disc;
    margin: 5px auto;
    width: 75%;
    font-size: 12px;
    line-height: 15px;
  }
  
  .lead_form_container .service_price_desc_container.dsc .list li {
    margin-bottom: 5px;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .service_price_desc_container.dsc .list {
      display: none;
    }
  }
  
  .lead_form_container .service_price_desc_container.dsc .price {
    display: none;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .service_price_desc_container.dsc .price {
      display: block;
      font-size: 28px;
      font-weight: 700;
    }
  
    .lead_form_container .service_price_desc_container.dsc .price small {
      font-size: small;
    }
  
    .lead_form_container .service_price_desc_container.dsc .subtitle {
      display: none;
    }
  }
  
  .lead_form_container .service_price_desc_container.dsc .mobile-div {
    display: none;
    background-color: rgba(255, 233, 123, 0.451);
    border-radius: 8px;
    text-align: center;
    padding: 10px 5px;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .service_price_desc_container.dsc .mobile-div {
      display: block;
    }
  }
  
  .lead_form_container .service_price_desc_container.dsc .text {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 5px;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .service_price_desc_container.dsc .text {
      display: none;
    }
  }
  
  .lead_form_container .service_price_desc_container.dsc .inner-div {
    background-color: #ffd200;
    color: #000;
    padding: 5px;
    font-weight: 700;
    text-align: center;
    border-radius: 8px;
  }
  
  .lead_form_container .service_price_desc_container.dsc .inner-div p {
    font-size: 28px;
    margin-bottom: 0;
  }
  
  .lead_form_container .service_price_desc_container.dsc .inner-div h6 {
    margin-bottom: 0;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .service_price_desc_container.dsc .inner-div {
      display: none;
    }
  }
  
  .lead_form_container .service_price_desc_container.dsc .subtext {
    display: none;
  }
  
  @media (max-width: 991px) {
    .lead_form_container .service_price_desc_container.dsc .subtext {
      display: block;
      margin-bottom: 0;
    }
  }
  
  .lead_form_container .continue-btn {
    background-color: #000;
    color: #fff;
    border-radius: 14px;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
  }
  
  .lead_form_container .continue-btn:active,
  .lead_form_container .continue-btn:focus,
  .lead_form_container .continue-btn:hover {
    background-color: #000 !important;
    color: #fff;
    box-shadow: none !important;
  }
  
  .lead_form_container .payText {
    padding-left: 10px;
    width: 50%;
  }
  
  .lead_form_container .payText p {
    font-family: Roboto;
    margin: 5px 0 0;
    font-weight: 700;
    color: #000;
  }
  
  @media (max-width: 992px) {
    .lead_form_container .payText {
      width: 50%;
    }
  }
  
  @media (max-width: 360px) {
    .lead_form_container .payText {
      width: 40%;
    }
  }
  
  .lead_form_container .paynow-btn {
    background-color: #ffd200;
    color: #000;
    border-radius: 14px;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    z-index: 1;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.2);
    font-weight: 700;
  }
  
  .lead_form_container .paynow-btn:active,
  .lead_form_container .paynow-btn:focus,
  .lead_form_container .paynow-btn:hover {
    background-color: #ffd200 !important;
    color: #000 !important;
    box-shadow: none !important;
  }
  
  @media (max-width: 992px) {
    .lead_form_container .paynow-btn {
      padding: 10px 15px;
      width: 100%;
    }
  }
  
  .lead_form_container .consult-btn {
    background-color: #fff;
    color: #000;
    border-radius: 16px;
    border: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 20px;
  }
  
  .lead_form_container .consult-btn:active:focus,
  .lead_form_container .consult-btn:active:hover,
  .lead_form_container .consult-btn:focus,
  .lead_form_container .consult-btn:hover {
    background-color: #fff;
    color: #000;
    box-shadow: none !important;
  }
  
  .service_lead_form {
    margin: 0 0 25px;
    border-radius: 8px;
  }
  
  .service_lead_form .card-header {
    background-color: #ffd200;
    border-radius: 8px 8px 8px 8px;
    z-index: 1;
    box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 22px;
    font-weight: 500;
  }
  
  .service_lead_form .custom_label {
    margin-bottom: 20px;
  }
  
  .service_lead_form .custom_label input {
    border: none;
    border-bottom: 1px solid #d6d6d6;
  }
  
  .service_lead_form .lead_form_tab {
    margin-bottom: 2px;
  }
  
  .service_lead_form .lead_form_tab .nav-item {
    width: 48%;
    padding: 10px 0;
    margin: 0 2px;
    text-align: center;
    border: none;
    border-bottom: 5px solid #eaeaea;
    color: #495057;
  }
  
  .service_lead_form .lead_form_tab .nav-item.active {
    color: #000;
    border-bottom: 5px solid #ffd200;
  }
  
  .service_lead_form .lead-form-accordion {
    padding-left: 5px;
    max-height: 100px;
    overflow-y: scroll;
  }
  
  .service_lead_form .lead-form-accordion .toggle-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: grey;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  
  .service_lead_form .lead-form-accordion .toggle-container .toggle-btn {
    border: none;
    box-shadow: none;
    color: grey;
    padding: 0 5px 0 0;
    font-size: 24px;
  }
  
  .service_lead_form .lead-form-accordion .toggle-container .toggle-btn :active,
  .service_lead_form .lead-form-accordion .toggle-container .toggle-btn :focus {
    box-shadow: none;
  }
  
  .service_lead_form .lead-form-accordion::-webkit-scrollbar {
    display: none;
  }
  
  .service_lead_form .docRequired-form {
    width: 95%;
    margin: 20px auto;
  }
  
  .service_lead_form .docRequired-form .docRequired-input-container {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
  }
  
  .service_lead_form .docRequired-form .docRequired-input-container .check-icon {
    color: #ffd200;
  }
  
  .service_lead_form .docRequired-form .docRequired-input-container small {
    color: #858585;
  }
  
  @media (max-width: 992px) {
    .service_lead_form {
      width: 350px !important;
    }
  }
  
  @media (max-width: 360px) {
    .service_lead_form {
      width: 300px !important;
    }
  }
  
  .otp-modal .modal-header {
    padding: 25px 30px 0 0;
    border: 0;
  }
  
  .otp-modal .modal-header .close {
    background-color: transparent;
    color: #000;
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    box-shadow: none;
  }
  
  .otp-modal .modal-header .close:active,
  .otp-modal .modal-header .close:focus,
  .otp-modal .modal-header .close:hover {
    background-color: transparent;
    color: #000;
    box-shadow: none !important;
  }
  
  .otp-modal .modal-dialog-centered {
    justify-content: center;
  }
  
  .otp-modal .modal-content {
    border-radius: 0;
    width: auto;
  }
  
  .otp-modal .modal-body {
    display: grid;
    border-radius: 0;
    justify-items: center;
    padding: 0 65px 35px;
  }
  
  .otp-modal .otp-input {
    margin: 30px 20px;
    height: 50px;
    width: 50px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
  }
  
  .otp-modal .otp-input:focus {
    border: 1px solid #fecf2f;
  }
  
  .otp-modal .otp-input.error {
    border: 1px solid #dd4b39;
  }
  
  .otp-modal .otp-input.success {
    border: 1px solid #20c997;
  }
  
  .otp-modal h3 {
    color: #666;
    font-weight: 700;
  }
  
  .otp-modal small,
  .otp-modal span {
    color: #007aff;
    cursor: pointer;
  }
  
  .otp-modal small {
    text-decoration: underline;
  }
  
  .otp-modal .errorText {
    color: #dd4b39;
  }
  
  .otp-modal .verify-btn {
    background-color: #ffd000;
    border: #ffd000;
    color: #000;
    padding: 12px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-weight: 400;
    border-radius: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
    min-width: 150px;
    min-height: 48px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .otp-modal .verify-btn:active,
  .otp-modal .verify-btn:focus,
  .otp-modal .verify-btn:hover {
    background-color: #ffd000 !important;
    color: #000 !important;
  }
  
  .otp-modal .verify-btn:focus {
    box-shadow: none !important;
  }
  
  .otp-modal .verify-btn:disabled {
    background-color: #ffd000 !important;
    color: #000 !important;
  }
  
  @media (max-width: 991px) {
    .otp-modal .modal-header {
      padding: 25px 20px 0 0;
    }
  
    .otp-modal .modal-body {
      padding: 10px 15px 25px;
    }
  
    .otp-modal .otp-input {
      margin-right: 10px;
      margin-left: 10px;
      height: 40px;
      width: 40px;
    }
  }
  
  .additionalMobilePopUp {
    display: none;
    height: 500px;
    overflow: scroll;
  }
  
  .additionalMobilePopUp .modal-header {
    align-items: center;
  }
  
  .additionalMobilePopUp .modal-header h4 {
    margin: 0;
  }
  
  .additionalMobilePopUp .modal-body {
    padding-top: 5px;
  }
  
  .additionalMobilePopUp .discList {
    list-style: disc;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .additionalMobilePopUp .discList li {
    width: 80%;
  }
  
  .additionalMobilePopUp .numberList {
    list-style: decimal;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .additionalMobilePopUp .numberList li {
    width: 80%;
  }
  
  @media (max-width: 991px) {
    .additionalMobilePopUp {
      display: block;
    }
  }
  
  .youtube-player {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
  }
  
  .youtube-player.tileCartPageYTP {
    max-width: 65% !important;
    padding-bottom: 40% !important;
    margin-left: 0 !important;
  }
  
  .youtube-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  
  .youtube-player img {
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    transition: all 0.4s;
  }
  
  .youtube-player img:hover {
    -moz-filter: brightness(75%);
    filter: brightness(75%);
  }
  
  .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(https://assets.vakilsearch.com/live-images/play_button.png)
      no-repeat;
    cursor: pointer;
  }
  
  .interim_form.desktop {
    background-color: #f3f3f3;
    height: 100vh;
    overflow-x: hidden;
  }
  
  .interim_form .interim_form_body.desktop {
    background-image: url(https://assets.vakilsearch.com/live-images/website_revamp/interim_background.svg);
    height: 80vh;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
  }
  
  .interim_form .interim_form_body .form-interim {
    height: 90vh;
  }
  
  .interim_form .interim_form_body .form-interim .card.desktop_card {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    box-shadow: 0 1px 7px 3px #d3d3d3;
    margin: 0 15px 0 0;
  }
  
  .interim_form .interim_form_body .form-interim .card .custom_label {
    margin-bottom: 10px;
  }
  
  .interim_form .interim_form_body .form-interim .card .custom_label button {
    background-color: #ffd200;
  }
  
  .interim_form .interim_form_body .form-interim .card .custom_label span {
    font-size: 16px;
    cursor: pointer;
    color: #d2cfcf;
  }
  
  .interim_form .interim_form_body .form-interim .card .custom_label input {
    border: none;
    border-bottom: 1px solid #d2cfcf;
  }
  
  .interim_form .interim_form_body .form-interim .card .custom_label input:focus {
    border-bottom: 1px solid #007aff;
  }
  
  .interim_form .interim_form_body .form-interim .card .info .info_text {
    font-size: 14px;
    color: #76787e;
    line-height: 20px;
  }
  
  .interim_modal .modal-md {
    max-width: 400px !important;
  }
  
  .interim_modal .modal-body {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .interim_modal .modal-body i {
    font-size: 60px;
    color: red;
  }
  
  .interim_modal .modal-body h5 span {
    color: #d2cfcf;
    cursor: pointer;
  }
  
  .interim_modal .modal-body h5 span.disabled {
    cursor: not-allowed;
  }
  
  .interim_modal .modal-body button {
    background-color: #ffd200;
    border: 1px solid #ffd200;
    outline: none;
  }
  
  .interim_exit_modal {
    text-align: center;
  }
  
  .interim_exit_modal .modal-md {
    max-width: 600px !important;
  }
  
  .interim_exit_modal .modal-body button {
    background-color: #ececec;
    border: 1px solid #ececec;
    color: #000;
    height: 140px;
  }
  
  .interim_exit_modal .modal-body button:active,
  .interim_exit_modal .modal-body button:focus,
  .interim_exit_modal .modal-body button:hover {
    background-color: #d3d3d3 !important;
    border: 1px solid #d3d3d3 !important;
    color: #000 !important;
  }
  
  .oneline-service-form {
    box-shadow: 0 0 43px -20px #7e7e7e;
    border-radius: 10px;
  }
  
  .oneline-service-form .card {
    border: none;
  }
  
  @media (max-width: 992px) {
    .oneline-service-form .service_lead_form {
      width: 100% !important;
    }
  
    .oneline-service-form .custom_label {
      height: 70px;
    }
  }
  
  .oneline-service-form .btn-warning {
    background-color: #fcd209;
    border: 1px solid #fcd209;
    padding: 11px;
  }
  
  .oneline-service-form .btn-warning.desktop {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  
  .experiment_service_form.card {
    box-shadow: 0 0 43px -20px #7e7e7e;
    border: none;
    border-radius: 8px;
  }
  
  .experiment_service_form.card .card-title {
    padding-top: 0;
  }
  
  @media (max-width: 992px) {
    .experiment_service_form.card .card-body {
      padding: 1rem;
    }
  }
  
  .experiment_service_form.card .custom_label,
  .experiment_service_form.card .selectdropdown {
    margin-bottom: 1rem;
  }
  
  .experiment_service_form.card .custom_label input {
    background-color: #f3f3f3;
    border-radius: 8px;
    border-bottom: none;
  }
  
  .experiment_service_form.card .selectdropdown,
  .experiment_service_form.card .serviceaction {
    margin-top: 0;
  }
  
  .experiment_service_form.card button {
    color: var(--white) !important;
    width: 100% !important;
    border: 2px solid var(--yellow) !important;
    background-color: var(--yellow) !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
  }
  
  .experiment_service_form.card button:hover{
    color: var(--yellow) !important;
    background: transparent !important;
    border: 2px solid var(--yellow) !important;
  }
  
  .whatsapp_leadform {
    right: 15px;
    bottom: 10px;
    cursor: pointer;
  }
  
  .whatsapp_leadform_expt_b.card {
    background-color: #594285 !important;
  }
  
  .whatsapp_leadform_expt_b.card .card-body {
    background-color: #3b1c77 !important;
  }
  
  .whatsapp_leadform_expt_b.bottom-fixed {
    position: fixed !important;
    bottom: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    padding: 15px 30px;
    left: 0;
  }
  
  .whatsapp_leadform_expt_b #get_started_wap {
    background: linear-gradient(180deg, #25d366, #24a755);
    border: none;
    padding: 7px 30px;
    width: 100%;
    border-radius: 7px;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
  
  .trademarks_reg_state_wise {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  
  .trademarks_reg_state_wise .tm_state_heading {
    text-align: center;
    padding: 20px 0;
  }
  
  .trademarks_reg_state_wise .tm_states_links {
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    color: #007bff;
  }
  
  .trademarks_reg_state_wise .show_more_btn {
    color: #007bff;
    border: 1px solid #007aff;
    border-radius: 4px;
    padding: 10px 50px;
    background-color: #fff;
  }
  
  .underlineStyle {
    -webkit-text-decoration-color: #ffd000;
    text-decoration-color: #ffd000;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
  }
  
  .bannerleft-image {
    position: absolute !important;
    bottom: 0 !important;
    min-width: 16% !important;
    margin: 100px -60px -60px !important;
  }
  
  @media screen and (max-width: 992px) {
    .bannerleft-image {
      position: absolute !important;
      min-width: 30% !important;
      margin: 75% 0 0 !important;
    }
  }
  
  .bannerright-image {
    position: absolute !important;
    min-width: 14% !important;
    max-height: 90% !important;
    z-index: 0 !important;
    left: unset !important;
    bottom: unset !important;
  }
  
  @media screen and (max-width: 992px) {
    .bannerright-image {
      min-width: 50% !important;
      margin-top: 8rem !important;
    }
  }
  
  .campaign-form {
    z-index: 1;
    box-shadow: 0 0 22px 0 #ededed;
    position: relative;
    border-radius: 8px;
  }
  
  .campaign-steps {
    background-color: #f9f9f9;
  }
  
  .campaign-cards.desktop-break,
  .campaign-steps.align-steps {
    display: flex;
    justify-content: space-evenly;
  }
  
  .campaign-cards .card {
    border: none;
    box-shadow: 0 0 10px 0 #e4e4e4;
    border-radius: 6px;
  }
  
  @media screen and (min-width: 1020px) {
    .campaign-cards .card {
      width: 540px;
    }
  }
  
  .campaign-cards .card .card-header {
    background-color: #e6f2ff;
    border: none;
    box-shadow: 0 4px 10px 0 #f8fbff;
    padding: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  
  .campaign-cards .card .card-header .col-6 {
    padding-left: 2.8rem;
  }
  
  .campaign-cards .card .card-header .col-7 {
    padding-left: 1.8rem;
    padding-right: 0;
  }
  
  .campaign-cards .card .card-body i {
    border: 1px solid #256df4;
    border-radius: 50%;
    padding: 2px 2px 1px 1px;
    font-size: 9px;
    color: #256df4;
  }
  
  @keyframes wave {
    0%,
    60%,
    to {
      transform: none;
    }
  
    30% {
      transform: translateY(-15px);
    }
  }
  
  .vs-sticky-footer-mob {
    position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.13);
    text-align: center;
    height: 75px;
    width: 100%;
    z-index: 999;
  }
  
  .vs-sticky-footer-mob .footer-cta-btn {
    width: 90%;
    margin: 10px;
    padding: 15px 20px;
    background: #fdd106;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border: none;
  }
  
  .empty-spacer {
    height: 75px;
    background: transparent;
  }
  
  .banner_insight {
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    color: #303030;
  }
  
  .watch_yt_video {
    padding-left: 15px;
    padding-top: 7px !important;
    padding-bottom: 20px !important;
    font-size: 12px !important;
    line-height: 21px !important;
    cursor: pointer;
  }
  
  .watch_yt_video,
  .watch_yt_video_mob {
    font-style: normal;
    font-weight: 600 !important;
    color: #000 !important;
  }
  
  .watch_yt_video_mob {
    padding-left: 15px !important;
    font-size: 14px !important;
    line-height: 58px !important;
  }
  
  .banner_insight_mob {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 15px 30px;
    color: #303030;
  }
  
  .vs-new-menu {
    background: #fcd209;
    font-size: 12px;
    margin-left: 5px;
    padding: 2px 3px;
    border-radius: 4px;
  }
  
  .banner_reviews_box {
    width: 673px;
    background: #fff;
    box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
  }
  
  .banner_reviews_box .slick-dots li button:before {
    font-size: 8px !important;
  }
  
  #overlay-popover-pvt {
    opacity: 1 !important;
  }
  
  #overlay-popover-pvt .arrow:before {
    border-bottom-color: #fff;
  }
  
  #overlay-popover-pvt .tooltip-inner {
    color: #000;
    max-width: 340px !important;
    background-color: #fff;
    text-align: left;
    padding: 15px;
  }
  
  #overlay-popover-pvt-mob {
    transform: translate(298.556px, 274.444px) !important;
    opacity: 1 !important;
  }
  
  #overlay-popover-pvt-mob .arrow {
    transform: translate(10.3333px) !important;
  }
  
  #overlay-popover-pvt-mob .arrow:before {
    border-bottom-color: #fff;
  }
  
  #overlay-popover-pvt-mob .tooltip-inner {
    color: #000;
    max-width: 140px !important;
    background-color: #fff;
    text-align: left;
    padding: 15px;
  }
  
  .terms_and_condition .modal-content {
    height: 285px;
    background: #fff;
    border-radius: 4px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    flex: 1 1 auto;
  }
  
  .terms_and_condition ol {
    padding-left: 20px;
    padding-top: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
  
  .terms_and_condition .modal_close_btn {
    width: 100%;
    border: none;
    background: #fcd209;
    border-radius: 8px;
    padding: 11px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #231f20;
  }
  
  .banner_reviews_box_mob {
    width: 673px;
    background: #ffed97;
    border-radius: 12px;
    padding: 0 20px;
  }
  
  .banner_reviews_box_mob .slick-dots {
    height: 0;
  }
  
  .banner_reviews_box_mob .review_img_mob {
    position: relative;
    top: 31px;
    border: 4px solid #fdd106;
    border-radius: 100% !important;
  }
  
  .banner_reviews_box_mob .review_box {
    text-align: center;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }
  
  .banner_reviews_box_mob .review_box .review_content {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
  }
  
  .banner_reviews_box_mob .review_box .review_designation {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #171717 !important;
  }
  
  .review_container {
    padding: 40px 0;
  }
  
  .review_container,
  .review_container_mob {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .review_container_mob {
    padding: 0 0 25px;
    margin-top: -30px;
  }
  
  .review_img_mob {
    border-radius: 100% !important;
  }
  
  .banner_reviews_box {
    padding: 10px;
    width: 100% !important;
  }
  
  .banner_reviews_box .banner_reviews {
    padding: 8px;
  }
  
  .banner_reviews_box .banner_reviews .review_img {
    border-radius: 100% !important;
    border: 4px solid var(--yellow);
    margin-right: 10px !important;
  }
  
  .banner_reviews_box .banner_reviews .review_box {
    padding-left: 20px;
  }
  
  .banner_reviews_box .review_content {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #303030;
    padding: 0 !important;
    margin-left: 15px;
  }
  
  .banner_reviews_box .review_box span {
    font-size: 16px !important;
    line-height: 34px !important;
    letter-spacing: 0.02em !important;
    color: #171717 !important;
  }
  
  .banner_reviews_box .slick-dots {
    height: 0;
  }
  
  .company_name_search_container {
    padding: 60px 15px;
    height: 258px;
  }
  
  .company_name_search_container .company_search_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #000;
  }
  
  .company_name_search_container .company_search_subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    padding-bottom: 28px;
  }
  
  .company_name_search_container .cns_input_box {
    width: 45%;
    height: 48px;
    padding: 10px 20px;
    border: 1px solid #cecece;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8f9397;
  }
  
  .company_name_search_container .cns_button {
    height: 48px;
    padding: 10px 40px;
    border: none;
    background: #fcd209;
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    vertical-align: bottom;
  }
  
  .partner_benefits_container {
    padding: 20px 15px;
    background: #fafafa;
  }
  
  .partner_benefits_container .partner_title {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #000;
  }
  
  .partner_benefits_container .partner_subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
  }
  
  .partner_benefits_container .partner_benefit_label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #007aff;
    background: #eaf4ff;
    border-radius: 4px;
    padding: 10px;
  }
  
  .partner_benefits_container .left_section {
    width: 317px;
    float: right;
  }
  
  .partner_benefits_container .right_section {
    width: 317px;
    float: left;
  }
  
  .partner_benefits_container li {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  
  .partner_benefits_container i {
    color: #256df4;
    padding-top: 5px;
  }
  
  .partner_benefits_container .show_more_btn {
    color: #007bff;
    border: 1.5px solid #007aff;
    border-radius: 4px;
    padding: 10px 50px;
    background-color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    background: #eaf4ff;
  }
  
  .partner_benefits_container .list_content {
    padding-bottom: 8px;
  }
  
  .partner_benefits_container .header_price {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 15px;
    text-align: left;
  }
  
  .brochure_container_section .service_brochure_form {
    flex: 1 1 auto;
    min-height: 1px;
    width: auto;
    background: #fff;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin: 0 7px 30px;
  }
  
  .brochure_container_section .service_brochure_form .header_div {
    padding: 25px 25px 5px;
  }
  
  .brochure_container_section .service_brochure_form .brochureForm {
    padding: 0 15px 0 25px;
  }
  
  .brochure_container_section .service_brochure_form .brochureForm input {
    background-color: #f0f1f3;
    border-radius: 8px;
    border: none;
  }
  
  .brochure_container_section .service_brochure_form .brochureForm .brochure-btn {
    width: 100%;
    height: 48px;
    padding: 14px;
    background: #fcd209;
    border: none;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin-bottom: 25px;
  }
  
  .brochure_container_section
    .service_brochure_form
    .brochureForm
    .whatsapp_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #606162;
  }
  
  .brochure_container_section .brochure_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000;
  }
  
  .brochure_container_section .brochure_subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #828181;
  }
  
  .lead-success-modal .modal-dialog-centered {
    justify-content: center;
  }
  
  .lead-success-modal .modal-dialog {
    max-width: 641px;
    max-height: 357px;
  }
  
  .lead-success-modal .modal-content {
    border-radius: 8px;
    width: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.08);
  }
  
  .lead-success-modal .modal-body {
    display: grid;
    border-radius: 0;
    justify-items: center;
    padding: 35px 65px;
  }
  
  .lead-success-modal h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    padding: 10px 0;
  }
  
  .lead-success-modal h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #26272c;
  }
  
  .lead-success-modal .info_close_btn {
    width: 65%;
    border-radius: 8px;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    padding: 10px 20px;
    margin: 10px 0;
  }
  
  .lead-success-modal .btn-primary:not(:disabled):not(.disabled):active,
  .lead-success-modal .info_close_btn {
    background: #fcd209;
    border: none;
    color: #000;
  }
  
  @media (max-width: 991px) {
    .lead-success-modal .modal-body {
      padding: 10px 15px 25px;
    }
  }
  
  .lead-duplicate-modal .modal-dialog-centered {
    justify-content: center;
  }
  
  .lead-duplicate-modal .modal-dialog {
    max-width: 641px;
    max-height: 357px;
  }
  
  .lead-duplicate-modal .modal-content {
    border-radius: 8px;
    width: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.08);
  }
  
  .lead-duplicate-modal .modal-body {
    display: grid;
    border-radius: 0;
    justify-items: center;
    padding: 35px 65px;
  }
  
  .lead-duplicate-modal h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #e83e3e;
    padding: 10px 0;
  }
  
  .lead-duplicate-modal h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #26272c;
  }
  
  .lead-duplicate-modal .info_close_btn {
    width: 65%;
    background: #fcd209;
    border-radius: 8px;
    border: none;
    color: #000;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    padding: 10px 20px;
    margin: 10px 0;
  }
  
  @media (max-width: 991px) {
    .lead-duplicate-modal .modal-body {
      padding: 10px 15px 25px;
    }
  }
  
  .banner_content_div .banner_bottom_content {
    width: 80%;
  }
  
  .banner_content_div .banner_bottom {
    padding: 5px;
    border-radius: 8px;
    background: #ffec8f;
    font-size: 16px;
    line-height: 19px;
    color: #000;
  }
  
  .flex-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .brochure_whatsapp_toggles i {
    font-size: 17px;
    margin: 0 5px;
  }
  
  .switch_off {
    transform: translateX(-15px);
  }
  
  .switch_on {
    transform: translateX(3px);
  }
  
  .serviceboxcontainer-new {
    padding-top: 40px;
  }
  
  @media (max-width: 768px) {
    .serviceboxcontainer-new {
      padding-bottom: 0;
      padding-top: 0;
    }
  
    .serviceboxcontainer-new .serviceforms-new .servicebox_first {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  .serviceboxcontainer-new .serviceforms-new .servicebox_first h2 {
    color: #a59c9c;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .serviceboxcontainer-new .serviceforms-new .servicebox_first h1 {
    margin-bottom: 30px;
    line-height: 1.4;
  }
  
  @media (max-width: 768px) {
    .serviceboxcontainer-new .serviceforms-new .servicebox_first h1 {
      margin-top: 0;
      font-size: 34px;
      margin-bottom: 20px;
    }
  }
  
  .serviceboxcontainer-new .serviceforms-new .servicebox_first p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
  }
  
  .serviceboxcontainer-new .serviceforms-new .servicebox_first hr {
    border: 1px solid #4f4466;
  }
  
  .serviceboxcontainer-new .serviceforms-new .servicebox_first h5 {
    font-size: 16px;
    color: #fff;
  }
  
  .serviceboxcontainer-new .serviceforms-new .servicebox_first ul li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
  }
  
  .serviceboxcontainer-new .serviceforms-new .servicebox_first ul li img {
    width: 18px;
    height: 18px;
    margin-right: 15px;
  }
  
  .serviceboxcontainer-new .serviceforms-new .secondServiceForm {
    padding: 0 30px;
    margin-top: 15px;
  }
  
  @media (max-width: 768px) {
    .serviceboxcontainer-new .serviceforms-new .secondServiceForm {
      background: #fff;
      padding: 0;
    }
  
    .serviceboxcontainer-new .serviceforms-new .secondServiceForm .card {
      border: none;
    }
  }
  
  .serviceboxcontainer-new .serviceforms-new .intro-offer p {
    font-family: Roboto;
    color: #000;
    font-size: 25px;
    font-weight: 700;
  }
  
  .serviceboxcontainer-new .serviceforms-new .intro-offer h5 {
    color: #4b4f58;
    font-size: 18px;
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .intro-offer
    .offer-tab
    .offer-content {
    padding: 20px 0;
  }
  
  @media (max-width: 768px) {
    .serviceboxcontainer-new
      .serviceforms-new
      .intro-offer
      .offer-tab
      .offer-content {
      padding: 20px 15px;
    }
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .intro-offer
    .offer-tab
    .offer-content
    h3 {
    font-size: 32px;
    font-weight: 700;
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .intro-offer
    .offer-tab
    .offer-content
    .offer-div {
    margin: auto 10px;
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .intro-offer
    .offer-tab
    .offer-content
    .offer-div
    p {
    font-size: 14px;
    color: #000;
    padding: 3px 10px;
    border-radius: 5px;
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .intro-offer
    .offer-tab
    .offer-content
    h4 {
    padding: 0 15px;
    color: #29961f;
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .intro-offer
    .offer-tab
    .tab-pricedetail {
    background: #f2f2f2;
    border-radius: 4px;
  }
  
  .serviceboxcontainer-new .serviceforms-new .intro-offer .offer-tab .owned {
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }
  
  .serviceboxcontainer-new .serviceforms-new .intro-offer .offer-tab .nav-link {
    width: 50%;
    font-size: 15px;
    color: #000;
    border-radius: 10px;
    background: #f2f2f2;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 0.3rem 1rem;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .intro-offer
    .offer-tab
    .nav-link.active {
    width: 50%;
    font-size: 15px;
    border-radius: 10px;
    background: #fff;
    border: none;
    font-weight: 700;
  }
  
  .serviceboxcontainer-new .serviceforms-new .intro-offer .offer-tab p {
    color: #3f3838;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  
  .serviceboxcontainer-new .serviceforms-new .intro-offer .offer-tab h6 {
    color: #3f3838;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .serviceboxcontainer-new .serviceforms-new .intro-offer .offer-tab h7 {
    color: #827b7b;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  .serviceboxcontainer-new .serviceforms-new .service-contained {
    padding-bottom: 20px;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 4px;
    gap: 4px;
    justify-content: center;
  }
  
  .serviceboxcontainer-new .serviceforms-new .service-contained p {
    font-size: 12px;
    color: #827b7b;
    font-family: Roboto;
    display: inline;
  }
  
  @media (max-width: 768px) {
    .serviceboxcontainer-new .serviceforms-new .service-contained {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }
  
  .serviceboxcontainer-new .serviceforms-new .service_cart_form_new {
    border: none;
    padding: 0 15px;
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .service_cart_form_new
    .serviceaction
    button {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    border-radius: 1px;
    padding: 15px;
    width: 100%;
    font-weight: 700;
  }
  
  @media (max-width: 768px) {
    .serviceboxcontainer-new .serviceforms-new .service_cart_form_new .card-body {
      padding: 0;
    }
  
    .serviceboxcontainer-new
      .serviceforms-new
      .service_cart_form_new
      .card-body
      .custom_label
      input {
      padding-left: 15px;
    }
  
    .serviceboxcontainer-new
      .serviceforms-new
      .service_cart_form_new
      .card-body
      .selectdropdown {
      text-indent: 10px;
    }
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .dashboard
    .serviceDashboard-new
    .serviceDashboard_main {
    align-items: baseline;
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .dashboard
    .serviceDashboard-new
    .serviceDashboard_main
    img {
    max-width: 24px;
    max-height: 24px;
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .dashboard
    .serviceDashboard-new
    .serviceDashboard_main
    p {
    font-size: 14px;
    text-align: left;
  }
  
  .serviceboxcontainer-new
    .serviceforms-new
    .dashboard
    .serviceDashboard-new
    .serviceDashboard_main
    span {
    font-size: 12px;
  }
  
  @keyframes moveit {
    0% {
      transform: translateY(93px) scaleX(1);
    }
  
    20% {
      transform: translateY(93px) scale3d(1.1, 1.1, 1);
    }
  
    40% {
      transform: translateY(93px) scale3d(0.98, 0.98, 1);
    }
  
    80% {
      transform: translateY(93px) scale3d(1.01, 1.01, 1);
    }
  
    to {
      transform: translateY(93px) scaleX(1);
    }
  }
  
  @keyframes moveitback {
    0% {
      transform: translateY(60px);
    }
  
    to {
      transform: translateY(0) scale3d(0.96, 0.96, 1);
    }
  }
  
  .service-testimonials {
    height: 510px;
    background: #3d66eb;
  }
  
  @media (max-width: 992px) {
    .service-testimonials {
      height: auto;
    }
  }
  
  .service-testimonials .container,
  .service-testimonials .container .row {
    height: 100%;
  }
  
  .service-testimonials .img_tag {
    text-align: right;
    margin: 20px 0;
  }
  
  .service-testimonials .img_tag img {
    width: 155px;
  }
  
  .service-testimonials .left_testimonal_header {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-family: roboto;
  }
  
  @media (max-width: 992px) {
    .service-testimonials .left_testimonal_header {
      font-size: 30px;
    }
  }
  
  .service-testimonials .flex_testimonal {
    display: flex;
    align-items: center;
  }
  
  .service-testimonials .left_testimonal_p {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-family: roboto;
  }
  
  @media (max-width: 992px) {
    .service-testimonials .left_testimonal_p {
      font-size: 26px;
    }
  }
  
  .service-testimonials .testimonal_main {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  
  @media (max-width: 992px) {
    .service-testimonials .testimonal_main {
      margin: 16px;
      height: 480px;
    }
  }
  
  .service-testimonials .testimonal_main .testimonal_div {
    width: 100%;
    transition: 0.4s;
    opacity: 1;
    position: absolute;
  }
  
  .service-testimonials .testimonal_main .testimonal_div h4 {
    font-size: 16px;
  }
  
  @media (max-width: 500px) {
    .service-testimonials .testimonal_main .testimonal_div h4 {
      font-size: 12px;
      line-height: 18px;
    }
  }
  
  .service-testimonials .testimonal_main .testimonal_div div {
    cursor: pointer;
    padding: 12px;
    background: #fff;
    border-radius: 5px;
    transition: 0.4s;
  }
  
  .service-testimonials .testimonal_main .testimonal_div div p {
    font-weight: 700;
    font-size: 14px;
  }
  
  .service-testimonials .testimonal_main .testimonal_div.inactive {
    top: 0;
    position: absolute;
    transition: 0.4s;
    opacity: 0.5;
    margin: 0;
  }
  
  .service-testimonials .testimonal_main .testimonal_div.inactive.inactive_1 {
    transform: scale(0.85) translate(10px, 95px);
  }
  
  @media (max-width: 992px) {
    .service-testimonials .testimonal_main .testimonal_div.inactive.inactive_1 {
      transform: scale(0.85) translateY(95px);
    }
  }
  
  .service-testimonials
    .testimonal_main
    .testimonal_div.inactive.inactive_1
    div
    h4 {
    height: 100px;
    overflow: hidden;
  }
  
  .service-testimonials .testimonal_main .testimonal_div.inactive_2 {
    transform: scale(0.85) translate(10px, 300px);
  }
  
  @media (max-width: 992px) {
    .service-testimonials .testimonal_main .testimonal_div.inactive_2 {
      transform: scale(0.85) translateY(300px);
    }
  }
  
  .service-testimonials .testimonal_main .testimonal_div.inactive_2 div h4 {
    height: 100px;
    overflow: hidden;
  }
  
  @media (max-width: 992px) {
    .service-testimonials .testimonal_main .testimonal_div.inactive_2 div {
      padding-top: 55px;
    }
  }
  
  .service-testimonials .testimonal_main .testimonal_div.active {
    transform: scale(0.98) translate(10px, 93px);
    z-index: 99;
  }
  
  @media (max-width: 992px) {
    .service-testimonials .testimonal_main .testimonal_div.active {
      transform: scale(0.98) translateY(146px);
    }
  }
  
  .service-testimonials .testimonal_main .testimonal_div.active div {
    padding: 12px 12px 25px;
  }
  
  @media (max-width: 992px) {
    .service-testimonials .testimonal_main .testimonal_div.active div {
      width: 95%;
      margin: 0 auto;
    }
  }
  
  .service-testimonials .testimonal_main .testimonal_div.active div h4 {
    min-height: 120px;
  }
  
  .service-testimonials .testimonal_main .testimonal_div.last {
    bottom: 0;
  }
  
  .government_register {
    padding: 15px;
    background: #f5f5f5;
  }
  
  @media (max-width: 768px) {
    .government_register .container {
      padding: 5px;
    }
  }
  
  .government_register .row {
    margin-top: 80px;
  }
  
  @media (max-width: 992px) {
    .government_register .row {
      margin-top: 0;
    }
  }
  
  .government_register .title_govt {
    text-align: center;
    font-family: roboto;
    font-size: 34px;
    margin-bottom: 100px;
    color: #000;
  }
  
  @media (max-width: 992px) {
    .government_register .title_govt {
      margin-bottom: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .government_register .removepaddingLeft {
      padding-left: 0;
    }
  
    .government_register .padding-right-col {
      padding-right: 30px;
    }
  }
  
  .government_register .infobox {
    box-shadow: 0 0 7px 1px #c0b6b6;
    width: 94%;
    background: #fff;
  }
  
  @media (max-width: 992px) {
    .government_register .infobox {
      margin-top: 111px;
    }
  }
  
  @media (max-width: 768px) {
    .government_register .infobox {
      margin-top: 60px;
    }
  }
  
  .government_register .infobox.active_slider {
    background: #ffd000;
  }
  
  .government_register .infobox.active_slider .itemlist {
    border-bottom: 1px solid hsla(0, 3%, 53%, 0.329);
    text-align: center;
  }
  
  @media (max-width: 992px) {
    .government_register .infobox {
      box-shadow: none;
    }
  }
  
  .government_register .infobox.carouselwidth {
    width: 86% !important;
    margin: 1% 7% 2%;
  }
  
  @media (max-width: 992px) {
    .government_register .infobox.carouselwidth {
      width: 95% !important;
      margin: 0 auto !important;
    }
  }
  
  .government_register .infobox .itemlist {
    padding: 10px 5px 50px 12px;
    border-bottom: 0.2px solid #e9ebec;
    margin: 0;
    font-size: 14px;
    font-family: roboto;
    font-weight: 500;
    height: 50px;
    word-break: break-word;
  }
  
  @media (max-width: 768px) {
    .government_register .infobox .itemlist {
      height: auto;
      padding: 10px 5px 20px 12px;
    }
  }
  
  .government_register .infobox .itemlist.center-text {
    width: 88%;
    margin: 0 auto;
  }
  
  .government_register .slick-arrow {
    background: #ffd000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
  }
  
  .government_register .center-text {
    text-align: center;
  }
  
  .government_register .slick-prev:before {
    content: "<";
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 700;
  }
  
  .government_register .slick-next:before,
  .government_register [dir="rtl"] .slick-prev:before {
    content: ">";
    top: 0;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .government_register .slick-next:before,
  .government_register .slick-prev:before {
    color: #000;
  }
  
  .government_register .slider_box_div {
    margin-top: -60px;
  }
  
  @media (max-width: 992px) {
    .government_register .slider_box_div {
      margin-top: 50px;
    }
  }
  
  @media (max-width: 768px) {
    .government_register .slider_box_div {
      margin-top: 0;
    }
  }
  
  .government_register .slider_box_div a {
    background: inherit;
    color: #3863e7 !important;
    padding: 0;
    border-radius: 0;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    text-transform: capitalize;
    outline: 0;
    text-decoration: underline;
    text-align: center;
    margin-top: 10px;
    display: block;
  }
  
  .government_register .slider_box_div a.hidevisibile {
    visibility: hidden;
  }
  
  .government_register .slider_header {
    font-size: 14px;
    font-weight: 700;
    font-family: roboto;
    margin-bottom: 40px;
  }
  
  .validation-container {
    position: absolute;
    bottom: -7px;
    font-size: 14px;
    left: 3px !important;
  }
  
  .validation-container.validation-error {
    color: #a94342;
  }
  
  .validation-container.relative {
    left: inherit;
    position: relative;
    text-align: left;
  }
  
  .catalog-banner {
    text-align: center;
  }
  
  .catalog-banner .container {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  
  .catalog-banner.removetoppadding .container {
    padding-top: 15px;
  }
  
  .catalog-banner .catalog-title {
    font-family: roboto;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
  }
  
  .catalog-banner .catalog-content {
    padding: 14px 0;
    font-family: roboto;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    text-align: center;
  }
  
  .catalog-body {
    background: #f0f0f0;
    padding: 25px;
  }
  
  .catalog-body .arrowleftdiv {
    transform: rotateY(45deg);
    padding: 0 20px 0 0;
    border-bottom: 0;
  }
  
  .catalog-body .arrowleftdiv:before {
    transform: rotate(225deg);
    border-left: 2.5px solid #7e8086 !important;
  }
  
  .catalog-body .arrowleftdiv:after {
    transform: rotate(225deg);
    border-bottom: 2.5px solid #7e8086 !important;
  }
  
  .catalog-body .card {
    padding: 0 0 20px;
    margin-bottom: 20px;
    min-height: 280px;
  }
  
  .catalog-body .card .card-body {
    padding-top: 30px;
  }
  
  .catalog-body .card .card-desc {
    color: #666;
    font-size: 14px;
    line-height: 26px;
  }
  
  .catalogBtn span {
    color: #ffd000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
  }
  
  .panel_btn {
    display: block;
    text-align: center;
  }
  
  .panel_btn.align_right {
    text-align: right;
  }
  
  .panel_btn.align_left {
    text-align: left;
  }
  
  .panel_btn.align_left button {
    background-color: #e3e3e3;
  }
  
  .panel_btn.align_left button:hover {
    border: 0;
  }
  
  .panel_btn.align_left button:active,
  .panel_btn.align_left button:focus,
  .panel_btn.align_left button:hover {
    background-color: #e3e3e3 !important;
    color: #000 !important;
  }
  
  .panel_btn.align_left button:focus {
    box-shadow: none !important;
  }
  
  .panel_btn button {
    background-color: #ffd000;
    color: #000;
    border: 0;
    min-width: 160px;
    border-radius: 0;
  }
  
  .panel_btn button:hover {
    border: 0;
  }
  
  .panel_btn button:active,
  .panel_btn button:focus,
  .panel_btn button:hover {
    background-color: #ffd000 !important;
    color: #000 !important;
  }
  
  .panel_btn button:focus {
    box-shadow: none !important;
  }
  
  .paneldiv {
    margin: 12px;
  }
  
  .paneldiv .card-header {
    font-size: 20px;
    color: #565656;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e1e1e1;
    margin: 0;
  }
  
  .paneldiv.gsttax_calculator .nav-link.active {
    border: 3px;
    font-weight: 700;
    border-bottom: 3px solid #ffd000;
    position: relative;
  }
  
  .paneldiv.gsttax_calculator .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffd000;
    clear: both;
    background: #fff;
    right: 0;
    margin: auto;
  }
  
  .paneldiv .tab-content {
    margin-top: 20px;
  }
  
  .paneldiv .tab-content .basic_info {
    padding-bottom: 15px;
  }
  
  .paneldiv .tab-content .basic_info p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  
  .paneldiv .tab-content .basic_info .form-check {
    margin-bottom: 10px;
  }
  
  .paneldiv .tab-content .basic_info .form-check-label {
    font-size: 14px;
  }
  
  .paneldiv .tab-content .basic_info .row {
    margin: 0;
  }
  
  .paneldiv .tab-content .forminputs_div p.error_block {
    color: #000;
    margin: 0;
    position: relative;
    top: -7px;
    font-size: 14px;
  }
  
  .paneldiv .tab-content .forminputs_div .error_span {
    top: -12px;
    display: block;
    font-style: italic;
    position: relative;
    font-size: 14px;
  }
  
  .paneldiv .tab-content .forminputs_div .input-group {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 4px;
  }
  
  .paneldiv .tab-content .forminputs_div label span {
    margin-left: 6px;
    font-size: 18px;
    color: #7e8086;
    top: 3px;
    position: relative;
  }
  
  .paneldiv .tab-content .forminputs_div .input-group-text {
    background: none;
    border: none;
    padding: 0;
  }
  
  .paneldiv .tab-content .forminputs_div .input-group-text img {
    width: 14px;
  }
  
  .paneldiv .tab-content .forminputs_div input {
    border: none;
    font-size: 14px;
  }
  
  .paneldiv .table thead tr th {
    border-right: 1px solid #c8cdd1;
  }
  
  .table_Div {
    margin-top: 25px;
  }
  
  td.nowrap {
    white-space: nowrap;
    padding: 0 30px;
    vertical-align: middle;
  }
  
  .table_heading_div {
    text-align: center;
    font-weight: 700;
  }
  
  .gst-hsn-finder .trademark_form input {
    padding: 8px 30px 8px 12px !important;
  }
  
  .ppf_calculator .ppf_calculator_div {
    background-color: #54bb97;
    padding: 30px 0;
  }
  
  .ppf_calculator .ppf_calculator_div.darkblue {
    background-color: #4267e2;
    border-bottom: 8px solid #ffd000;
  }
  
  .ppf_calculator table tr td {
    font-weight: 600;
    color: #666;
  }
  
  .ppf_calculator .col_div {
    margin: auto 0;
  }
  
  .ppf_calculator h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
  }
  
  .ppf_calculator .trademark_form h3 {
    color: #fff;
    text-shadow: 0 1px 2px #000;
    text-align: left;
  }
  
  .ppf_calculator .trademark_form input {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 30px 12px 12px;
    margin: 0 auto;
    width: 100%;
    z-index: 3;
  }
  
  .ppf_calculator .trademark_form button {
    padding: 10px 0;
  }
  
  .ppf_calculator.trademark_calculator .service-description {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 99;
  }
  
  @media (max-width: 767px) {
    .ppf_calculator.trademark_calculator .service-description {
      position: relative !important;
      top: 0 !important;
      left: 0;
    }
  }
  
  .ppf_calculator .service-description {
    background-color: transparent;
    padding-bottom: 0;
  }
  
  .ppf_calculator .service-description .moredetails_form {
    position: relative;
    width: 380px;
    margin: 0 auto;
    top: 20px !important;
  }
  
  .ppf_calculator .service-description .moredetails_form .custom_label input,
  .ppf_calculator .service-description .moredetails_form .custom_label select {
    margin: 0;
  }
  
  .ppf_calculator
    .service-description
    .moredetails_form
    .custom_label
    input[readonly="true"] {
    background-color: grey;
  }
  
  @media (max-width: 768px) {
    .ppf_calculator .service-description .moredetails_form {
      width: 100%;
      display: block;
      margin-top: 25px;
    }
  }
  
  .ppf_calculator .panel_btn button {
    min-width: 100%;
  }
  
  .custom_form input,
  .custom_form select {
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .range_container {
    margin-top: 40px;
  }
  
  .range_container .range_label {
    font-size: 16px;
    font-weight: inherit;
    color: #4a4e57;
    line-height: 34px;
    font-family: roboto;
  }
  
  .range_group_input {
    width: 25%;
  }
  
  @media (max-width: 768px) {
    .range_group_input {
      width: 50%;
      margin-top: 12px;
    }
  }
  
  .range_group_input input {
    border: 1px solid #d6d6d6;
    border-right: none;
    border-radius: 0;
    text-decoration: none;
  }
  
  .range_group_input .input-group {
    width: 100%;
  }
  
  .range_group_input .input-group-append {
    margin-left: 0;
  }
  
  .range_group_input .input-group-append .input-group-text {
    border-radius: 0;
    background-color: #fff;
  }
  
  .inline_range_div {
    display: flex;
    align-items: flex-end;
  }
  
  @media (max-width: 768px) {
    .inline_range_div {
      flex-wrap: wrap;
    }
  }
  
  .inline_range_div .slidecontainer {
    width: 75%;
    margin-right: 12px;
  }
  
  @media (max-width: 768px) {
    .inline_range_div .slidecontainer {
      width: 100%;
    }
  }
  
  .inline_range_div .slidecontainer .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  
  .inline_range_div .slidecontainer .slider:hover {
    opacity: 1;
  }
  
  .inline_range_div .slidecontainer .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffd000;
    cursor: pointer;
  }
  
  .inline_range_div .slidecontainer .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ffd000;
    cursor: pointer;
  }
  
  .inline_range_div .range_number {
    padding: 8px;
    width: 25%;
    border: 1px solid #d6d6d6;
  }
  
  @media (max-width: 768px) {
    .inline_range_div .range_number {
      margin-top: 20px;
      width: 50%;
    }
  }
  
  .tab-content .tab-pane .row .total-production-cost {
    margin-top: 30px;
    border-radius: 5px;
    background: #fcd309;
    padding: 10px 15px;
  }
  
  .tab-content .tab-pane .row .total-production-cost.grey {
    background: #545559;
  }
  
  .tab-content .tab-pane .row .total-production-cost.grey input,
  .tab-content .tab-pane .row .total-production-cost.grey p {
    color: #fff !important;
  }
  
  .tab-content .tab-pane .row .total-production-cost p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #565656;
    display: flex;
    align-items: flex-end;
  }
  
  .tab-content .tab-pane .row .total-production-cost i {
    font-size: 32px;
    padding-top: 15px;
  }
  
  .tab-content .tab-pane .row .total-production-cost input {
    border: none;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    background: 0 0;
    padding-left: 10px;
  }
  
  .business_step_div h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    text-shadow: 0 1px 2px #000;
    padding: 100px 0;
  }
  
  .business_tabs_div {
    background-color: #dad8d8;
    height: 70px;
    margin-bottom: 45px;
  }
  
  .business_tabs_div .tabs_flex_div {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -26px;
  }
  
  .business_tabs_div .tabs_flex_div .circle_div {
    text-align: center;
    margin-right: 25px;
    position: relative;
  }
  
  .business_tabs_div .tabs_flex_div .circle_div .circle_main {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    border: 2px solid #fff;
  }
  
  .business_tabs_div .tabs_flex_div .circle_div .circle_main.active {
    background-color: #ffd000;
  }
  
  .business_tabs_div .tabs_flex_div .circle_div p {
    font-weight: inherit;
    color: #4a4a4a;
    line-height: 34px;
  }
  
  .business_tabs_div .tabs_flex_div .circle_div.active p {
    font-weight: 700;
  }
  
  .business_tabs_div .tabs_flex_div .circle_div.active .circle_main {
    background-color: #ffd000;
  }
  
  .tab_step_content h2 {
    margin-bottom: 25px;
  }
  
  .tab_step_content h4 {
    margin-bottom: 15px;
  }
  
  .tab_step_content .col_div_step {
    margin-bottom: 12px;
  }
  
  .tab_step_content .panel_btn {
    margin-top: 25px;
  }
  
  .bold_element {
    font-weight: 700;
  }
  
  .calculator-body .description_data p {
    color: #4a4e57 !important;
  }
  
  .calculator-body .steps_div h4 {
    width: auto;
    margin: 7px 9px 0 0;
    font-weight: 700;
  }
  
  .calculator-body .steps_div p {
    font-size: 14px;
    color: #4a4e57 !important;
  }
  
  .calculator-body .removemarginli {
    margin-bottom: 12px !important;
  }
  
  .faq-section {
    padding: 0 !important;
  }
  
  .faq-section .container {
    margin: 0;
    padding: 0;
  }
  
  .faq-section .accordion .custom_accordion .card-header {
    margin: 0 !important;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: none;
  }
  
  .faq-section .accordion .custom_accordion .card-header span:before {
    color: #26597e !important;
  }
  
  .faq-section .accordion .custom_accordion .card-header p:active,
  .faq-section .accordion .custom_accordion .card-header p:focus,
  .faq-section .accordion .custom_accordion .card-header p:hover {
    color: #ffd000 !important;
  }
  
  .faq-section .accordion .custom_accordion .collapse {
    background-color: #f7f7f7;
  }
  
  .faq-section .accordion .steps_div p {
    margin-bottom: 0;
  }
  
  .faq-section .accordion .card {
    margin: 0;
    background-color: transparent;
  }
  
  .faq-section .accordion .card .card-header {
    margin: 6px;
    position: relative;
    padding: 10px 6px;
    display: flex;
    justify-content: space-between;
  }
  
  .faq-section .accordion .card .card-header p {
    margin: 0;
    width: 90%;
  }
  
  .faq-section .accordion .card .card-header .seo-recommendation {
    text-align: left;
    margin: 0 0 10px;
    color: #000;
    font-family: roboto;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .calculatorbody_removemargin,
  .calculatorbody_removemargin .service_inner_body {
    padding: 0;
  }
  
  @media (max-width: 1280px) {
    .calculatorbody_removemargin .service_inner_body {
      max-width: 100%;
      width: 100%;
      flex: 0 0 100%;
    }
  
    .calculatorbody_removemargin
      .service_inner_body
      .listbodyscroll:not(.removemargin_calc) {
      margin: 0;
    }
  
    .calculatorbody_removemargin .service_inner_body .moredetails_form {
      display: block;
    }
  }
  
  @media (max-width: 830px) {
    .calculatorbody_removemargin .service_inner_body .moredetails_form {
      width: 100%;
    }
  }
  
  .calculatorbody_removemargin .service_inner_body .removemargin_calc {
    margin: 45px auto 15px;
  }
  
  .calculatorbody_removemargin
    .service_inner_body
    .listbodyscroll:not(.removemargin_calc) {
    margin-top: 0;
  }
  
  .textcenter {
    text-align: center;
  }
  
  .renderlist.arrowlistclass {
    margin-bottom: 22px;
  }
  
  .renderlist.arrowlistclass h4 {
    margin-bottom: 0 !important;
  }
  
  .renderlist.arrowlistclass li {
    list-style: none;
    margin-bottom: 0 !important;
  }
  
  .renderlist.arrowlistclass li:before {
    content: "";
    border-color: transparent #666;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
  }
  
  .renderlist.arrowlistclass li p {
    margin-bottom: 0 !important;
  }
  
  .renderlist h4 {
    margin-bottom: 20px;
  }
  
  @media (max-width: 992px) {
    .business_tabs_div {
      display: none !important;
    }
  }
  
  .mobile_tabs_div {
    font-size: 16px;
    border: 1px solid #bbb;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 10px 20px;
    color: #565656;
    display: none;
  }
  
  @media (max-width: 992px) {
    .mobile_tabs_div {
      display: block;
    }
  }
  
  .mobile_tabs_div.active {
    border-bottom: 5px solid orange;
    font-weight: 700;
  }
  
  .trademark_calc_body .service_inner_body {
    background-color: #fff;
  }
  
  @media (max-width: 1060px) {
    .trademark_calc_body .service_inner_body .removemargin_calc {
      margin: 10px 12px;
    }
  }
  
  .trademark_calc_body .service_inner_body .removemargin_calc .description_data {
    width: 58.3%;
  }
  
  @media (max-width: 1060px) {
    .trademark_calc_body
      .service_inner_body
      .removemargin_calc
      .description_data {
      width: 50%;
    }
  }
  
  @media (max-width: 767px) {
    .trademark_calc_body
      .service_inner_body
      .removemargin_calc
      .description_data {
      width: 100%;
    }
  }
  
  .orangeColorlink {
    color: #ffd000 !important;
  }
  
  .grubmate_header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .grubmate_header .grubmate_img p {
    font-size: 22px;
    display: inline-block;
    margin-top: -15px;
  }
  
  .grubmate_header .grubmate_img p a:hover {
    text-decoration: underline;
  }
  
  .grubmate_header .grubmate_img.left_img {
    margin-top: 12px;
  }
  
  @media (max-width: 768px) {
    .grubmate_header .grubmate_img.left_img {
      text-align: center;
    }
  }
  
  .grubmate_header .grubmate_img.right_img {
    text-align: right;
  }
  
  .grubmate_header .grubmate_img.right_img .rightImage {
    width: 40%;
    margin-top: 12px;
  }
  
  @media (max-width: 992px) {
    .grubmate_header .grubmate_img.right_img .rightImage {
      width: 50%;
    }
  }
  
  @media (max-width: 768px) {
    .grubmate_header .grubmate_img.right_img .rightImage {
      width: 200px;
    }
  }
  
  .grubmate_header .grubmate_img.right_img ul {
    margin-top: 12px;
  }
  
  .grubmate_header .grubmate_img.right_img ul li {
    margin-right: 12px;
    display: inline-block;
  }
  
  @media (max-width: 768px) {
    .grubmate_header .grubmate_img.right_img {
      text-align: center;
    }
  }
  
  .grubmate-subtitle {
    font-size: 30px;
    color: #fff;
    margin: 15px 0;
  }
  
  .promobox {
    font-size: 20px;
    color: #fff;
    border: 1px dashed #fff;
    display: inline-block;
    padding: 4px 50px;
  }
  
  .promobox span {
    color: #eca692;
  }
  
  .grubmate_banner a {
    display: inline-block;
    background-color: #ffd000;
    padding: 5px 50px;
    font-size: 32px;
  }
  
  .grubmate_banner .normal_container {
    padding-top: 100px;
  }
  
  .grubmate_banner .cloudtail_container {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .grubmate_banner .cloudtail_container .cloudtail-title {
    font-family: roboto;
    font-size: 40px;
    color: #000;
    font-weight: 600;
  }
  
  .grubmate_banner .banner_card_content {
    padding-top: 25px;
    position: relative;
  }
  
  @media (min-width: 1200px) {
    .grubmate_banner .banner_card_content {
      padding-bottom: 281px;
      margin-bottom: 337px;
    }
  }
  
  .grubmate_banner .banner_card_content .banner_content_inside {
    padding-top: 25px;
  }
  
  @media (min-width: 1200px) {
    .grubmate_banner .banner_card_content .banner_content_inside {
      position: absolute;
    }
  }
  
  .grubmate_banner .banner_card_content .banner_content_inside .couponcol {
    margin-top: 15px;
  }
  
  .grubmate_banner .banner_card_content .grubmate_period_tabs {
    background-color: #fff;
    padding: 12px;
    border: 0;
    justify-content: flex-end;
  }
  
  .grubmate_banner .banner_card_content .grubmate_period_tabs a {
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #000;
  }
  
  .grubmate_banner .banner_card_content .grubmate_period_tabs a.active {
    color: #fff;
    background-color: #000;
  }
  
  .grubmate_banner .banner_card_content h5 {
    font-size: 21px;
    color: #fff;
  }
  
  .grubmate_banner .banner_card_content h4 {
    font-size: 23px;
    color: #fff;
  }
  
  .grubmate_banner .banner_card_content .imagerow {
    justify-content: center;
    align-items: center;
  }
  
  .grubmate_banner .banner_card_content .imagerow h2 {
    font-size: 25px;
    color: #fff;
    padding-left: 8px;
    margin: 5px 0 0;
  }
  
  .grubmate_banner .couponrightcard .couponcard {
    padding-top: 58px;
  }
  
  .couponcardtm {
    border: none;
    width: 100%;
    margin-top: -50px;
  }
  
  .couponcardtm .headerbox {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
  }
  
  .couponcardtm .headerbox p {
    min-width: 185px;
    font-size: 14px;
    padding: 8px;
    display: inline-block;
    background: #027ad5;
    color: #fff;
    font-weight: 700;
  }
  
  @media (max-width: 1199px) {
    .couponcardtm {
      width: 100%;
    }
  }
  
  .couponcardtm .card-body {
    padding: 0;
  }
  
  .couponcardtm .boxcontent {
    text-align: center;
  }
  
  .couponcardtm .boxcontent .title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
  }
  
  .couponcardtm .boxcontent .subtitle {
    line-height: 1.5em;
    font-size: 20px;
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;
    color: #000;
  }
  
  .couponcardtm .boxcontent span {
    border: 3px solid #000;
    border-radius: 100px;
    padding: 5px;
    font-weight: 700;
    margin: 5px;
  }
  
  .couponcardtm h5 {
    text-align: center;
    margin-bottom: 0;
  }
  
  .couponcardtm h5 .rupee-txt-red {
    color: red;
    font-size: 15px;
  }
  
  .couponcardtm h5 .originalPrice {
    font-weight: 400;
    font-size: 24px;
    text-decoration: line-through;
    color: red;
    padding-left: 4px;
  }
  
  .couponcardtm h5 .offerPrice {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: normal;
  }
  
  .couponcardtm h5 .rupee-txt-black {
    color: #000;
    font-size: 15px;
    margin-left: 12px;
    padding-right: 5px;
    top: 4px;
    position: relative;
  }
  
  .couponcardtm .greyBg {
    padding: 10px 15px;
    text-align: center;
    min-height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .couponcardtm .greyBg p {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 7px;
  }
  
  .couponcardtm .greyBg small {
    color: #000;
  }
  
  .couponcardtm .offer_button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    min-width: 220px;
    height: auto;
    background-color: #ffd000;
    padding: 3px 18px;
    font-size: 22px;
    color: #0c0808;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: 0;
  }
  
  .couponcardtm .offer_button:active,
  .couponcardtm .offer_button:focus,
  .couponcardtm .offer_button:hover {
    background-color: #ffd000 !important;
    color: #000 !important;
    box-shadow: none !important;
  }
  
  .couponcardtm.type2card .borderdesign {
    border-bottom: 28px solid #eee;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    width: 160px;
    margin: 5px auto 0;
  }
  
  .couponcardtm.type2card .boxcontent {
    text-align: center;
    padding-bottom: 0;
  }
  
  .couponcardtm.type2card .offer_btn_div {
    padding: 15px;
    background-color: #eee;
    text-align: center;
  }
  
  .couponcardtm.type2card .offer_btn_div button {
    padding: 6px;
    max-width: 242px;
    font-size: 21px;
    font-weight: 400;
  }
  
  .couponcardtm.type2card h5 {
    background-color: #eee;
    margin: 0;
  }
  
  .couponcardtm.type2card h5 .offerPrice {
    display: block;
    text-align: center;
    position: relative;
    top: -12px;
  }
  
  .couponcardtm.type2card h5 .offerPrice i {
    margin: 0;
  }
  
  .couponcardtm.type2card h5 .offerPrice .amt_suffix {
    font-size: 13px;
  }
  
  .couponcardtm.type2card .greyBg {
    justify-content: flex-start;
    padding-top: 0;
  }
  
  .couponcardtm.type2card .greyBg p {
    color: #666;
    font-size: 16px;
  }
  
  .couponcardtm.type2card .greyBg small {
    color: #666;
    font-size: 14px;
  }
  
  .couponcardtm.type3card {
    width: 100%;
    border: 0;
    margin: 0;
    border-radius: 0;
  }
  
  .couponcardtm.type3card h5 .offerPrice {
    top: 0;
    padding-top: 7px;
  }
  
  .couponcardtm.type3card h5 .offerPrice .onwards {
    font-size: 14px;
    font-weight: 400;
  }
  
  .couponcardtm.type3card h5 .offerPrice .onwards:before {
    content: "* ";
  }
  
  .couponcardtm.type3card h5 .offerPrice .amt_suffix {
    font-weight: 700;
    font-size: 16px;
  }
  
  .couponcardtm.type3card .greyBg {
    min-height: auto;
    padding: 0;
  }
  
  .couponcardtm.type3card .boxcontent {
    min-height: 268px;
    padding-top: 0;
  }
  
  .couponcardtm.type3card .boxcontent .title {
    font-size: 28px;
    font-weight: 700;
  }
  
  @media (max-width: 992px) {
    .couponcardtm.type3card .boxcontent .title {
      font-size: 26px;
    }
  }
  
  .couponcardtm.type3card .boxcontent .subtitle {
    font-size: 19px;
    line-height: 26px;
  }
  
  @media (max-width: 992px) {
    .couponcardtm.type3card .boxcontent .subtitle {
      font-size: 17px;
    }
  }
  
  .couponcardtm.type3card .boxcontent .description_div_coupon {
    padding: 15px 35px;
  }
  
  @media (max-width: 992px) {
    .couponcardtm.type3card .boxcontent .description_div_coupon {
      padding: 0;
    }
  }
  
  .couponcardtm.type3card .boxcontent .description_content .left_content {
    text-align: left;
    font-size: 19px;
  }
  
  @media (max-width: 992px) {
    .couponcardtm.type3card .boxcontent .description_content .left_content {
      font-size: 16px;
    }
  }
  
  .couponcardtm.type3card .boxcontent .description_content .right_content {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
  }
  
  .couponcardtm.type3card
    .boxcontent
    .description_content
    .right_content.strikeamount {
    color: red;
    text-decoration: line-through;
  }
  
  .couponcardtm.type3card
    .boxcontent
    .description_content
    .right_content.strikeamount
    span {
    color: #bfbaba;
    font-weight: 400;
  }
  
  .couponcardtm.type3card .boxcontent .description_content .right_content p {
    font-size: 14px;
    color: #969696;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .couponcardtm.type3card
    .boxcontent
    .description_content
    .right_content.smallstrike
    > small {
    padding-right: 4px;
    text-decoration: line-through;
    color: red;
  }
  
  .couponcardtm.type3card
    .boxcontent
    .description_content
    .right_content.smallstrike
    > small
    i {
    font-style: normal;
    color: #000;
    font-weight: 400;
  }
  
  @media (max-width: 992px) {
    .couponcardtm.type3card .boxcontent .description_content .right_content {
      font-size: 16px;
    }
  }
  
  .couponcardtm.type3card .boxcontent .description_content .right_content small {
    font-size: 14px;
    color: #969696;
    font-weight: 400;
  }
  
  .couponcardtm.type3card .offer_button {
    font-weight: 700;
  }
  
  .couponcard {
    width: 315px;
    margin: 10px 0 50px;
  }
  
  .couponcard .headerbox {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
  }
  
  .couponcard .headerbox p {
    min-width: 185px;
    font-size: 14px;
    padding: 8px;
    display: inline-block;
    background: #027ad5;
    color: #fff;
    font-weight: 700;
  }
  
  @media (max-width: 1199px) {
    .couponcard {
      width: 100%;
    }
  }
  
  .couponcard .card-body {
    padding: 0;
  }
  
  .couponcard .boxcontent {
    min-height: 220px;
    text-align: center;
    padding: 30px 12px;
  }
  
  .couponcard .boxcontent .title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
  }
  
  .couponcard .boxcontent .subtitle {
    line-height: 1.5em;
    font-size: 14px;
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;
    color: #000;
  }
  
  .couponcard h5 {
    text-align: center;
  }
  
  .couponcard h5 .rupee-txt-red {
    color: red;
    font-size: 15px;
  }
  
  .couponcard h5 .originalPrice {
    font-weight: 400;
    font-size: 24px;
    text-decoration: line-through;
    color: red;
    padding-left: 4px;
  }
  
  .couponcard h5 .offerPrice {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: normal;
  }
  
  .couponcard h5 .offerPrice .onwards-txt {
    font-size: 22px;
  }
  
  .couponcard h5 .rupee-txt-black {
    color: #000;
    font-size: 15px;
    margin-left: 12px;
    padding-right: 5px;
    top: 4px;
    position: relative;
  }
  
  .couponcard .greyBg {
    background: #eee;
    padding: 10px 15px;
    text-align: center;
    min-height: 89px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .couponcard .greyBg p {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 7px;
  }
  
  .couponcard .greyBg small {
    color: #000;
  }
  
  .couponcard .offer_button {
    width: 100%;
    height: auto;
    background-color: #ffd000;
    display: inline-block;
    padding: 10px 12px;
    font-size: 30px;
    color: #0c0808;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: 0;
  }
  
  .couponcard .offer_button:active,
  .couponcard .offer_button:focus,
  .couponcard .offer_button:hover {
    background-color: #ffd000 !important;
    color: #000 !important;
    box-shadow: none !important;
  }
  
  .couponcard.type2card .borderdesign {
    border-bottom: 28px solid #eee;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    width: 160px;
    margin: 5px auto 0;
  }
  
  .couponcard.type2card .boxcontent {
    text-align: center;
    padding-bottom: 0;
  }
  
  .couponcard.type2card .offer_btn_div {
    padding: 15px;
    background-color: #eee;
    text-align: center;
  }
  
  .couponcard.type2card .offer_btn_div button {
    padding: 6px;
    max-width: 242px;
    font-size: 21px;
    font-weight: 400;
  }
  
  .couponcard.type2card h5 {
    background-color: #eee;
    margin: 0;
  }
  
  .couponcard.type2card h5 .offerPrice {
    display: block;
    text-align: center;
    position: relative;
    top: -12px;
  }
  
  .couponcard.type2card h5 .offerPrice i {
    margin: 0;
  }
  
  .couponcard.type2card h5 .offerPrice .amt_suffix {
    font-size: 13px;
  }
  
  .couponcard.type2card .greyBg {
    justify-content: flex-start;
    padding-top: 0;
  }
  
  .couponcard.type2card .greyBg p {
    color: #666;
    font-size: 16px;
  }
  
  .couponcard.type2card .greyBg small {
    color: #666;
    font-size: 14px;
  }
  
  .couponcard.type3card {
    width: 100%;
    border: 0;
    margin: 0;
    border-radius: 0;
  }
  
  .couponcard.type3card h5 .offerPrice {
    top: 0;
    padding-top: 7px;
  }
  
  .couponcard.type3card h5 .offerPrice .onwards {
    font-size: 14px;
    font-weight: 400;
  }
  
  .couponcard.type3card h5 .offerPrice .onwards:before {
    content: "* ";
  }
  
  .couponcard.type3card h5 .offerPrice .amt_suffix {
    font-weight: 700;
    font-size: 16px;
  }
  
  .couponcard.type3card .greyBg {
    min-height: auto;
    padding: 0;
  }
  
  .couponcard.type3card .boxcontent {
    min-height: 268px;
    padding-top: 0;
  }
  
  .couponcard.type3card .boxcontent .title {
    font-size: 28px;
    font-weight: 700;
  }
  
  @media (max-width: 992px) {
    .couponcard.type3card .boxcontent .title {
      font-size: 26px;
    }
  }
  
  .couponcard.type3card .boxcontent .subtitle {
    font-size: 19px;
    line-height: 26px;
  }
  
  @media (max-width: 992px) {
    .couponcard.type3card .boxcontent .subtitle {
      font-size: 17px;
    }
  }
  
  .couponcard.type3card .boxcontent .description_div_coupon {
    padding: 15px 35px;
  }
  
  @media (max-width: 992px) {
    .couponcard.type3card .boxcontent .description_div_coupon {
      padding: 0;
    }
  }
  
  .couponcard.type3card .boxcontent .description_content .left_content {
    text-align: left;
    font-size: 19px;
  }
  
  @media (max-width: 992px) {
    .couponcard.type3card .boxcontent .description_content .left_content {
      font-size: 16px;
    }
  }
  
  .couponcard.type3card .boxcontent .description_content .right_content {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
  }
  
  .couponcard.type3card
    .boxcontent
    .description_content
    .right_content.strikeamount {
    color: red;
    text-decoration: line-through;
  }
  
  .couponcard.type3card
    .boxcontent
    .description_content
    .right_content.strikeamount
    span {
    color: #bfbaba;
    font-weight: 400;
  }
  
  .couponcard.type3card .boxcontent .description_content .right_content p {
    font-size: 14px;
    color: #969696;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .couponcard.type3card
    .boxcontent
    .description_content
    .right_content.smallstrike
    > small {
    padding-right: 4px;
    text-decoration: line-through;
    color: red;
  }
  
  .couponcard.type3card
    .boxcontent
    .description_content
    .right_content.smallstrike
    > small
    i {
    font-style: normal;
    color: #000;
    font-weight: 400;
  }
  
  @media (max-width: 992px) {
    .couponcard.type3card .boxcontent .description_content .right_content {
      font-size: 16px;
    }
  }
  
  .couponcard.type3card .boxcontent .description_content .right_content small {
    font-size: 14px;
    color: #969696;
    font-weight: 400;
  }
  
  .couponcard.type3card .offer_button {
    font-weight: 700;
  }
  
  .grubmatecoupon_div {
    margin: 50px 0;
  }
  
  .grubmatecoupon_div h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
  }
  
  .grubmate_section {
    background-color: #ffd000;
    padding: 50px 0 65px;
  }
  
  .grubmate_section .recaptcha_div > div > div {
    margin: auto !important;
  }
  
  .grubmate_section h2 {
    margin-bottom: 35px;
  }
  
  .grubmate_section .grubmate_col {
    padding: 0;
  }
  
  .grubmate_section .grubmate_col.hidemobile {
    box-shadow: 9.2px -2.2px 14px 0 rgba(0, 0, 0, 0.17);
    border-radius: 12px;
    background-color: #fff;
    align-items: center;
    display: flex;
  }
  
  @media (max-width: 991px) {
    .grubmate_section .grubmate_col {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      padding: 15px;
    }
  
    .grubmate_section .grubmate_col.hidemobile {
      display: none;
    }
  }
  
  .grubmate_section .grubmate_col .custom_label input {
    padding: 10px 16px;
    margin-bottom: 8px;
  }
  
  .grubmate_section .grubmate_col .serviceaction {
    width: 100%;
    margin: 15px 0 0;
  }
  
  .grubmate_section .grubmate_col .serviceaction .recaptcha_div > div > div {
    margin: 0 auto;
  }
  
  .grubmate_section
    .grubmate_col
    .serviceaction
    #getstarted[type="submit"]:disabled {
    border: 1px solid #999 !important;
    background-color: #ccc !important;
    color: #666 !important;
    background: #a7a9aa !important;
  }
  
  .grubmate_section .grubmate_col .serviceaction #getstarted:not(disabled):hover {
    background: #ffd000 !important;
  }
  
  .grubmate_section .grubmate_col .serviceaction button {
    width: 100%;
  }
  
  .grubmate_section .grubmate_col .moredetailscontent {
    text-align: center;
    margin-top: 9px;
  }
  
  .grubmate_section .grubmate_col .moredetailscontent h4 {
    font-size: 14px;
  }
  
  .grubmate_section .grubmate_col .service_cart_form {
    border: none;
    padding: 15px 25px;
  }
  
  .grubmate_section .nav .nav-item {
    margin-bottom: 12px;
    cursor: pointer;
    background-color: transparent;
  }
  
  .grubmate_section .nav .nav-item.forceshowmoreDetails {
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  
  .grubmate_section .nav .nav-item.forceshowmoreDetails .moredetails_form {
    display: none;
  }
  
  @media (max-width: 991px) {
    .grubmate_section .nav .nav-item.forceshowmoreDetails {
      padding: 0 !important;
    }
  
    .grubmate_section .nav .nav-item.forceshowmoreDetails .moredetails_form {
      display: block !important;
      width: 100%;
      top: 0;
      margin-top: 0;
    }
  }
  
  .grubmate_section .nav .nav-item a {
    border-radius: 0;
    background-color: transparent;
  }
  
  .grubmate_section .nav .nav-item a:hover {
    background-color: #fff;
  }
  
  .grubmate_section .nav .nav-item a.nav-link.active {
    background-color: #fff;
    color: #000;
  }
  
  @media (max-width: 991px) {
    .grubmate_section .nav .nav-item a.nav-link.active {
      background-color: #000 !important;
      color: #eee !important;
    }
  
    .grubmate_section .nav .nav-item a.nav-link {
      background-color: #eee !important;
      color: grey !important;
    }
  
    .grubmate_section .nav .nav-item a.nav-link:active,
    .grubmate_section .nav .nav-item a.nav-link:focus,
    .grubmate_section .nav .nav-item a.nav-link:hover {
      background-color: #000;
      color: #eee;
    }
  }
  
  .grubmate_section .nav .nav-item a {
    display: block;
    padding: 12px 15px;
    font-weight: 500;
    font-size: 18px;
  }
  
  .grubmate_legal .legal_div {
    padding-top: 70px;
    padding-bottom: 35px;
    background-color: #f3f3f3;
  }
  
  .grubmate_legal .legal_div .left_col_legal {
    position: relative;
  }
  
  .grubmate_legal .legal_div .borderRightdiv {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.5px;
    background: hsla(0, 0%, 50%, 0.522);
    height: 80%;
    bottom: 0;
    margin: auto;
  }
  
  @media (max-width: 992px) {
    .grubmate_legal .legal_div .borderRightdiv {
      display: none;
    }
  }
  
  .grubmate_legal .legal_div h1 {
    font-size: 44px;
    margin-bottom: 12px;
  }
  
  .grubmate_legal .legal_div h1 h2 {
    margin-bottom: 15px;
  }
  
  .grubmate_legal .legal_div p {
    font-size: 16px;
    color: grey;
  }
  
  .grubmate_legal .legal_div h3 {
    font-weight: 700;
  }
  
  .grubmate_legal .legal_definitions .legal_def_div {
    margin-top: 60px;
  }
  
  .grubmate_legal .legal_definitions .legal_def_div h3 {
    font-size: 22px;
    font-weight: 700;
  }
  
  .grubmate_legal .legal_definitions .legal_def_div ul {
    list-style: inherit;
    text-indent: 0;
    margin-left: 18px;
  }
  
  .grubmate_legal .legal_definitions .legal_def_div ul li {
    list-style-type: disc;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 10px 0;
    color: #000;
  }
  
  .sponsor_div {
    text-align: center;
    margin-top: 40px;
  }
  
  .sponsor_div h2 {
    margin-bottom: 20px;
  }
  
  .grub_community {
    text-align: center;
    background-color: #f5f5f5;
    padding: 50px 0;
    margin-top: 25px;
  }
  
  .grub_community .card-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: roboto;
  }
  
  .grub_community p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 25px;
    color: #000;
  }
  
  .grub_community .card-body {
    padding: 25px 200px;
  }
  
  @media (max-width: 992px) {
    .grub_community .card-body {
      padding: 5px 10px;
    }
  }
  
  .headercaption {
    font-size: 18px !important;
    color: #231f20;
    font-weight: 300 !important;
    letter-spacing: normal;
    margin-top: 10px;
  }
  
  .grubmateform .modal-dialog {
    margin-top: 0;
  }
  
  .grubmateform .modal-dialog #getstarted {
    margin-top: 5px;
  }
  
  .grubmateform .modal-dialog #getstarted[type="submit"]:disabled {
    border: 1px solid #999 !important;
    background-color: #ccc !important;
    color: #666 !important;
    background: #a7a9aa !important;
  }
  
  .grubmateform .modal-dialog #getstarted:not(disabled):hover {
    background: #ffd000 !important;
    border: 1px solid #ffd000 !important;
  }
  
  .grubmateform .modal-dialog .recaptcha_div > div > div {
    margin: auto !important;
  }
  
  .grubmateform .modal-header {
    border: 0;
    padding-bottom: 0;
  }
  
  .grubmateform .modal-header .modal-title {
    font-weight: 700;
  }
  
  .grubmateform .service_cart_form {
    border: 0;
  }
  
  .grubmateform .service_cart_form .card-body {
    padding: 0;
  }
  
  .grubmateform .service_cart_form .card-body .serviceaction {
    margin: 10px 0;
  }
  
  .grubmateform .service_cart_form .card-body .serviceaction button {
    width: 100%;
  }
  
  .grubmateform .service_cart_form .card-body .moredetailscontent h4 {
    font-size: 14px;
    text-align: center;
  }
  
  .tooltipcoupon {
    opacity: 1 !important;
    box-shadow: 0 0 21.5px #000;
    background-color: #fff !important;
    z-index: 999999;
  }
  
  .tooltipcoupon .tooltip-inner {
    max-width: 425px !important;
    width: 425px !important;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 25px 15px;
    z-index: 999999 !important;
  }
  
  @media (max-width: 992px) {
    .tooltipcoupon .tooltip-inner {
      max-width: 360px !important;
      width: 360px !important;
    }
  }
  
  @media (max-width: 768px) {
    .tooltipcoupon .tooltip-inner {
      max-width: 400px !important;
      width: 400px !important;
    }
  }
  
  @media (max-width: 500px) {
    .tooltipcoupon .tooltip-inner {
      max-width: 300px !important;
      width: 300px !important;
    }
  }
  
  .tooltipcoupon .tooltip-inner p {
    padding-left: 25px;
    font-size: 17px;
    position: relative;
    text-align: left;
  }
  
  .tooltipcoupon .tooltip-inner p:before {
    content: "L";
    color: #fff;
    transform: rotateY(180deg) rotate(-44deg);
    position: absolute;
    left: 0;
    font-size: 18px;
    color: green;
  }
  
  .tooltipcoupon.right .arrow {
    transform: translate(-10px, 6px);
    top: 0;
  }
  
  .tooltipcoupon.right .arrow:before {
    border-width: 1.2rem 1.2rem 1.2rem 0;
    border-right-color: #fff;
  }
  
  .tooltipcoupon.left {
    transform: translate(6px, -10px);
  }
  
  .tooltipcoupon.left .arrow:before {
    border-width: 1.2rem 0 1.2rem 1.2rem;
    border-left-color: #fff;
  }
  
  .tooltipcoupon.bottom {
    transform: translate(6px, -10px);
  }
  
  .tooltipcoupon.bottom .arrow:before {
    border-width: 0 1.2rem 1.2rem;
    border-bottom-color: #fff;
  }
  
  .inlineblock {
    display: inline-block;
  }
  
  .media_div .media_header img {
    width: 100%;
    height: auto;
  }
  
  .media_div .media_header h1 {
    font-size: 75px;
    font-weight: 700;
  }
  
  @media (max-width: 1023px) {
    .media_div .media_header h1 {
      font-size: 50px;
    }
  }
  
  .media_div .media_header h1 span {
    font-size: 54px;
  }
  
  @media (max-width: 1023px) {
    .media_div .media_header h1 span {
      font-size: 45px;
    }
  }
  
  .media_press_div {
    background-color: #f3f3f3;
    padding: 35px 0;
  }
  
  .media_press_div h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  
  .media_press_div h4 {
    font-size: 18px;
  }
  
  .media_press_div .article-date {
    font-size: 16px;
    color: #a0a0a0;
  }
  
  .media_press_div .article-hdg {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    line-height: 34px;
    margin-bottom: 10px;
  }
  
  .media_press_div .article {
    color: #000;
    line-height: 25px;
    margin-bottom: 30px;
  }
  
  .media_press_div .readmore {
    padding: 10px 28px;
    background: #fff;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #ebebeb;
  }
  
  .media_press_div .article-img-space {
    margin-top: 0;
    margin-bottom: 40px !important;
    padding: 0;
  }
  
  .media_press_div .article-img-space img {
    position: relative;
    top: 16px;
    right: 18px;
    width: 100%;
  }
  
  @media (max-width: 1023px) {
    .media_press_div .article-img-space img {
      top: 0;
      right: 0;
    }
  }
  
  .media_press_div .article-box-inner {
    border-top: 4px solid #ffd200;
    background-color: #fff;
    padding: 15px;
    min-height: 360px;
    margin-bottom: 25px;
  }
  
  .media_press_div .article-box-inner .media-name {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 12px;
  }
  
  .media_press_div .article-box-inner .media-name span {
    color: #999;
    font-weight: 400;
    text-transform: capitalize;
  }
  
  .media_press_div .article-box-inner h4 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
  }
  
  .media_press_div .article-box-inner .articleTxt {
    font-size: 14px;
  }
  
  .contact_div {
    background-color: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 35px;
  }
  
  .contact_div .footer_link p {
    font-size: 15px;
    margin-left: 20px;
  }
  
  .contact_div .custom_label input {
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 50%, 0.361);
  }
  
  .contact_div .contact_list .contact_list_div {
    margin: 12px 0;
  }
  
  .contact_div .contact_list .contact_header {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #333;
    font-family: roboto;
  }
  
  .contact_div .contact_list .contact_header i {
    margin-right: 12px;
  }
  
  .contact_div .contact_list .contact_bold {
    color: #666;
    font-weight: 700;
    margin-top: 15px;
    margin-left: 20px;
  }
  
  .contact_div .contact_list .contact_text {
    font-size: 15px;
    margin-left: 20px;
  }
  
  .contact_div .contact_list .contact_text a {
    color: #2e5aea;
  }
  
  .contact_div .contact_list .contact_link {
    cursor: pointer;
    color: #dcb513;
    display: block;
    margin-left: 20px;
  }
  
  .contact_input {
    text-align: left;
    margin-bottom: 15px;
  }
  
  .contact_input input {
    padding: 15px 10px;
    width: 100%;
    outline: 0;
  }
  
  .contact_input .selectdropdown > div,
  .contact_input input {
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 50%, 0.361);
  }
  
  .contact_input .selectdropdown > div {
    border-radius: 0;
  }
  
  .contact_input .selectdropdown > div:focus {
    border: 0;
  }
  
  .contact_input .selectdropdown input {
    outline: 0;
    border: 0;
  }
  
  .contact_input button {
    padding: 12px 0;
  }
  
  @media (max-width: 768px) {
    .contact_input button {
      width: 100%;
    }
  }
  
  .timeline_div {
    padding-top: 55px;
    padding-bottom: 30px;
  }
  
  .about_div .catalog-content,
  .about_div .catalog-title {
    color: #000 !important;
  }
  
  .about_div .catalog-banner .container {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  
  .timeline_group.row {
    min-height: 250px;
  }
  
  @media (max-width: 992px) {
    .timeline_group.row {
      min-height: auto;
    }
  }
  
  .timeline_group.row .about_col h2 {
    font-size: 30px;
    font-weight: 500;
  }
  
  .timeline_group.row .about_col p {
    font-size: 14px !important;
    line-height: 21px;
  }
  
  .timeline_group.row .about_col .playstoreicons {
    display: inline-flex;
    margin-left: 0;
  }
  
  .timeline_group.row .about_col .playstoreicons a {
    width: 150px;
    margin-right: 5px;
  }
  
  .timeline_group.row:after {
    content: "";
    position: absolute;
    top: 50px;
    height: 100%;
    left: 52.3%;
    border: 0.4px solid #ffd000;
  }
  
  @media (max-width: 1199px) {
    .timeline_group.row:after {
      left: 52.5%;
    }
  }
  
  @media (max-width: 992px) {
    .timeline_group.row:after {
      content: "";
      width: 0;
      height: 0;
    }
  }
  
  .timeline_group.row.lastrow:after {
    content: "";
    height: 0;
  }
  
  .timeline_group.row.right {
    text-align: right;
    position: relative;
  }
  
  @media (max-width: 992px) {
    .timeline_group.row.right {
      text-align: left;
    }
  }
  
  .timeline_group.row.right .about_col {
    padding-right: 50px;
  }
  
  @media (max-width: 992px) {
    .timeline_group.row.right .about_col {
      padding-right: 0;
    }
  }
  
  .timeline_group.row.right:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 50%;
    background-color: #ffd000;
  }
  
  @media (max-width: 992px) {
    .timeline_group.row.right:before {
      content: "";
      width: 0;
      height: 0;
    }
  }
  
  .timeline_group.row.left {
    text-align: left;
    position: relative;
  }
  
  .timeline_group.row.left .about_col {
    padding-left: 80px;
  }
  
  @media (max-width: 992px) {
    .timeline_group.row.left .about_col {
      padding-left: 15px;
    }
  }
  
  .timeline_group.row.left:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffd000;
    margin-left: 50%;
  }
  
  @media (max-width: 992px) {
    .timeline_group.row.left:before {
      content: "";
      width: 0;
      height: 0;
    }
  }
  
  .login_button button {
    width: 100%;
  }
  
  .logincenter {
    text-align: center;
  }
  
  .logincenter a {
    color: #ffd000;
  }
  
  .login_checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .login_checkbox label {
    display: flex;
    align-items: center;
  }
  
  .login_checkbox label input {
    margin-right: 5px;
  }
  
  .login_checkbox label span {
    font-weight: 700;
    color: #4a4a4a;
  }
  
  .rightbordercard {
    padding: 12px;
    background-color: #f3f3f3;
    margin-bottom: 35px;
    min-height: 410px;
  }
  
  .rightbordercard a {
    color: #ffd000;
  }
  
  .rightbordercard:before {
    top: -4px;
    width: 30%;
    height: 4px;
  }
  
  .rightbordercard:after,
  .rightbordercard:before {
    content: "";
    position: absolute;
    right: -4px;
    z-index: 100;
    background: #ffd200;
  }
  
  .rightbordercard:after {
    top: -2px;
    width: 4px;
    height: 30%;
  }
  
  .socialmedia_div > h2 {
    text-align: center;
    padding: 60px 0;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    .socialmedia_div > h2 {
      padding: 30px 0;
    }
  }
  
  .socialmedia_div .socailRowDiv {
    margin: 15px;
  }
  
  .socialmedia_div .socailRowDiv .facebook,
  .socialmedia_div .socailRowDiv .twitter {
    display: block;
    text-align: center;
    margin-bottom: 21px;
  }
  
  .socialmedia_div .socailRowDiv .socialLinks {
    width: 100%;
    background: #fff;
    padding: 12px;
  }
  
  .socialmedia_div .socailRowDiv .socialLinks h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 8px 0 20px;
  }
  
  .socialmedia_div .socailRowDiv .socialLinks.facebook {
    overflow-y: hidden;
  }
  
  .featuredNews {
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
    padding-top: 23px;
  }
  
  @media (max-width: 768px) {
    .featuredNews {
      padding: 15px;
    }
  }
  
  .featuredNews h2 {
    text-align: center;
    padding-top: 25px;
  }
  
  .loginModal .modal-dialog {
    margin-top: 0;
  }
  
  .loginModal .modal-dialog .modal-header {
    border: 0;
  }
  
  .loginModal .modal-dialog .modal-header .modal-title {
    font-weight: 700;
  }
  
  .loginModal .modal-dialog .modal-content {
    border: 1px solid #6d6969;
    border-radius: 3px;
    margin-top: 18px;
  }
  
  .loginModal .modal-dialog .modal-content .modal-body {
    border-radius: 0;
    border: 0;
  }
  
  .loginModal .modal-dialog .modal-content .modal-body .card {
    border: 0;
  }
  
  .loginModal .modal-dialog .modal-content .modal-body .card-body {
    padding: 0;
    border: 0;
  }
  
  .VideoCompDiv .modal-header {
    position: absolute;
    z-index: 999;
    right: 9px;
    width: auto;
    top: 3px;
    display: block;
    text-align: left;
    border: 0;
    padding: 0;
  }
  
  .VideoCompDiv .modal-header button {
    border: none;
    background: none;
    outline: 0;
    padding: 0;
    text-align: left;
    margin: 0;
    color: #fff;
  }
  
  .VideoCompDiv .modal-content {
    background-color: transparent;
    border: 0;
  }
  
  .VideoCompDiv .modal-content iframe {
    border: 0;
  }
  
  .VideoCompDiv .modal-body {
    padding: 0;
  }
  
  .offer_component_div.addbackground {
    background: url(https://assets.vakilsearch.com/live-images/promotion/new_landing/landing-sep-bg.png)
      no-repeat;
    background-position: center -35%;
  }
  
  @media (max-width: 1086px) {
    .offer_component_div.addbackground {
      background: none;
    }
  }
  
  .offer_component_div .offerimage {
    width: 90%;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .offer_component_div .offerimage {
      margin-left: 5%;
    }
  }
  
  .offer_component_div .container {
    max-width: 95% !important;
  }
  
  .offer_component_div .offer_intro {
    margin-top: 15px;
  }
  
  @media (max-width: 1086px) {
    .offer_component_div .offer_intro .fullwidthcol {
      max-width: 100%;
      flex: 0 0 100%;
    }
  
    .offer_component_div .offer_intro .container .row .offerformcol {
      margin-left: 0;
      max-width: 100%;
      flex: 0 0 100%;
      width: 100%;
      padding: 0;
    }
  }
  
  .offer_component_div .offer_intro .en_offer_image_group {
    margin-bottom: 40px;
    display: inline-block;
  }
  
  .offer_component_div .offer_intro .en_offer_image_group .banneroffer {
    height: 550px;
    padding-left: 8px;
  }
  
  @media (max-width: 768px) {
    .offer_component_div .offer_intro .en_offer_image_group .banneroffer {
      height: 320px;
    }
  }
  
  @media (max-width: 490px) {
    .offer_component_div .offer_intro .en_offer_image_group .banneroffer {
      height: 188px;
      top: 70px;
    }
  }
  
  .offer_component_div .offer_intro .en_offer_image_group h2 {
    font-size: 53px;
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 88px;
    font-family: Roboto;
    font-weight: 500;
    color: #231f20;
    line-height: 1;
  }
  
  @media (max-width: 768px) {
    .offer_component_div .offer_intro .en_offer_image_group h2 {
      font-size: 32px;
      top: 0;
      left: 19px;
    }
  }
  
  .offer_component_div .offer_intro .en_offer_image_group .en_offerimg_price {
    top: -370px;
    position: relative;
    float: right;
    left: 280px;
    margin-bottom: -100px;
  }
  
  @media (max-width: 768px) {
    .offer_component_div .offer_intro .en_offer_image_group .en_offerimg_price {
      left: 0;
      top: 15px;
      position: relative;
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 490px) {
    .offer_component_div .offer_intro .en_offer_image_group .en_offerimg_price {
      left: 15px;
      top: 80px;
      position: relative;
      padding-bottom: 50px;
    }
  
    .offer_component_div .offer_intro .en_offer_image_group .en_offerimg_price p {
      font-size: 30px;
      text-align: left;
    }
  
    .offer_component_div
      .offer_intro
      .en_offer_image_group
      .en_offerimg_price
      span {
      font-size: 26px;
      text-align: left;
    }
  }
  
  .offer_component_div .offer_intro .en_offer_image_group p {
    font-size: 50px;
    font-style: italic;
    color: #000;
    font-weight: 300;
    margin: 0;
    line-height: normal;
    text-align: right;
  }
  
  @media (max-width: 468px) {
    .offer_component_div .offer_intro .en_offer_image_group p {
      font-size: 32px;
    }
  }
  
  .offer_component_div .offer_intro .en_offer_image_group span {
    font-size: 30px;
    display: block;
    line-height: normal;
    padding-top: 7px;
    text-align: right;
  }
  
  .offer_component_div .offer_intro .offer_image_group {
    margin-bottom: 40px;
  }
  
  .offer_component_div .offer_intro .offer_image_group .banneroffer {
    height: 550px;
    padding-left: 8px;
  }
  
  @media (max-width: 768px) {
    .offer_component_div .offer_intro .offer_image_group .banneroffer {
      height: 320px;
    }
  }
  
  @media (max-width: 490px) {
    .offer_component_div .offer_intro .offer_image_group .banneroffer {
      height: 188px;
    }
  }
  
  .offer_component_div .offer_intro .offer_image_group h2 {
    font-size: 79px;
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 88px;
    font-family: Roboto;
    font-weight: 500;
    color: #231f20;
    line-height: 1;
  }
  
  @media (max-width: 768px) {
    .offer_component_div .offer_intro .offer_image_group h2 {
      font-size: 32px;
      top: 0;
      left: 19px;
    }
  }
  
  .offer_component_div .offer_intro .offer_image_group .offerimg_price {
    position: relative;
    bottom: 200px;
    left: 50px;
    margin-top: -10px;
  }
  
  @media (max-width: 768px) {
    .offer_component_div .offer_intro .offer_image_group .offerimg_price {
      left: 0;
      bottom: 15px;
    }
  }
  
  .offer_component_div .offer_intro .offer_image_group p {
    font-size: 50px;
    font-style: italic;
    color: #000;
    font-weight: 300;
    margin: 0;
    line-height: normal;
  }
  
  @media (max-width: 468px) {
    .offer_component_div .offer_intro .offer_image_group p {
      font-size: 32px;
    }
  }
  
  .offer_component_div .offer_intro .offer_image_group span {
    font-size: 30px;
    display: block;
    line-height: normal;
    padding-top: 7px;
  }
  
  .offer_component_div .offerformcol .recaptcha_div > div > div {
    margin: 0 auto;
  }
  
  .offer_component_div .offerformcol #getstarted {
    margin-top: 15px;
  }
  
  .offer_component_div .offerformcol #getstarted[type="submit"]:disabled {
    border: 1px solid #999 !important;
    background-color: #ccc !important;
    color: #666 !important;
    background: #a7a9aa !important;
  }
  
  .offer_component_div .offerformcol #getstarted:not(disabled):hover {
    background: #ffd000 !important;
  }
  
  .offer_component_div .offerformcol h1 {
    text-shadow: 1.4px 1.4px 0 #fff;
    font-family: Roboto;
    font-size: 31px !important;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
  }
  
  .offer_component_div .offeradvantages {
    margin-top: 45px;
  }
  
  @media (max-width: 768px) {
    .offer_component_div .offeradvantages [class*="col-"] {
      padding: 5px;
    }
  }
  
  .offer_component_div .offeradvantages .adv_box {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 20px;
    min-height: 620px;
  }
  
  @media (max-width: 768px) {
    .offer_component_div .offeradvantages .adv_box {
      padding: 10px;
    }
  }
  
  .offer_component_div .offeradvantages .adv_box h2 {
    text-align: center;
    text-shadow: 1.4px 1.4px 0 #fff;
    font-size: 34px;
    font-weight: 700;
    color: #000;
    padding-bottom: 30px;
  }
  
  .offer_component_div .offeradvantages .adv_box ul {
    list-style: decimal;
    margin-left: 30px;
  }
  
  .offer_component_div .offeradvantages .adv_box ul li {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 8px;
  }
  
  .offer_component_div .offeradvantages .adv_box ul p {
    font-size: 17px;
    text-align: left;
    color: #000;
    padding: 0 0 10px;
    line-height: 1.2em;
    margin-bottom: 5px;
  }
  
  .offer_component_div .offeradvantages .adv_box .affordcard {
    border: 2px dotted #e1e1e1;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 15px;
  }
  
  .offer_component_div .offeradvantages .adv_box .affordcard h4 {
    font-size: 18px;
    text-transform: none;
    color: #000;
    margin: 0;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .offer_component_div .panel_btn button {
      width: 100% !important;
    }
  }
  
  .offerform.recurringform.card {
    background-color: #fff;
    border: 5px solid #ffd000;
    border-radius: 0;
    box-shadow: none;
  }
  
  .offerform.recurringform .ordiv {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  
  .offerform.recurringform .ordiv,
  .offerform.recurringform .servicelinks {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .offerform.recurringform .servicelinks button {
    border: 1px solid #d6d6d6;
    border-radius: 0;
    width: 80%;
    text-align: center;
    padding: 12px;
    color: #333;
    background: #fff;
    font-size: 16px;
  }
  
  .offerform.card {
    width: 100% !important;
    border-radius: 30px;
    border: 6px solid #fff;
    background: #ebebeb;
    padding: 20px 12px 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  
  @media (max-width: 768px) {
    .offerform.card .card-body {
      padding: 0;
      overflow: hidden;
    }
  }
  
  .offerform.card .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
  }
  
  .offerform.card .checkbox-style {
    position: relative;
    left: 15px;
    padding-left: 31px;
  }
  
  .offerform.card .checkbox-style .checkbox-style-txt {
    font-size: 16px;
    color: #000;
  }
  
  .offerform.card .checkbox-style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .offerform.card .checkbox-style input:hover ~ .checkmark {
    background-color: #ccc;
  }
  
  .offerform.card .checkbox-style input:checked ~ .checkmark {
    background-color: #02a350;
  }
  
  .offerform.card .checkbox-style input:checked ~ .checkmark:after {
    left: 6px;
    top: 1px;
    width: 8px;
    content: "";
    position: absolute;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }
  
  .offerform.card .custom_label {
    margin-bottom: 15px;
  }
  
  .offerform.card .custom_label.error_offer {
    position: relative;
  }
  
  .offerform.card .custom_label.error_offer:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 11px;
    right: 35px;
    font-weight: 700;
    color: #a94442;
    font-size: 18px;
    font-family: Font Awesome\5 Free;
  }
  
  .offerform.card .custom_label.error_offer input {
    border: 1px solid #a94442;
  }
  
  .offerform.card .custom_label.success_offer {
    position: relative;
  }
  
  .offerform.card .custom_label.success_offer:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 11px;
    right: 35px;
    font-weight: 700;
    color: #3c763d;
    font-size: 18px;
    font-family: Font Awesome\5 Free;
  }
  
  .offerform.card .custom_label.success_offer input {
    border: 1px solid #3c763d;
  }
  
  .offerform.card .custom_label input {
    font-size: 14px;
    padding-left: 15px;
  }
  
  .offerform.card .selectdropdown {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .offerform.card .selectdropdown.error_offer {
    position: relative;
    border: 1px solid #a94442;
  }
  
  .offerform.card .selectdropdown.error_offer:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 11px;
    right: 35px;
    font-weight: 700;
    color: #a94442;
    font-size: 18px;
    font-family: Font Awesome\5 Free;
  }
  
  .offerform.card .selectdropdown.success_offer {
    position: relative;
  }
  
  .offerform.card .selectdropdown.success_offer:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 11px;
    right: 35px;
    font-weight: 700;
    color: #3c763d;
    font-size: 18px;
    font-family: Font Awesome\5 Free;
  }
  
  .offerform.card .selectdropdown.success_offer input {
    border: 1px solid #3c763d;
  }
  
  .offerform.card .panel_btn {
    margin-top: 12px;
    width: 100%;
    text-align: center;
  }
  
  .offerform.card .panel_btn button {
    font-size: 20px;
    padding: 7px 10px;
    width: 80%;
  }
  
  .offerform.card .panel_btn button:focus {
    outline: 0;
  }
  
  .offerform.card .offer_emi {
    font-size: 18px;
    font-weight: 400;
    margin-top: 7px;
    text-align: center;
    width: 100%;
    color: #000;
    padding: 0 15px;
  }
  
  @media (max-width: 768px) {
    .offerform.card .offer_emi {
      font-size: 16px;
    }
  }
  
  .customofferform.card {
    background-color: #fff;
    box-shadow: 0 6px 11px 5px rgba(0, 0, 0, 0.175);
    border-radius: 16px;
  }
  
  .customofferform.card .card-body {
    padding-top: 5px;
  }
  
  .customofferform .custom_label input {
    box-shadow: inset 2.6px 3.1px 12px 0 rgba(0, 1, 0, 0.15);
  }
  
  .customofferform h2 {
    font-weight: 600;
    padding: 0 10px;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .customofferform h2 {
      padding: 0;
    }
  }
  
  .customofferform .selectdropdown > div {
    box-shadow: inset 2.6px 3.1px 12px 0 rgba(0, 1, 0, 0.15);
  }
  
  .whyvakilsearch {
    margin: 30px 0;
  }
  
  .whyvakilsearch .container {
    text-align: center;
    padding: 28px 50px;
    background: #f5f5f5;
  }
  
  .whyvakilsearch .container h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 12px 0;
  }
  
  @media (max-width: 768px) {
    .whyvakilsearch .container {
      padding: 15px;
      text-align: left;
      max-width: 100% !important;
    }
  
    .whyvakilsearch .container h1 {
      font-size: 30px;
    }
  }
  
  .whyvakilsearch p {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 400;
  }
  
  .footer-padding {
    margin: 30px 0;
  }
  
  .footer-padding p {
    font-size: 19px;
    opacity: 0.5 !important;
    color: rgba(35, 31, 32, 0.5) !important;
    text-align: center;
  }
  
  .offerbtnclass {
    opacity: 0.6;
  }
  
  .offerbtnclass .spinnerform {
    top: -3px;
    position: relative;
    margin-left: 5px;
  }
  
  .offerbannermain {
    position: relative;
  }
  
  @media (max-width: 850px) {
    .offerbannermain .bannercol_offer,
    .offerbannermain .col_div {
      max-width: 100%;
      flex: 0 0 100%;
    }
  }
  
  .offerbannermain .ppf_calculator {
    padding: 0;
  }
  
  @media (max-width: 850px) {
    .offerbannermain .ppf_calculator .service-description {
      position: inherit !important;
      max-width: 100%;
      flex: 0 0 100%;
    }
  
    .offerbannermain .ppf_calculator .service-description .moredetails_form {
      display: block !important;
      width: 100%;
    }
  }
  
  @media (max-width: 768px) {
    .offerbannermain .ppf_calculator .ppf_calculator_div {
      padding: 16px 0;
    }
  }
  
  .offerbannermain .ppf_calculator .service-description {
    padding-bottom: 30px;
  }
  
  .offerbannermain .ppf_calculator_div {
    background-color: #fff !important;
  }
  
  .offerbanner h3 {
    font-size: 44px;
    font-weight: 700;
  }
  
  .offerbanner .offerbannerintro .offer_amount_offer {
    color: #ffd200;
    font-size: 40px;
  }
  
  .offerbanner .offerbannerintro .offer_amount_offer .strikeoffer {
    text-decoration: line-through;
    color: #fff;
    padding-right: 12px;
    font-size: 35px;
  }
  
  .offerbanner .offerbannerintro .offer_amount_offer .strikeoffer i {
    padding-right: 5px;
    font-size: 28px;
  }
  
  .offerbanner .offerbannerintro .offer_amount_offer .realamount i {
    padding-right: 5px;
    font-size: 36px;
  }
  
  .offerbanner .offerbannerintro .offer_amount_offer .realamount span {
    color: #fff;
    font-size: 35px;
  }
  
  .offerbanner .offerbannerintro .heading_offer {
    font-size: 18px;
    text-shadow: none;
  }
  
  .offerbanner .offerbannerintro .heading_offer.black {
    color: #000;
  }
  
  .offerbanner .offerbannerintro ul {
    list-style: none;
    margin-top: 25px;
  }
  
  .offerbanner .offerbannerintro ul li {
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  
  .offerbanner .offerbannerintro ul li.flexstart {
    align-items: flex-start;
  }
  
  .offerbanner .offerbannerintro ul li .bannercircleheading h4 {
    font-size: 19px;
  }
  
  .offerbanner .offerbannerintro ul li .bannercircleheading p {
    font-size: 16px;
  }
  
  .offerbanner .offerbannerintro ul li i {
    padding-right: 12px;
    font-size: 30px;
    color: #ffd000;
  }
  
  .offerbanner .offerbannerintro .description {
    font-size: 16px;
    color: #fff;
  }
  
  .offerbannerbodydiv .offerbanner_description {
    margin: 15px 0;
  }
  
  .offerbannerbodydiv h1 {
    font-size: 28px;
    color: #333;
    letter-spacing: -1px;
    font-weight: 800;
    margin-bottom: 25px;
  }
  
  .offerbannerbodydiv p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 25px;
    margin-bottom: 25px;
  }
  
  .offerbannerbodydiv h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333 !important;
    margin-bottom: 25px;
  }
  
  .offerbannerbodydiv h3 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 5px;
    color: #26597e;
    font-weight: 550;
    margin-bottom: 10px;
  }
  
  .fifthsectionmobile span:first-child {
    color: #000;
    font-style: italic;
    display: block;
    margin-top: 10px;
  }
  
  .additionalformcontent {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .additionalformcontent .firstsection span:nth-child(2) {
    font-size: 32px;
    color: #000;
    font-weight: 700;
  }
  
  .additionalformcontent .firstsection span:first-child {
    position: relative;
    font-size: 19px;
    color: #000;
    margin-right: 3px;
  }
  
  .additionalformcontent .firstsection span:first-child:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    color: red;
    border-top: 3px solid;
    border-color: inherit;
  }
  
  .additionalformcontent .firstsection span:nth-child(3) {
    font-size: 18px;
    color: #000;
  }
  
  .additionalformcontent .secondsection .hastags span:first-child {
    color: red;
    font-size: 18px;
  }
  
  .additionalformcontent .secondsection .hastags span:nth-child(2) {
    color: #00f;
    font-size: 18px;
  }
  
  .additionalformcontent .secondsection .hastags span:nth-child(3) {
    color: green;
    font-size: 18px;
  }
  
  .additionalformcontent .secondsection span:nth-child(2) {
    color: #000;
    font-size: 18px;
  }
  
  .additionalformcontent .thirdsection span:first-child {
    color: grey;
  }
  
  .additionalformcontent .fourthsection span:first-child {
    color: #000;
    font-weight: 700;
  }
  
  .additionalformcontent .fifthsection span:first-child {
    color: #000;
    font-style: italic;
    display: none;
  }
  
  @media (min-width: 320px) and (max-width: 360px) {
    .additionalformcontent .secondsection .hastags span:first-child,
    .additionalformcontent .secondsection .hastags span:nth-child(2),
    .additionalformcontent .secondsection .hastags span:nth-child(3) {
      font-size: 16px;
    }
  }
  
  .formfor-mobile {
    display: none;
  }
  
  .why-section-bgimg {
    position: absolute;
    top: 679px;
  }
  
  .offer_eminew {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .customofferform .custom_label input,
  .customofferform .selectdropdown > div {
    box-shadow: inset 0 0 0 0 rgba(0, 1, 0, 0.15);
  }
  
  .why-vakilsearch-main {
    background: #f5f5f5;
  }
  
  .why-vakilsearch-main .why-section-bgimg {
    float: left;
    position: relative;
    top: -50px;
    left: -25px;
  }
  
  .why-vakilsearch-main img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 15px;
  }
  
  .why-vakilsearch-main h2 {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
  }
  
  .why-vakilsearch-main .why-vakilsearch-section {
    padding: 40px 0;
    position: relative;
  }
  
  .why-vakilsearch-main .why-vakilsearch-section .why-section .why-get-img-new {
    height: 120px;
    display: grid;
    align-items: center;
  }
  
  .why-vakilsearch-main .why-vakilsearch-section .why-section p {
    font-size: 15px;
    text-align: center;
    font-family: Roboto, sans-serif;
    padding: 0 10px;
  }
  
  .fullwidth-whycontent {
    background: url(https://assets.vakilsearch.com/live-images/offers/bg-l1.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: 120% 1%;
  }
  
  .fullwidth-whycontent .why-you-section-two #getstarted {
    margin-top: 15px;
  }
  
  .fullwidth-whycontent .why-you-section-two #getstarted[type="submit"]:disabled {
    border: 1px solid #999 !important;
    background-color: #ccc !important;
    color: #666 !important;
    background: #a7a9aa !important;
  }
  
  .fullwidth-whycontent .why-you-section-two #getstarted:not(disabled):hover {
    background: #ffd000 !important;
  }
  
  .fullwidth-whycontent .why-you-section-two .recaptcha_div > div > div {
    margin: 0 auto;
  }
  
  .fullwidth-whycontent .why-you-section-two .offerFormsubmit {
    position: relative;
    top: -60px;
  }
  
  .fullwidth-whycontent .why-you-section-two .offerFormsubmit .card {
    background-color: #ebebeb;
  }
  
  .fullwidth-whycontent .why-you-section-two .offerFormsubmit .card h2 {
    padding: 0 5px;
  }
  
  .fullwidth-whycontent .header-what-you-get {
    padding-top: 30px;
  }
  
  .fullwidth-whycontent .india-lead {
    color: #fff;
    background-color: #2a2a2a;
    padding: 6px 10px;
    width: 200px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    top: 15px;
    right: -30px;
    font-size: 16px;
  }
  
  .fullwidth-whycontent .what-you-get {
    padding-top: 50px;
  }
  
  .fullwidth-whycontent .what-you-get h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    padding-left: 36px;
  }
  
  .fullwidth-whycontent .why-you-section {
    padding-bottom: 40px;
  }
  
  .fullwidth-whycontent .why-you-section .whatyoucontent-section {
    height: 120px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  
  .fullwidth-whycontent .why-you-section .whatyoucontent-section .subcontent {
    display: block;
    font-size: 12px;
    width: 200px;
    position: absolute;
    top: 125px;
    left: 129px;
  }
  
  .fullwidth-whycontent
    .why-you-section
    .whatyoucontent-section
    .whatyoucontent-section-img {
    padding: 7px;
    height: auto;
  }
  
  .fullwidth-whycontent .why-you-section .whatyoucontent-section span {
    width: 112px;
    display: inline-block;
    top: 20px;
    position: relative;
    color: #000;
  }
  
  .why-vakilsearch-new .footer-padding-new {
    background: url(https://assets.vakilsearch.com/live-images/offers/bg-l3.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: 104% -130%;
    padding: 30px 80px;
  }
  
  .why-vakilsearch-new .footer-padding-new p {
    font-size: 17px;
    opacity: 0.5 !important;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 0 60px;
    font-family: Roboto, sans-serif;
  }
  
  .why-vakilsearch-new .whyvakilsearch-new .container {
    text-align: center;
    padding: 28px 50px;
    border-bottom: 1px solid #707070;
  }
  
  .why-vakilsearch-new .whyvakilsearch-new h1 {
    font-size: 34px;
    font-weight: 700;
    margin: 12px 0;
  }
  
  .why-vakilsearch-new .whyvakilsearch-new p {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    font-family: Roboto, sans-serif;
  }
  
  @media (max-width: 767px) {
    .why-section-bgimg {
      position: absolute;
      top: 1330px;
      left: -40px;
    }
  
    .fullwidth-whycontent .what-you-get h2 {
      font-size: 28px;
      font-weight: 600;
      text-align: center;
      padding-left: 0;
    }
  
    .cross-text,
    .small-text {
      font-size: 16px;
      font-weight: 400;
    }
  
    .cross-text:after {
      font-weight: 400;
      position: absolute;
      content: "";
      left: 50%;
      top: 81%;
      right: 0;
      color: red;
      border-top: 2px solid;
      border-color: inherit;
      width: 55px;
    }
  
    .formfor-mobile {
      display: block;
      margin-top: 30px;
      margin-bottom: 30px;
    }
  
    .formfor-mobile .customofferform.card {
      background-color: #ebebeb;
    }
  
    .formfor-mobile .customofferform.card .panel_btn button {
      font-weight: 700;
    }
  
    .formfor-mobile .customofferform h2 {
      font-size: 24px;
    }
  
    .why-vakilsearch-main {
      background: #f5f5f5;
    }
  
    .why-vakilsearch-main .why-section-bgimg {
      float: left;
      position: relative;
      top: -55px;
      left: -60px;
    }
  
    .why-vakilsearch-main img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      padding-bottom: 15px;
    }
  
    .why-vakilsearch-main h2 {
      font-size: 27px;
      font-weight: 700;
      text-align: center;
      padding-bottom: 30px;
      position: relative;
      left: 0;
    }
  
    .why-vakilsearch-main .why-vakilsearch-section {
      padding: 40px;
      position: relative;
      text-align: center;
    }
  
    .why-vakilsearch-main .why-vakilsearch-section .why-section .why-get-img-new {
      height: auto;
    }
  
    .why-vakilsearch-main .why-vakilsearch-section .why-section p {
      font-size: 15px;
      text-align: center;
      font-family: Roboto, sans-serif;
      padding: 0;
    }
  
    .fullwidth-whycontent {
      background-repeat: no-repeat;
      position: relative;
      background-position: -65% 0;
      overflow: hidden;
    }
  
    .fullwidth-whycontent .why-you-section-two .offerFormsubmit {
      position: relative;
      top: -10px;
      padding-bottom: 40px;
      z-index: 1;
    }
  
    .fullwidth-whycontent .why-you-section-two .offerFormsubmit .card {
      background-color: #ebebeb;
    }
  
    .fullwidth-whycontent .header-what-you-get {
      padding-top: 30px;
      text-align: center;
    }
  
    .fullwidth-whycontent .india-lead {
      color: #fff;
      background-color: #2a2a2a;
      padding: 6px 8px;
      width: auto;
      display: inline-block;
      font-weight: 700;
      position: relative;
      top: 15px;
      right: 0;
      font-size: 16px;
    }
  
    .fullwidth-whycontent .what-you-get {
      padding-top: 50px;
    }
  
    .fullwidth-whycontent .why-you-section {
      padding-bottom: 60px;
    }
  
    .fullwidth-whycontent .why-you-section .whatyoucontent-section {
      height: 140px;
      padding-top: 40px;
      padding-bottom: 20px;
      text-align: center;
    }
  
    .fullwidth-whycontent .why-you-section .whatyoucontent-section .subcontent {
      display: block;
      font-size: 12px;
      width: 200px;
      position: absolute;
      top: 161px;
      left: 175px;
    }
  
    .fullwidth-whycontent
      .why-you-section
      .whatyoucontent-section
      .whatyoucontent-section-img {
      padding: 7px;
      height: auto;
      width: 80px;
    }
  
    .fullwidth-whycontent .why-you-section .whatyoucontent-section span {
      width: auto;
      display: inline-block;
      top: 0;
      position: relative;
      color: #000;
      text-align: center;
    }
  
    .why-vakilsearch-new .footer-padding-new {
      background-repeat: no-repeat;
      position: relative;
      background-position: 77% 275%;
      padding: 0;
      height: 200px;
    }
  
    .why-vakilsearch-new .footer-padding-new p {
      font-size: 17px;
      opacity: 0.5 !important;
      color: rgba(35, 31, 32, 0.5) !important;
      text-align: center;
      font-family: Roboto, sans-serif;
      padding: 15px 0 0;
    }
  
    .why-vakilsearch-new .whyvakilsearch-new .container {
      text-align: center;
      padding: 0;
      border-bottom: 1px solid #707070;
    }
  
    .why-vakilsearch-new .whyvakilsearch-new h1 {
      font-size: 34px;
      font-weight: 700;
      margin: 12px 0;
    }
  
    .why-vakilsearch-new .whyvakilsearch-new p {
      font-size: 17px;
      line-height: 1.4;
      font-weight: 400;
      font-family: Roboto, sans-serif;
    }
  }
  
  @media (min-width: 768px) and (max-width: 800px) {
    .why-section-bgimg {
      position: absolute;
      top: 1200px;
      left: -35px;
    }
  
    .fullwidth-whycontent .what-you-get h2 {
      font-size: 28px;
      font-weight: 600;
      text-align: center;
      padding-left: 0;
    }
  
    .fullwidth-whycontent .why-you-section {
      padding-bottom: 100px;
    }
  
    .why-vakilsearch-new .footer-padding-new p {
      padding: 0;
    }
  
    .why-vakilsearch-new .footer-padding-new {
      position: relative;
      background-position: 220% 40%;
      padding: 30px 50px;
    }
  
    .why-vakilsearch-main .why-section-bgimg {
      float: left;
      position: relative;
      top: -50px;
      left: -50px;
    }
  
    .why-vakilsearch-main .why-vakilsearch-section {
      padding: 40px 0;
      position: relative;
    }
  
    .why-vakilsearch-main h2 {
      position: relative;
      left: 0;
    }
  
    .fullwidth-whycontent {
      background: url(https://assets.vakilsearch.com/live-images/offers/bg-l1.png);
      background-repeat: repeat;
      background-repeat: no-repeat;
      position: relative;
      background-position: -700% 0;
    }
  
    .fullwidth-whycontent .header-what-you-get {
      padding-top: 30px;
      text-align: center;
    }
  
    .fullwidth-whycontent .what-you-get {
      padding-top: 50px;
      text-align: center;
    }
  
    .fullwidth-whycontent .why-you-section .whatyoucontent-section {
      text-align: center;
    }
  
    .fullwidth-whycontent .why-you-section .whatyoucontent-section span {
      text-align: left;
    }
  
    .fullwidth-whycontent .why-you-section .whatyoucontent-section .subcontent {
      left: 182px;
      position: absolute;
      top: 127px;
    }
  }
  
  @media (min-width: 320px) and (max-width: 360px) {
    .fullwidth-whycontent .why-you-section .whatyoucontent-section .subcontent {
      display: block;
      font-size: 12px;
      width: 200px;
      position: absolute;
      top: 161px;
      left: -13px;
    }
  }
  
  @media (min-width: 361px) and (max-width: 375px) {
    .fullwidth-whycontent .why-you-section .whatyoucontent-section .subcontent {
      display: block;
      font-size: 12px;
      width: 200px;
      position: absolute;
      top: 161px;
      left: -13px;
    }
  }
  
  @media (min-width: 376px) and (max-width: 414px) {
    .fullwidth-whycontent .why-you-section .whatyoucontent-section .subcontent {
      display: block;
      font-size: 12px;
      width: 200px;
      position: absolute;
      top: 161px;
      left: 0;
    }
  }
  
  @media (min-width: 1024px) and (max-width: 1100px) {
    .why-section-bgimg {
      position: absolute;
      top: 706px;
      left: -40px;
    }
  }
  
  @media (min-width: 896px) and (max-width: 1023px) {
    .why-section-bgimg {
      position: absolute;
      top: 1190px;
      left: -35px;
    }
  
    .fullwidth-whycontent {
      background: url(https://assets.vakilsearch.com/live-images/offers/bg-l1.png);
      background-repeat: no-repeat;
      position: relative;
      background-position: 120% 0;
    }
  
    .fullwidth-whycontent .why-you-section-two .offerFormsubmit {
      position: relative;
      top: 0;
      margin-bottom: 40px;
      z-index: 1;
    }
  
    .why-vakilsearch-new .footer-padding-new {
      background: url(https://assets.vakilsearch.com/live-images/offers/bg-l3.png);
      background-repeat: no-repeat;
      position: relative;
      background-position: 140% -130%;
      padding: 30px 80px;
    }
  }
  
  @media (min-width: 600px) and (max-width: 767px) {
    .fullwidth-whycontent .why-you-section .whatyoucontent-section .subcontent {
      display: block;
      font-size: 12px;
      width: 200px;
      position: absolute;
      top: 140px;
      left: 24px;
    }
  
    .fullwidth-whycontent .why-you-section .whatyoucontent-section span {
      width: auto;
      display: block;
      top: 0;
      position: relative;
      color: #000;
      text-align: center;
    }
  }
  
  .shoppingcart-modal {
    font-family: roboto;
  }
  
  .shoppingcart-modal .modal-dialog {
    max-width: 1060px;
  }
  
  .shoppingcart-modal h1 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    line-height: 27px;
    padding: 0;
    margin-top: 24px;
  }
  
  .shoppingcart-modal p {
    margin-bottom: 20px;
    font-size: 17px;
    color: #878787;
    line-height: 27px;
  }
  
  @media screen and (max-width: 767px) {
    .shoppingcart-modal .quest-form {
      padding: 0 20px !important;
    }
  
    .shoppingcart-modal .quest-form .slick-dots {
      padding-bottom: 20px;
      position: inherit;
    }
  
    .shoppingcart-modal .quest-form .slick-list {
      max-height: 320px;
    }
  
    .shoppingcart-modal .quest-form .slick-next,
    .shoppingcart-modal .quest-form .slick-prev {
      top: 33%;
      border-radius: 21px !important;
    }
  
    .shoppingcart-modal .quest-form .slick-prev:before {
      content: "";
      color: #fff;
    }
  
    .shoppingcart-modal .quest-form .slick-next:before {
      content: "";
      color: #fff;
    }
  }
  
  .shoppingcart-modal .quest-form {
    padding: 20px 80px;
  }
  
  .shoppingcart-modal .quest-form .slick-next,
  .shoppingcart-modal .quest-form .slick-prev {
    background-color: #ffd200;
    height: 30px;
    width: 30px;
    margin: 0 -10px;
    border-radius: 5px;
    top: 40%;
  }
  
  .shoppingcart-modal .quest-form .slick-disabled {
    background-color: #d3d3d3;
    cursor: not-allowed;
  }
  
  .shoppingcart-modal .quest-form h4 {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    padding-bottom: 20px;
  }
  
  .shoppingcart-modal .quest-form .paycard {
    border-radius: 10px 10px 0 0;
    border: 1px solid #979797;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 69.4%, 0.5);
    text-align: center;
  }
  
  .shoppingcart-modal .quest-form .paycard .paycard-bg {
    background-color: #414141;
    padding: 15px;
    border-radius: 8px 8px 0 0;
  }
  
  .shoppingcart-modal .quest-form .paycard .paycard-bg hr {
    margin: 14px 0;
    border-top: 1px solid #6d6969;
  }
  
  .shoppingcart-modal .quest-form .paycard .paycard-bg h6 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding-top: 8px;
    font-weight: 700;
    font-family: Roboto;
    line-height: 1em;
  }
  
  .shoppingcart-modal .quest-form .paycard .paycard-bg h6 strike {
    font-size: 19px;
    color: silver;
    padding-left: 3px;
    font-weight: 700;
    font-family: Roboto;
  }
  
  .shoppingcart-modal .quest-form .paycard .paycard-bg h4 {
    font-size: 19px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: Roboto;
    line-height: 1.7em;
    padding-bottom: 0;
  }
  
  .shoppingcart-modal .quest-form .paycard .paycard-bg p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    line-height: 1.4;
  }
  
  .shoppingcart-modal .quest-form .paycard .p {
    font-size: 19px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: Roboto;
    line-height: 1.7em;
  }
  
  .shoppingcart-modal .quest-form .paycard .paynow {
    padding: 13px 10px;
    background-color: #ffd200;
    display: inline-block;
  }
  
  .shoppingcart-modal .quest-form .paycard .paynow,
  .shoppingcart-modal .quest-form .paylater {
    font-size: 18px;
    color: #000;
    border: none;
    outline: none;
    font-family: Roboto;
    width: 100%;
    margin-top: 0;
  }
  
  .shoppingcart-modal .quest-form .paylater {
    padding: 14px 10px;
    background-color: transparent;
  }
  
  .shoppingcart-modal .quest-form .setTimer {
    color: red;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    font-family: Roboto;
  }
  
  .shoppingcart .headerlogo_img {
    margin: 35px 0;
  }
  
  .shoppingcart .main-section {
    background: #edecf1;
    font-size: 22px;
    color: #000;
    display: block;
    min-height: 590px;
    padding: 5px;
  }
  
  @media screen and (max-width: 1200px) {
    .shoppingcart .main-section .mainsection-textarea {
      padding-top: 0 !important;
    }
  }
  
  .shoppingcart .main-section .mainsection-textarea {
    padding: 15px 0;
    display: block;
    width: 100%;
  }
  
  @media screen and (max-width: 1200px) {
    .shoppingcart
      .main-section
      .mainsection-textarea
      .mainsection-lefttext
      .before_cartpage_leftTxtArea_txt {
      width: 100% !important;
      margin-left: 0 !important;
    }
  
    .shoppingcart
      .main-section
      .mainsection-textarea
      .mainsection-lefttext
      .before_cartpage_leftTxtArea_txt
      h1 {
      margin-top: 0 !important;
    }
  }
  
  .shoppingcart .main-section .mainsection-textarea .mainsection-lefttext {
    display: block;
    margin: 0 0 30px;
  }
  
  @media screen and (max-width: 1200px) {
    .shoppingcart .main-section .mainsection-textarea .mainsection-lefttext {
      margin-bottom: 0;
    }
  
    .shoppingcart .main-section .mainsection-textarea .mainsection-lefttext img {
      display: none;
    }
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .mainsection-lefttext
    .pull-left {
    float: left;
    width: auto;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .mainsection-lefttext
    .before_cartpage_leftTxtArea_txt {
    float: left;
    width: 52%;
    margin-left: 20px;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .mainsection-lefttext
    .before_cartpage_leftTxtArea_txt
    h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 26px;
    font-family: Roboto, Arial;
    text-align: left;
    margin-top: 60px;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .mainsection-lefttext
    .before_cartpage_leftTxtArea_txt
    h3 {
    font-family: Roboto, Arial;
    font-size: 21px;
    color: #000;
    font-weight: 700;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .mainsection-lefttext
    .before_cartpage_leftTxtArea_txt
    .list_of_points {
    display: inline-block;
    margin-top: 15px;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .mainsection-lefttext
    .before_cartpage_leftTxtArea_txt
    ul {
    margin: 0;
    padding: 0;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .mainsection-lefttext
    .before_cartpage_leftTxtArea_txt
    ul
    li:before {
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    font-size: 17px;
    content: "";
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    color: #fff;
    border: 2px solid #000;
    background: #000;
    border-radius: 50%;
    padding: 0 2px;
    margin-right: 14px;
    line-height: 21px;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .mainsection-lefttext
    .before_cartpage_leftTxtArea_txt
    ul
    li {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    display: inline-block;
    line-height: 24px;
    width: 100%;
    padding: 12px 0;
    color: #000;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .mainsection-lefttext
    .before_cartpage_leftTxtArea_txt
    ul
    li
    h5 {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 84%;
    display: inline-block;
    line-height: 24px;
    margin: 0;
    padding: 0;
  }
  
  .shoppingcart .main-section .mainsection-textarea .cartRightSection {
    background: #231f20;
    padding: 25px;
    min-height: 590px;
    box-shadow: 0 0 10px 0;
  }
  
  @media (max-width: 768px) {
    .shoppingcart .main-section .mainsection-textarea .cartRightSection {
      box-shadow: none;
      padding: 20px 15px 15px;
      min-height: inherit;
    }
  }
  
  .shoppingcart .main-section .mainsection-textarea .cartRightSection h6 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
  }
  
  .shoppingcart .main-section .mainsection-textarea .priceDescriptionStyle {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .shoppingcart .main-section .mainsection-textarea .priceDescriptionStyle table {
    width: 100%;
    margin-bottom: 0;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    table
    td {
    border-top: none;
    padding: 8px 0 0;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt {
    width: 100%;
    display: inline-block;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    h4 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    color: #ffd200;
    padding: 0 0 20px;
    margin: 0;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .service_name {
    width: 62%;
    float: left;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    h6 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    font-family: Roboto, sans-serif;
    min-width: 50px;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .numericSpinner {
    width: 100%;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .numericSpinner
    .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .numericSpinner
    button {
    border: 0;
    border-radius: 0;
    padding: 9px 8px;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .numericSpinner
    input {
    text-align: right;
    background: transparent;
    color: #fff;
    border: 1px solid #767273;
    height: 36px;
    -webkit-appearance: textfield;
    width: 100%;
    border-radius: 1px;
    margin: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: 700;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .numericSpinner
    .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 2%;
    vertical-align: middle;
    display: table-cell;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .numericSpinner
    .input-group-btn-vertical
    i {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    right: 0;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .numericSpinner
    .input-group-btn-vertical
    > .btn:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .numericSpinner
    .input-group-btn-vertical
    > .btn-default {
    background-color: #767273;
    border-color: #767273;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .numericSpinner
    .input-group-btn-vertical
    > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: -2px;
    position: relative;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .grandTotalTax {
    margin-top: 0;
    padding-bottom: 8px;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .grandTotalTax
    h4 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 4px 0;
    margin: 0;
    font-weight: 400 !important;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .grandTotalTax
    h4
    span {
    float: right;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes flickerAnimation {
    0% {
      opacity: 1;
    }
  
    50% {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .promocode-success {
    margin: 0;
    color: #54bb97;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .promocode-error {
    margin: 0;
    color: #d50000;
    -webkit-animation: css 0s 3s forwards;
    animation: css 0s 3s forwards;
  }
  
  @-webkit-keyframes css {
    to {
      visibility: hidden;
    }
  }
  
  @keyframes css {
    to {
      visibility: hidden;
    }
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .grandTotal {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    padding: 7px 0;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .grandTotal
    h4 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #ffd200 !important;
    padding: 0;
    margin: 0;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .grandTotal
    h4
    span:first-child {
    font-size: 16px;
    font-weight: 400;
    text-align: left !important;
    position: relative;
    top: 4px;
  }
  
  @media (max-width: 767px) {
    .shoppingcart
      .main-section
      .mainsection-textarea
      .priceDescriptionStyle
      .DescriptionTxt
      .grandTotal
      h4
      .pull-right {
      font-size: 14px;
    }
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .grandTotal
    h4
    .pull-right {
    float: right !important;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    color: #ffd200 !important;
    font-weight: 700;
    text-align: right;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .editbutton {
    color: #082e57;
    background: none;
    font-size: 14px;
    padding: 0;
    border: 0;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
    box-shadow: none;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .mycustom {
    position: relative;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .discount-font {
    font-weight: 700;
    font-size: 16px;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    input[type="text"] {
    width: 100%;
    padding-right: 123px;
    height: 32px;
    border: 1px solid #544a49;
    font-family: Roboto;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    input {
    color: #000;
    font-size: 14px;
    margin: 4px auto 7px 0;
    background: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 400;
    width: 100%;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .input-group-prepend {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    z-index: 999;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .input-group-prepend
    .processing {
    color: #ffd200;
    font-size: 14px;
    padding-top: 5px;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .make_payment_cart_coupon {
    border: 0;
    background: transparent;
    color: #000;
    text-align: right;
    width: 100%;
    float: right;
    cursor: pointer;
    z-index: 999;
    font-family: Roboto;
    margin-top: 2px;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    i {
    position: absolute;
    right: -25px;
    top: 5px;
    font-size: 17px;
    color: red;
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .DescriptionTxt
    .login_button
    button {
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    padding: 10px 0;
    min-height: 44px;
    margin-top: 10px;
  }
  
  @media (max-width: 768px) {
    .shoppingcart
      .main-section
      .mainsection-textarea
      .priceDescriptionStyle
      .DescriptionTxt
      .login_button
      button {
      font-size: 16px;
    }
  }
  
  .shoppingcart
    .main-section
    .mainsection-textarea
    .priceDescriptionStyle
    .priceTxtNew {
    padding-bottom: 0;
    padding-top: 8px;
    margin: 0;
    line-height: 20px;
  }
  
  @media (max-width: 768px) {
    .shoppingcart.whitetheme .mob-logo {
      text-align: center;
    }
  
    .shoppingcart.whitetheme .mob-logo img {
      margin: 15px 0;
    }
  }
  
  .shoppingcart.whitetheme .main-section {
    background: #fff;
  }
  
  @media (max-width: 991px) {
    .shoppingcart.whitetheme .main-section .before_cartpage_leftTxtArea_txt h1 {
      font-size: 22px !important;
      margin-bottom: 10px !important;
    }
  }
  
  .shoppingcart.whitetheme .main-section .cartRightSection {
    background: #fff;
  }
  
  .shoppingcart.whitetheme
    .main-section
    .cartRightSection
    .priceDescriptionStyle
    .DescriptionTxt
    h4 {
    color: #000;
    font-weight: 700;
  }
  
  .shoppingcart.whitetheme
    .main-section
    .cartRightSection
    .priceDescriptionStyle
    .DescriptionTxt
    .grandTotal
    h4
    span {
    font-size: 24px;
    font-weight: 700;
    color: #000;
  }
  
  .shoppingcart.whitetheme
    .main-section
    .cartRightSection
    .priceDescriptionStyle
    .DescriptionTxt
    .grandTotal
    h4
    span.pull-right {
    color: #000 !important;
  }
  
  .shoppingcart.whitetheme
    .main-section
    .cartRightSection
    .priceDescriptionStyle
    .DescriptionTxt
    .numericSpinner
    .number-spinner
    input,
  .shoppingcart.whitetheme
    .main-section
    .cartRightSection
    .priceDescriptionStyle
    .DescriptionTxt
    h6 {
    color: #000;
  }
  
  .shoppingcart.whitetheme .main-section .accordion {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  
  .shoppingcart.whitetheme .main-section .accordion .card-header {
    border-bottom: 0;
    background: #fff;
    padding: 3px 0;
  }
  
  .shoppingcart.whitetheme .main-section .accordion .btn-link {
    position: relative;
    width: 100%;
    text-align: left;
    box-shadow: none;
    outline: 0;
    border: 0;
    color: #000;
    font-weight: 700;
    font-size: 14px;
  }
  
  .shoppingcart.whitetheme .main-section .accordion .btn-link i {
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .shoppingcart.whitetheme .main-section .accordion .btn-link:hover {
    text-decoration: none;
    color: #ffd000;
  }
  
  .shoppingcart.whitetheme .main-section .accordion .btn-link:focus {
    text-decoration: none;
    outline: 0;
  }
  
  .shoppingcart.whitetheme .main-section .accordion .card-body {
    padding: 0 12px;
    margin-top: 5px;
  }
  
  .shoppingcart.whitetheme .main-section .accordion .card-body h4 {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    display: flex;
    margin-bottom: 18px;
    align-items: center;
  }
  
  .shoppingcart.whitetheme .main-section .accordion .card-body h4 i {
    display: block;
    width: 21px;
    height: 20px;
    color: #51b425;
    border: 2px solid #d6d6d6;
    background: #fff;
    border-radius: 50%;
    padding: 0 2px;
    margin-right: 14px;
    line-height: 16px;
    font-size: 12px;
  }
  
  .payment-cart.web-payment .payment-price .fees-type {
    padding: 25px 70px 0;
  }
  
  .payment-cart .mobile-app .yellowBtnNew {
    background: #f9ea00;
    padding: 5px 15px !important;
    color: #000;
    font-size: 16px !important;
    font-family: Roboto;
    float: right;
    width: 140px;
  }
  
  .payment-cart .navbar {
    border-bottom: 1px solid #e7e7e7;
  }
  
  .payment-cart .mob-cartpage {
    position: absolute;
    top: 60px;
    bottom: 130px;
    width: 100%;
    background: #f6f6f6;
    overflow: auto;
  }
  
  .payment-cart .payment-price {
    padding-top: 20px;
  }
  
  .payment-cart .payment-price h3 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    color: #000;
  }
  
  .payment-cart .payment-price .fees-type .mobile-app {
    padding: 20px 15px;
  }
  
  .payment-cart .payment-price .panel-title-invoice {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
    font-size: 20px;
  }
  
  .payment-cart .payment-price .fees-type {
    padding: 25px 40px 0;
    background: #fff;
    box-shadow: 0 0 5px #d6d6d6;
  }
  
  .payment-cart .payment-price .fees-type .ptlOfferModal {
    color: #00f;
    line-height: 20px;
    font-size: 11px;
    padding: 16px 0 10px;
  }
  
  .payment-cart .payment-price .fees-type .ptlOfferModal a {
    color: #00f;
    line-height: 20px;
    font-size: 12px;
    padding: 16px 0 10px;
    text-decoration: underline;
    box-shadow: none;
  }
  
  .payment-cart .payment-price .fees-type .pvtContent {
    color: red;
    line-height: 20px;
    font-size: 11px !important;
    padding: 16px 0 10px !important;
  }
  
  .payment-cart .payment-price .fees-type h4.panel-title {
    line-height: 25px;
    padding-left: 0;
    outline: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
  }
  
  @media screen and (max-width: 1200px) {
    .payment-cart .payment-price .fees-type .fees-type {
      margin: 0;
    }
  }
  
  .payment-cart .payment-price .fees-type p {
    color: #000;
    font-size: 17px;
    font-family: Roboto;
    padding: 2px 0;
    text-align: left;
    margin-bottom: 0;
  }
  
  @media (max-width: 767px) {
    .payment-cart .payment-price .fees-type .fees-type.mobile-app p {
      font-size: 13px;
    }
  
    .payment-cart .payment-price .fees-type p {
      font-size: 14px;
    }
  }
  
  .payment-cart .payment-price .fees-type p.disabled {
    color: #9f9e9e;
  }
  
  .payment-cart .payment-price .fees-type .total-price {
    padding: 15px;
  }
  
  .payment-cart .payment-price .fees-type .total-price p {
    font-size: 20px;
  }
  
  @media (max-width: 767px) {
    .payment-cart .payment-price .fees-type .total-price .fees-type.mobile-app p {
      font-size: 13px;
    }
  }
  
  .payment-cart .payment-price .fees-type .promo-main {
    margin: 0;
  }
  
  .payment-cart .payment-price .fees-type .promo-main .coupon_formik {
    width: 100%;
  }
  
  .payment-cart .payment-price .fees-type .promo-main .apply_coupon_form {
    margin: 5px 0;
  }
  
  .payment-cart .payment-price .fees-type .promo-main .apply_coupon_code {
    width: 100%;
    height: 50px;
    padding: 10px;
    background: #eee;
    border: 1px dashed #bdbdbd;
    border-radius: 2px;
    color: #616161;
    font-size: 17px;
    font-weight: 700;
  }
  
  .payment-cart .payment-price .fees-type .promo-main .success_apply_coupon {
    background-color: #eaf4e8;
  }
  
  .payment-cart .payment-price .fees-type .promo-main .failed_apply_coupon {
    background-color: #ffebee;
  }
  
  .payment-cart .payment-price .fees-type .promo-main .editbutton {
    font-family: Roboto;
    font-size: 18px;
    color: #4681f7;
    background: transparent;
    border: transparent;
    padding: 0;
  }
  
  .payment-cart .payment-price .fees-type .promo-main .inputPayform {
    width: 100%;
    border: 1px dashed #d8d8d8;
    font-family: Roboto;
    background: #f5f5f5;
    font-size: 18px;
    color: #000;
    border-radius: 3px;
    padding: 15px;
  }
  
  .payment-cart .payment-price .fees-type .promo-main .input-group-prepend {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    z-index: 999;
  }
  
  .payment-cart
    .payment-price
    .fees-type
    .promo-main
    .input-group-prepend
    .make_payment_cart_coupon {
    background: transparent;
    color: #38ad16;
    text-align: center;
    width: 100%;
    float: right;
    cursor: pointer !important;
    z-index: 999;
    font-family: Roboto;
    font-size: 14px;
    border: 1px solid #38ad16;
    background-color: #eaf4e8;
    margin: 4px 5px !important;
  }
  
  @media screen and (max-width: 767px) {
    .payment-cart .payment-price h5 {
      font-size: 24px !important;
    }
  }
  
  .payment-cart .payment-price h5 {
    font-family: Roboto;
    font-size: 38px;
    color: #000;
    margin: 0;
  }
  
  .payment-cart .payment-price .proceed-to-pay {
    padding: 15px;
  }
  
  .payment-cart .payment-price .yellowBtnNew {
    background: #ffd200 !important;
    border: 0 !important;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
    color: #333;
    padding: 0.7em 1.2em !important;
    width: 100%;
    margin-bottom: 0.8em !important;
  }
  
  .payment-cart .payment-price .text-danger,
  .payment-cart .payment-price .text-success {
    font-size: 15px !important;
    padding: 10px 0 !important;
  }
  
  .payment-cart .payment-price .validity-highlight {
    margin-right: 10px;
    width: 100%;
  }
  
  .payment-cart .payment-price .validity-highlight p {
    cursor: pointer;
    font-size: 15px !important;
    float: right;
    padding-right: 4px;
    text-decoration: underline;
  }
  
  .payment-cart .payment-price p {
    color: #000;
    font-size: 17px;
    font-family: Roboto;
    padding: 15px;
    margin: 0;
  }
  
  .payment-cart .payment-price .client-logos {
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 0 5px #d6d6d6;
    text-align: center;
  }
  
  @media screen and (min-width: 1200px) {
    .payment-cart .payment-price .client-logos {
      margin: 0 15px;
    }
  }
  
  .payment-cart .payment-price .client-logos img {
    margin: 15px 16px;
  }
  
  .payment-cart .payment-price .client-logos .price-summary-startupindia {
    width: 111px;
    height: 35px;
  }
  
  .payment-cart .payment-price .client-logos .price-summary-oyo {
    width: 90px;
    height: 43px;
  }
  
  .payment-cart .payment-price .client-logos .price-summary-dept-ip {
    width: 77px;
    height: 58px;
  }
  
  .payment-cart .payment-price .client-logos .price-summary-dbs {
    width: 85px;
    height: 29px;
  }
  
  .payment-cart .payment-price .client-logos .price-summary-uber {
    width: 80px;
    height: 26px;
  }
  
  .payment-cart .payment-price .client-logos .price-summary-ficci {
    width: 60px;
    height: 45px;
  }
  
  .payment-cart .cart-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0;
  }
  
  .payment-cart .cart-footer .reward-points p {
    font-size: 18px;
    position: relative;
    left: 26px;
    top: -5px;
    margin-bottom: 5px;
  }
  
  .payment-cart .cart-footer .radio-cart {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .payment-cart .cart-footer .radio-cart input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .payment-cart .cart-footer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 3px solid #000;
  }
  
  .payment-cart .cart-footer .radio-cart:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  .payment-cart .cart-footer .radio-cart input:checked ~ .checkmark {
    background-color: #007aff;
  }
  
  .payment-cart .cart-footer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .payment-cart .cart-footer .radio-cart input:checked ~ .checkmark:after {
    display: block;
  }
  
  .payment-cart .cart-footer .radio-cart .checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #007aff;
  }
  
  .payment-cart .cart-footer .coupon-box {
    width: auto;
    width: 69% !important;
    height: 40px;
    outline: 1px dashed;
    -webkit-appearance: none;
    position: relative;
    left: 26px;
    box-shadow: none !important;
    border: 0;
    padding: 10px;
  }
  
  .payment-cart .cart-footer .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
  }
  
  .payment-cart .cart-footer .radio-inline .btn_apply {
    background: #007aff;
    border: 1px solid #007aff;
    color: #fff;
    height: 42px;
    padding: 10px 16px;
    position: relative;
    left: 10px;
    font-weight: 700;
  }
  
  .payment-cart .cart-footer .total_pay1 {
    font-size: 16px;
    color: #000;
    position: relative;
    top: 3px;
  }
  
  .payment-cart .cart-footer .total_pay {
    font-size: 22px;
    color: #000;
  }
  
  @media (max-width: 767px) {
    .payment-cart .payment-price .fees-type {
      padding: 15px;
    }
  
    .payment-cart .payment-price .fees-type .total-price p {
      font-size: 14px;
    }
  
    .payment-cart.mobile-cart .payment-price .fees-type {
      padding: 15px 15px 40px;
    }
  
    .payment-cart.mobile-cart .payment-price .fees-type h4.panel-title {
      font-size: 17px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  
    .payment-cart.mobile-cart .payment-price .fees-type p {
      font-size: 13px;
      padding: 0;
    }
  
    .payment-cart.web-payment .payment-price .fees-type {
      padding: 15px;
    }
  
    .payment-cart.web-payment .payment-price .fees-type p {
      font-size: 14px !important;
    }
  
    .payment-cart.web-payment .payment-price .fees-type .proceed-to-pay {
      padding: 15px;
    }
  
    .payment-cart.web-payment
      .payment-price
      .fees-type
      .proceed-to-pay
      .yellowBtnNew {
      padding: 0.7em 0.3em !important;
      font-size: 14px;
      margin: 0;
    }
  
    .payment-cart.web-payment .payment-price p {
      font-size: 14px;
    }
  }
  
  .shopping_cart_div .clients_counting {
    padding: 40px 0 70px;
    text-align: center;
  }
  
  .shopping_cart_div .clients_counting h4 {
    font-size: 21px;
    font-weight: 700;
  }
  
  .shopping_cart_div .clients_counting .slick-slide img {
    margin: auto;
  }
  
  #overlayDiv #logo {
    background: url(https://assets.vakilsearch.com/live-images/website_revamp/vs-logo-symbol.png)
      50% no-repeat;
  }
  
  .customerLogos {
    background-color: #ffd000;
  }
  
  .customerLogos ul {
    text-align: center;
  }
  
  .customerLogos ul li {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 25px !important;
  }
  
  @media only screen and (max-width: 768px) {
    .customerLogos ul li {
      padding: 0 1em 2em !important;
      margin: 0 auto;
    }
  
    .customerLogos ul li img {
      max-width: 140px;
    }
  }
  
  .shoppingcart_new {
    text-align: center;
  }
  
  .shoppingcart_new .shoppingcart_header {
    padding: 0 15px;
  }
  
  .shoppingcart_new .shoppingcart_header .img_logo {
    width: 200px;
    margin: 30px 0 20px;
  }
  
  .shoppingcart_new .shoppingcart_header .title {
    font-size: 50px;
    line-height: 1.2;
  }
  
  @media only screen and (max-width: 767px) {
    .shoppingcart_new .shoppingcart_header .title {
      padding: 0;
      font-size: 30px;
    }
  }
  
  .shoppingcart_new .shoppingcart_header .subtitle {
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
  }
  
  .shoppingcart_new .shoppingcart_header .subtitle h3 {
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  
  .shoppingcart_new .shoppingcart_header .subtitle span {
    margin-right: 90px;
  }
  
  @media only screen and (max-width: 767px) {
    .shoppingcart_new .shoppingcart_header .subtitle {
      padding: 0;
      font-size: 20px;
    }
  }
  
  .shoppingcart_new .shoppingcart_cards {
    margin-top: 30px;
    padding: 0 15px;
  }
  
  .shoppingcart_new .shoppingcart_cards .best_value {
    position: absolute;
    text-align: center;
    left: 37%;
    background: #fff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 3px;
    box-shadow: 1px 3px 3px 1px #000;
    display: flex;
  }
  
  .shoppingcart_new .shoppingcart_cards .mobile_margin {
    padding-top: 10px;
  }
  
  .shoppingcart_new .shoppingcart_cards .card-layout {
    padding: 15px;
    height: 340px;
    width: 340px;
    margin-top: 10px;
    border-radius: 5px;
  }
  
  @media only screen and (max-width: 767px) {
    .shoppingcart_new .shoppingcart_cards .card-layout {
      margin-left: 5px;
      width: 100%;
      padding: 10px;
    }
  }
  
  .shoppingcart_new .shoppingcart_cards .card-layout .pay_now_btn {
    background: #fcd209;
    color: #000;
    border: none;
    border-radius: 25px;
  }
  
  .shoppingcart_new .shoppingcart_cards .dashed_separator {
    border-bottom: 1px dashed;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .shoppingcart_new .shoppingcart_cards .regular_price_card {
    float: right;
    border: 1px solid #eee;
  }
  
  @media only screen and (max-width: 996px) {
    .shoppingcart_new .shoppingcart_cards .regular_price_card {
      float: none;
    }
  }
  
  .shoppingcart_new .shoppingcart_cards .regular_price_card .amount_margin {
    margin-top: 5px;
  }
  
  .shoppingcart_new .shoppingcart_cards .regular_price_card .statutory_margin {
    margin: 10px 0;
  }
  
  .shoppingcart_new .shoppingcart_cards .special_price_card {
    background-color: #007aff;
    border-top: 7.5px solid #fcd209;
  }
  
  .shoppingcart_new .shoppingcart_cards .special_price_card .offer_tag {
    float: left;
    transform: rotate(-45deg);
    position: absolute;
    border-bottom: 20px solid;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 10px;
    left: -9px;
    width: 110px;
    color: #fcd209;
  }
  
  .shoppingcart_new .shoppingcart_cards .special_price_card .offer_tag span {
    color: #000;
    font-weight: 700;
  }
  
  @media only screen and (max-width: 700px) {
    .shoppingcart_new .shoppingcart_cards .special_price_card .offer_tag {
      left: -4px;
      top: 45px;
    }
  }
  
  .shoppingcart_new .shoppingcart_cards .special_price_card .characters {
    color: #fff;
  }
  
  .shoppingcart_new
    .shoppingcart_cards
    .special_price_card
    .limited_offer_characters {
    color: #fcd20a;
  }
  
  .shoppingcart_new .shoppingcart_cards .special_price_card .line_through {
    -webkit-text-decoration: 1px line-through solid #fff;
    text-decoration: 1px line-through solid #fff;
    font-size: 25px;
  }
  
  .shoppingcart_new .shoppingcart_cards .statutory {
    color: #0074f4;
  }
  
  .shoppingcart_new .shoppingcart_cards .statutory .title {
    margin-top: 5px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
  }
  
  .shoppingcart_new .shoppingcart_cards .title {
    font-size: 20px;
    font-weight: 700;
  }
  
  .shoppingcart_new .shoppingcart_cards .offer_subcontent {
    margin-top: 60px;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    font-family: Roboto, sans-serif;
    line-height: 1.33;
    color: #000 !important;
    font-style: italic;
  }
  
  .shoppingcart_new .shoppingcart_cards .amount {
    font-size: 40px;
    font-weight: 700;
  }
  
  .shoppingcart_new .shoppingcart_cards .amount .original_amt {
    top: -4px;
    position: relative;
    font-weight: 400;
    font-size: 24px;
    color: #7cbbff;
    margin-right: 5px;
  }
  
  .shoppingcart_new .shoppingcart_cards .amount .original_amt:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    color: #7cbbff;
    transform: rotate(-10deg);
    border-top: 1px solid;
    border-color: inherit;
  }
  
  .shoppingcart_new .shoppingcart_cards .amount .original_amt i {
    font-size: 17px;
    margin-right: 2px;
  }
  
  .shoppingcart_new .shoppingcart_cards .amount i {
    font-size: 33px;
    margin-right: 2px;
  }
  
  .shoppingcart_new .shoppingcart_cards .pay_now_btn {
    padding: 10px 40px;
    background: none;
    color: #000;
    border: 1px solid #9e9e9e;
    border-radius: 0;
    font-weight: 700;
    margin-top: 10px;
  }
  
  .shoppingcart_new .shoppingcart_cards .condition_title {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
  }
  
  .shoppingcart_new .shoppingcart_cards .condition_subtitle {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 700;
    font-style: italic;
  }
  
  .shoppingcart_new .shoppingcart_cards .extras {
    text-decoration: underline;
    cursor: pointer;
    color: #0076f5;
    font-size: 16px;
  }
  
  .shoppingcart_new .shoppingcart_cards .extras:active,
  .shoppingcart_new .shoppingcart_cards .extras:focus,
  .shoppingcart_new .shoppingcart_cards .extras:hover {
    color: #000;
  }
  
  .shoppingcart_new .shoppingcart_carousel .carousel_content {
    background: #f7f7f7;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  
  .shoppingcart_new .shoppingcart_carousel .rating {
    font-size: 20px;
    padding: 20px 0;
  }
  
  .shoppingcart_new .shoppingcart_carousel .rating span {
    color: #4caf50;
    font-weight: 700;
  }
  
  .shoppingcart_new .shoppingcart_carousel .slick-dots li {
    margin: 0;
  }
  
  .shoppingcart_new .shoppingcart_carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #c5c5c5;
    background-color: #eee4e4;
    border-radius: 10px;
  }
  
  .shoppingcart_new .shoppingcart_carousel .slick-dots li button:before {
    display: none;
  }
  
  .shoppingcart_new .shoppingcart_carousel .slick-dots li.slick-active button {
    background-color: #0074f4;
    border: none;
    height: 12px;
    width: 12px;
  }
  
  .shoppingcart_new .shoppingcart_carousel .custom_arrows {
    margin: 80px 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    height: 50px;
  }
  
  .shoppingcart_new .shoppingcart_carousel .slick-list {
    height: 220px;
  }
  
  @media screen and (max-width: 992px) {
    .shoppingcart_new .shoppingcart_carousel .slick-list {
      height: 270px;
    }
  }
  
  .shoppingcart_new .shoppingcart_carousel .custom-dots {
    display: inline-flex !important;
  }
  
  .shoppingcart_new .shoppingcart_carousel .custom-dots li button {
    background-color: #eee4e4;
    border-radius: 21px;
    width: 5px;
    height: 10px;
    font-size: 0;
    border: none;
    margin-left: 5px;
  }
  
  .shoppingcart_new .shoppingcart_carousel .custom-dots .slick-active button {
    background-color: #0074f4;
  }
  
  .shoppingcart_new .shoppingcart_carousel .client_carousel {
    display: flex !important;
    margin: 30px 0;
    padding: 0 20px 0 10px;
  }
  
  .shoppingcart_new .shoppingcart_carousel .client_carousel .client_img img {
    float: right;
  }
  
  @media screen and (max-width: 767px) {
    .shoppingcart_new .shoppingcart_carousel .client_carousel .client_img img {
      max-width: 36% !important;
      margin: 0 auto;
      float: none;
    }
  }
  
  .shoppingcart_new
    .shoppingcart_carousel
    .client_carousel
    .client_feedback
    .client_name_designation {
    float: left;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel
    .client_carousel
    .client_feedback
    .client_name_designation
    .name {
    font-size: 19px;
    font-weight: 700;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel
    .client_carousel
    .client_feedback
    .client_name_designation
    .designation {
    color: #757575;
    font-size: 12px;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel
    .client_carousel
    .client_feedback
    .client_comment {
    display: inline-block;
    text-align: justify;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel
    .mobile_carousel
    .mobile_img_designation {
    display: flex;
    padding: 0 10px;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel
    .mobile_carousel
    .mobile_img_designation
    img {
    min-width: 70px;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel
    .mobile_carousel
    .mobile_img_designation
    .name_designation {
    margin-left: 10px;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel
    .mobile_carousel
    .mobile_img_designation
    .name_designation
    .name {
    display: flex;
    font-size: 18px;
    font-weight: 700;
  }
  
  @media screen and (max-width: 767px) {
    .shoppingcart_new
      .shoppingcart_carousel
      .mobile_carousel
      .mobile_img_designation
      .name_designation {
      font-size: 16px;
    }
  }
  
  .shoppingcart_new
    .shoppingcart_carousel
    .mobile_carousel
    .mobile_img_designation
    .name_designation
    .designation {
    display: flex;
    font-size: 13px;
    color: #333;
    opacity: 0.7;
  }
  
  @media screen and (max-width: 767px) {
    .shoppingcart_new
      .shoppingcart_carousel
      .mobile_carousel
      .mobile_img_designation
      .name_designation {
      font-size: 12px;
    }
  }
  
  .shoppingcart_new .shoppingcart_carousel .mobile_carousel .mobile_content {
    padding: 10px;
    text-align: left;
    text-align: initial;
    margin-top: 10px;
  }
  
  .shoppingcart_new .shoppingcart_carousel .mobile_carousel .mobile_content span {
    font-style: italic;
    letter-spacing: 0.3px;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .carousel_content {
    background: #f7f7f7;
    padding-bottom: 10px;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .rating {
    font-size: 20px;
    padding: 20px 0;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .rating span {
    color: #4caf50;
    font-weight: 700;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .slick-dots li {
    margin: 0;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #c5c5c5;
    background-color: #eee4e4;
    border-radius: 10px;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .slick-dots li button:before {
    display: none;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .slick-dots
    li.slick-active
    button {
    background-color: #0074f4;
    border: none;
    height: 12px;
    width: 12px;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .custom_arrows {
    margin: 80px 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    height: 50px;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .slick-list {
    height: 220px;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 992px) {
    .shoppingcart_new .shoppingcart_carousel_new .slick-list {
      height: 270px;
    }
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .custom-dots {
    display: inline-flex !important;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .custom-dots li button {
    background-color: #eee4e4;
    border-radius: 21px;
    width: 5px;
    height: 10px;
    font-size: 0;
    border: none;
    margin-left: 5px;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .custom-dots .slick-active button {
    background-color: #0074f4;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .slick-slide div {
    background-color: #fff;
    margin: 0 5px;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .client_carousel {
    padding: 20px 20px 20px 10px;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .client_carousel .client_img img {
    display: inline;
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .client_carousel .client_name {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .client_carousel
    .client_designation {
    font-size: 12px;
    color: grey;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .client_carousel
    .client_feedback
    .client_name_designation {
    float: left;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .client_carousel
    .client_feedback
    .client_name_designation
    .name {
    font-size: 19px;
    font-weight: 700;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .client_carousel
    .client_feedback
    .client_name_designation
    .designation {
    color: #757575;
    font-size: 12px;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .client_carousel
    .client_feedback
    .client_comment {
    display: inline-block;
    text-align: justify;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .mobile_carousel
    .mobile_img_designation {
    display: flex;
    padding: 0 10px;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .mobile_carousel
    .mobile_img_designation
    .client_img
    img {
    display: inline;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .mobile_carousel
    .mobile_img_designation
    .client_name {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .mobile_carousel
    .mobile_img_designation
    .client_designation {
    font-size: 12px;
    color: grey;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .mobile_carousel
    .mobile_img_designation
    img {
    width: 70px;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .mobile_carousel
    .mobile_img_designation
    .name_designation {
    margin-left: 10px;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .mobile_carousel
    .mobile_img_designation
    .name_designation
    .name {
    display: flex;
    font-size: 18px;
    font-weight: 700;
  }
  
  @media screen and (max-width: 767px) {
    .shoppingcart_new
      .shoppingcart_carousel_new
      .mobile_carousel
      .mobile_img_designation
      .name_designation {
      font-size: 16px;
    }
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .mobile_carousel
    .mobile_img_designation
    .name_designation
    .designation {
    display: flex;
    font-size: 13px;
    color: #333;
    opacity: 0.7;
  }
  
  @media screen and (max-width: 767px) {
    .shoppingcart_new
      .shoppingcart_carousel_new
      .mobile_carousel
      .mobile_img_designation
      .name_designation {
      font-size: 12px;
    }
  }
  
  .shoppingcart_new .shoppingcart_carousel_new .mobile_carousel .mobile_content {
    padding: 10px;
    text-align: left;
    text-align: initial;
    margin-top: 10px;
  }
  
  .shoppingcart_new
    .shoppingcart_carousel_new
    .mobile_carousel
    .mobile_content
    span {
    font-style: italic;
    letter-spacing: 0.3px;
  }
  
  .offerpage-cart .modal-header {
    border: none;
    padding-bottom: 0;
  }
  
  .offerpage-cart .modal-body {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .fee_modal_body {
    height: 470px !important;
    overflow: auto;
  }
  
  .fee_modal_body .modal_tmsymbol {
    text-align: center;
  }
  
  .fee_modal_body .modal_headingtm {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    border: 1px solid #4a4a4a;
    border-radius: 50%;
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
  }
  
  .fee_modal_body .modal_headingnew {
    display: inline-block;
  }
  
  .fee_modal_body .modal_heading,
  .fee_modal_body .modal_headingnew {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    text-decoration: underline;
    margin: 0 0 10px;
  }
  
  .fee_modal_body .fee_row {
    margin: 0;
  }
  
  .fee_modal_body .fee_row .cell {
    border: 1px solid #d3d3d3;
    padding: 10px;
  }
  
  .fee_modal_body .fee_row .heading {
    background-color: #eee;
    font-weight: 700;
    color: grey;
  }
  
  .fee_modal_body .fee_row div {
    padding-right: 0;
    padding-left: 0;
  }
  
  .close_modal_btn {
    float: right;
    margin-top: 40px;
  }
  
  .close_modal_btn button,
  .close_modal_btn button:active,
  .close_modal_btn button:focus,
  .close_modal_btn button:hover {
    background: none;
    color: #000;
    border: 1px solid #d3d3d3;
  }
  
  .modalshoppingcart_header_content {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .modalshoppingcart_header_content .modal_title {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0;
  }
  
  .modalshoppingcart_header_content .modal_subtitle {
    font-size: 14px;
  }
  
  .custom_modal .modal-content {
    border-radius: 2rem;
    margin-top: 45px;
  }
  
  .payment_breakup_custom_modal {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 !important;
  }
  
  .payment_breakup_custom_modal .modal-dialog {
    -webkit-animation: animatebottom 0.4s !important;
    animation: animatebottom 0.4s !important;
    width: 100% !important;
    margin: 0;
  }
  
  .payment_breakup_custom_modal .modal-dialog .modal-content {
    border-radius: 21px 21px 0 0;
  }
  
  .payment_breakup_custom_modal .modal-dialog .modal-header {
    background-color: #256df4;
    border-radius: 20px 20px 0 0;
    display: block;
  }
  
  .payment_breakup_custom_modal .modal-dialog .modal-header div {
    width: 100%;
    color: #fff;
  }
  
  .payment_breakup_custom_modal .modal-dialog .modal-header div h5 {
    display: inline-block;
  }
  
  .payment_breakup_custom_modal .modal-dialog .modal-header div .total_amount {
    float: right;
    font-size: 25px;
    font-weight: 700;
  }
  
  .payment_breakup_custom_modal .modal-dialog .modal-header .pay_type {
    font-size: 18px;
    float: left;
  }
  
  .payment_breakup_custom_modal .modal-dialog .modal-header .close {
    opacity: 0.7;
    top: -20px;
    position: absolute;
    right: 30px;
    background-color: #eee;
    padding: 1px 7px 3px;
    border-radius: 50%;
    color: #000;
  }
  
  .payment_breakup_custom_modal .modal-dialog .modal-body {
    width: 100%;
    padding: 0;
  }
  
  @-webkit-keyframes animatebottom {
    0% {
      bottom: -300px;
      opacity: 0;
    }
  
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  
  .close_icon i {
    float: right;
    background: #e0e0e0;
    padding: 5px 7px;
    border-radius: 35px;
    top: -45px;
    position: relative;
    left: 10px;
  }
  
  .payment_failure_modal_dialog {
    margin: 0;
  }
  
  .payment_failure_modal_dialog .payment_failure_modal {
    display: flex;
    background-color: #000;
    color: #fff;
    width: 100%;
    align-items: center;
    border-radius: 5px;
  }
  
  .payment_failure_modal_dialog .payment_failure_modal p {
    margin: 0;
  }
  
  .payment_failure_modal_dialog .payment_failure_modal button {
    background-color: transparent;
    color: red;
    border: 0;
  }
  
  .payment_failure {
    text-align: center;
  }
  
  .payment_failure img {
    margin-top: 20px;
    margin-bottom: 5%;
  }
  
  .payment_failure h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  
  .payment_failure h4 {
    margin-top: 20px;
  }
  
  .payment_failure .payment_failure_btn {
    margin-top: 15px;
    width: 200px;
    height: 45px;
    font-weight: 700;
    color: #000;
    background-color: #fcd209;
    border: 1px solid #fcd209;
  }
  
  .payment_failure .payment_failure_btn:active,
  .payment_failure .payment_failure_btn:focus {
    background-color: #fcd209 !important;
    border: 1px solid #fcd209 !important;
    box-shadow: 0 0 0 0.2rem rgba(252, 210, 9, 0.5) !important;
    color: #000 !important;
  }
  
  .payment_failure .logo {
    width: 90px;
    height: 90px;
    background: url(https://dev-helpdesk.vakilsearch.com/assets/quotation_logo-a22bc7283067ae650991250785a411b1eb02d99ff58d4e05769d408f6b41d162.png)
      50% no-repeat;
    background-size: 50%;
    position: relative;
    left: 50%;
    top: 40%;
    transform: translate(-50%);
  }
  
  .payment_failure .payment_failure_timer {
    text-align: center;
    border-radius: 50%;
    border: 3px solid #ffd200;
    border-bottom-color: #fff;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
  }
  
  .mySwiper {
    padding-bottom: 30px !important;
  }
  
  .mySwiper .swiper-pagination {
    bottom: 0 !important;
  }
  
  .mobile-swiper {
    padding-bottom: 0 !important;
  }
  
  .mobile-swiper .swiper-wrapper {
    padding: 0 0 50px;
  }
  
  .btn.curved {
    border-radius: 50%;
  }
  
  .btn.curved:active,
  .btn.curved:focus,
  .btn.curved:hover {
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
  }
  
  .btn.as-icon {
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: normal;
    padding: 0 5.5px;
  }
  
  .btn-ex {
    font-weight: 600;
  }
  
  .btn-ex.yellow,
  .btn-ex.yellow:active,
  .btn-ex.yellow:focus,
  .btn-ex.yellow:hover {
    color: #000;
    background-color: #ffd000;
    border-color: #ffd000;
  }
  
  .btn-ex.black,
  .btn-ex.black:active,
  .btn-ex.black:focus,
  .btn-ex.black:hover {
    color: #ffd000;
    background-color: #000;
    border-color: #000;
  }
  
  .btn-ex.white {
    color: #000 !important;
    background-color: #f1f1f3;
    border-color: #f1f1f3;
    border-radius: 0;
    font-family: Inter;
    font-size: 14px;
    outline: 0;
    padding: 10px;
  }
  
  .btn-ex.white:active,
  .btn-ex.white:focus,
  .btn-ex.white:hover {
    color: #000;
    background-color: #f1f1f3;
    border-color: #f1f1f3;
    box-shadow: none;
  }
  
  .btn-link.yellow {
    color: #ffd000;
  }
  
  table.exclusive-blue thead {
    background: #007bff;
  }
  
  table.exclusive-blue thead tr th {
    color: #fff;
    font-family: Inter;
    font-weight: 500;
  }
  
  .table.emi-table thead {
    background: #ededed;
  }
  
  .table.emi-table td {
    background-color: #fff;
    border-top-color: rgba(0, 0, 0, 0.06);
  }
  
  .vs-breadcrumb .breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  
  .vs-breadcrumb .breadcrumb-item a {
    color: #b9b1b1;
  }
  
  .vs-breadcrumb .breadcrumb-item.active {
    color: #fff;
  }
  
  .vs-breadcrumb .breadcrumb-item:before {
    content: "";
    color: #fff;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
  }
  
  .vs-breadcrumb .breadcrumb-item:first-child:before {
    content: none;
  }
  
  .exclusive_intro {
    background-image: linear-gradient(180deg, #000, #566270);
    height: auto;
    position: relative;
    padding-top: 50px;
  }
  
  @media (max-width: 1279px) {
    .exclusive_intro {
      padding-top: 80px;
    }
  }
  
  @media (max-width: 1238px) {
    .exclusive_intro {
      padding-top: 100px;
    }
  }
  
  @media (max-width: 991px) {
    .exclusive_intro {
      padding-top: 50px;
    }
  }
  
  .exclusive_intro .building_content {
    height: 530px;
    width: 50%;
    position: absolute;
    background-size: contain;
    right: 0;
    flex: 0 0 100%;
    display: flex;
    bottom: 0;
    background-position: 0 100%;
  }
  
  @media (max-width: 991px) {
    .exclusive_intro .building_content,
    .exclusive_intro .left_hero_content .vs-breadcrumb .breadcrumb {
      display: none;
    }
  }
  
  .exclusive_intro .left_hero_content .hero_banner {
    font-size: 72px;
    font-family: Inter;
    font-weight: 700;
    color: #fff;
    letter-spacing: normal;
  }
  
  .exclusive_intro .left_hero_content .hero_banner span {
    color: #ffd000;
    white-space: nowrap;
  }
  
  @media (max-width: 991px) {
    .exclusive_intro .left_hero_content .hero_banner {
      font-size: 30px;
    }
  }
  
  .exclusive_intro .left_hero_content .title_texts {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: relative;
  }
  
  .exclusive_intro .left_hero_content .title_texts:before {
    content: "";
    position: absolute;
    bottom: -25px;
    width: 44px;
    border: 1px solid #007bff;
  }
  
  .exclusive_intro .left_hero_content .intro_content {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    line-height: 1.57;
    margin-top: 45px;
  }
  
  .exclusive_intro .left_hero_content .intro_content span {
    color: #ffd000;
    padding-left: 5px;
    font-weight: 600;
  }
  
  .exclusive_intro .left_hero_content .show_package {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .exclusive_intro .left_hero_content .show_package a {
    background: #ffd000;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 40px;
    text-align: center;
    color: #000;
    display: inline-block;
  }
  
  .exclusive_intro .left_hero_content .banner_img_logo {
    height: 30px;
    margin: 0 15px;
  }
  
  @media (max-width: 991px) {
    .exclusive_intro .right_hero_content {
      display: none;
    }
  }
  
  .sticktab_div {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9999;
  }
  
  .sticktab_div .exclusive_tabs_div {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    top: 0;
    z-index: 1;
  }
  
  .sticktab_div .exclusive_tabs_div > div {
    overflow: hidden;
  }
  
  .sticktab_div .exclusive_tabs_div > div .tabs_sections {
    position: relative;
    display: flex;
    width: 100%;
    transition: 0.4s;
  }
  
  @media (min-width: 769px) {
    .sticktab_div .exclusive_tabs_div > div .tabs_sections {
      justify-content: space-between;
    }
  }
  
  .sticktab_div .exclusive_tabs_div > div .tabs_sections .tab_title {
    height: 50px;
    align-items: center;
    display: inline-flex;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .sticktab_div
    .exclusive_tabs_div
    > div
    .tabs_sections
    .tab_title:not(:first-child) {
    margin-left: 50px;
  }
  
  @media (max-width: 768px) {
    .sticktab_div
      .exclusive_tabs_div
      > div
      .tabs_sections
      .tab_title:not(:first-child) {
      margin-left: 0;
    }
  }
  
  .sticktab_div .exclusive_tabs_div > div .tabs_sections .tab_title span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
  }
  
  .sticktab_div .exclusive_tabs_div > div .tabs_sections .tab_title.active a {
    font-weight: 600;
  }
  
  @media (max-width: 768px) {
    .sticktab_div .exclusive_tabs_div > div .tabs_sections .tab_title {
      height: auto;
      flex: 0 0 100px;
      padding-bottom: 5px;
      margin-right: 10px;
      justify-content: center;
      padding-top: 5px;
      text-align: center;
    }
  
    .sticktab_div .exclusive_tabs_div > div .tabs_sections .tab_title span {
      text-align: center;
      width: 100%;
      display: block;
      white-space: pre-wrap;
    }
  }
  
  .sticktab_div .exclusive_tabs_div > div .slider_bar {
    position: absolute;
    height: 4px;
    background-color: #007bff;
    bottom: -1px;
    transition: 0.4s;
    border-radius: 5px;
  }
  
  .sticktab_div .exclusive_tabs_div > div .exlcusive_tab_row {
    display: flex;
    align-items: center;
  }
  
  .sticktab_div
    .exclusive_tabs_div
    > div
    .exlcusive_tab_row
    .exclusive_tab_col.arrow {
    display: inline-flex;
    flex: 0 0 25px;
    justify-content: flex-start;
  }
  
  .sticktab_div
    .exclusive_tabs_div
    > div
    .exlcusive_tab_row
    .exclusive_tab_col.arrow.right {
    flex: 0 0 25px;
    justify-content: flex-end;
  }
  
  .sticktab_div
    .exclusive_tabs_div
    > div
    .exlcusive_tab_row
    .exclusive_tab_col.arrow.disabled
    i {
    color: grey;
  }
  
  .sticktab_div
    .exclusive_tabs_div
    > div
    .exlcusive_tab_row
    .exclusive_tab_col.content {
    overflow: hidden;
    width: 100%;
  }
  
  .circle_exclusive_div .exclusive_circle > img {
    width: 90%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
  
  .circle_exclusive_div.horizontal {
    position: relative;
  }
  
  .circle_exclusive_div.horizontal .exclusive_circle {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .circle_exclusive_div.horizontal .exclusive_circle i {
    position: absolute;
    font-size: 24px;
    color: #fff;
  }
  
  .circle_exclusive_div.horizontal .right_circle_content {
    padding-left: 70px;
  }
  
  .circle_exclusive_div.horizontal .right_circle_content h4 {
    font-size: 16px;
    font-family: Inter;
    letter-spacing: normal;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 0 5px;
  }
  
  .circle_exclusive_div.horizontal .right_circle_content p {
    font-size: 13px;
    font-family: Inter;
    letter-spacing: normal;
    line-height: 1.57;
    font-weight: 400;
  }
  
  .circle_exclusive_div.vertical .exclusive_circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .circle_exclusive_div.vertical .exclusive_circle i {
    position: absolute;
    font-size: 20px;
    color: #fff;
  }
  
  .circle_exclusive_div.vertical .right_circle_content {
    margin-top: 10px;
  }
  
  .circle_exclusive_div.vertical .right_circle_content h4 {
    font-size: 14px;
    font-family: Inter;
    letter-spacing: normal;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 0 5px;
  }
  
  .circle_exclusive_div.vertical .right_circle_content p {
    font-size: 13px;
    font-family: Inter;
    letter-spacing: normal;
    line-height: 1.57;
    font-weight: 400;
  }
  
  .circle_exclusive_div.type2_circle.horizontal .exclusive_circle i,
  .circle_exclusive_div.type2_circle.vertical .exclusive_circle i {
    color: #007aff;
    font-size: 28px;
  }
  
  .circle_exclusive_div.type2_circle.horizontal .right_circle_content,
  .circle_exclusive_div.type2_circle.vertical .right_circle_content {
    padding-left: 40px;
  }
  
  .circle_exclusive_div.mobilecard {
    display: flex;
    padding: 30px 0 30px 8px;
    align-items: center;
  }
  
  .circle_exclusive_div.mobilecard.horizontal .exclusive_circle i {
    color: #007aff;
    font-size: 35px;
  }
  
  .circle_exclusive_div.mobilecard.horizontal .right_circle_content {
    width: 230px;
    margin-top: 5px;
  }
  
  @media (max-width: 991px) {
    .circle_exclusive_div.mobilecard.horizontal .right_circle_content {
      width: 100%;
    }
  }
  
  .circle_exclusive_div.mobilecard.horizontal .right_circle_content h4 {
    font-size: 15px;
  }
  
  @media (max-width: 991px) {
    .circle_exclusive_div.mobilecard {
      border-bottom: 1px solid #cbcfd2;
    }
  }
  
  .circle_exclusive_div .under_title_elem {
    font-size: 13px;
    font-family: Inter;
    letter-spacing: normal;
    line-height: 1.59;
    color: #8f9297;
    margin-bottom: 5px;
  }
  
  .circle_exclusive_div .right_circle_content h4.removemargin {
    margin-bottom: 0;
  }
  
  .exlusive_tab_content .section_div {
    padding-bottom: 95px;
  }
  
  @media (max-width: 991px) {
    .exlusive_tab_content .section_div .removemobilepadding {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }
  
  .exlusive_tab_content .section_div .section_title {
    padding-top: 25px;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    position: relative;
    margin-bottom: 60px;
  }
  
  .exlusive_tab_content .section_div .section_title:before {
    content: "";
    position: absolute;
    bottom: -18px;
    width: 41px;
    height: 2px;
    background-color: #007bff;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  @media (max-width: 991px) {
    .exlusive_tab_content .section_div .section_title {
      text-align: left;
    }
  
    .exlusive_tab_content .section_div .section_title:before {
      margin: auto;
      right: inherit;
    }
  }
  
  .exlusive_tab_content .section_div .smalltitle {
    font-size: 15px;
    color: #fff;
    font-family: Inter;
    text-align: center;
    padding-bottom: 20px;
  }
  
  @media (max-width: 991px) {
    .exlusive_tab_content .section_div .smalltitle {
      text-align: left;
    }
  }
  
  .exlusive_tab_content .section_div .timelinerow {
    width: 680px;
    position: relative;
    margin: 0 auto;
  }
  
  .exlusive_tab_content .section_div .timelinerow:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 2px;
    height: 0%;
    background-color: #5396df;
    transition: 0.4s;
    margin: 0 auto;
  }
  
  .exlusive_tab_content .section_div .timelinerow.animted_flow:before {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: animation_drop;
    animation-name: animation_drop;
  }
  
  @media (min-width: 992px) {
    .exlusive_tab_content
      .section_div
      .timelinerow.animted_flow
      .timeline_content {
      opacity: 0;
      -webkit-animation-name: opacity_animation;
      animation-name: opacity_animation;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      transition: 0.4s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow.animted_flow
      .timeline_content:first-child {
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow.animted_flow
      .timeline_content:nth-child(2) {
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow.animted_flow
      .timeline_content:nth-child(3) {
      -webkit-animation-delay: 3s;
      animation-delay: 3s;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow.animted_flow
      .timeline_content:nth-child(4) {
      -webkit-animation-delay: 4s;
      animation-delay: 4s;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow.animted_flow
      .timeline_content:nth-child(5) {
      -webkit-animation-delay: 5s;
      animation-delay: 5s;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow.animted_flow
      .timeline_content:nth-child(6) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow.animted_flow
      .timeline_content:nth-child(7) {
      -webkit-animation-delay: 7s;
      animation-delay: 7s;
    }
  }
  
  .exlusive_tab_content .section_div .timelinerow .timeline_content {
    position: relative;
  }
  
  @media (min-width: 992px) {
    .exlusive_tab_content .section_div .timelinerow .timeline_content {
      opacity: 0;
    }
  }
  
  .exlusive_tab_content .section_div .timelinerow .timeline_content:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    left: -10px;
  }
  
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content:nth-child(odd) {
    width: 50%;
    margin-left: auto;
    padding-left: 20px;
  }
  
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content:nth-child(odd):before {
    left: -10px;
  }
  
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content:nth-child(2n) {
    width: 50%;
    margin-right: auto;
    padding-right: 20px;
  }
  
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content:nth-child(2n):before {
    left: inherit;
    right: -10px;
  }
  
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content:nth-child(2n)
    .top_timeline_div {
    text-align: right;
  }
  
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content:last-child:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #2177d3;
    top: 20px;
    left: -1px;
    z-index: 1;
  }
  
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content
    .top_timeline_text {
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    line-height: normal;
    font-family: Inter;
    padding: 6px 4px;
    font-size: 12px;
    min-width: 75px;
    text-align: center;
    color: #007bff;
    transition: 4s;
  }
  
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content
    .right_timeline_content {
    margin: 15px 0;
    background-color: hsla(0, 0%, 99.6%, 0.1);
    padding: 15px 12px;
  }
  
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content
    .right_timeline_content
    h5,
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content
    .right_timeline_content
    p {
    font-family: Inter;
    margin-bottom: 5px;
    padding: 0;
  }
  
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content
    .right_timeline_content
    h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
  }
  
  .exlusive_tab_content
    .section_div
    .timelinerow
    .timeline_content
    .right_timeline_content
    p {
    font-size: 14px;
    color: #d1d0ff;
  }
  
  @media (max-width: 991px) {
    .exlusive_tab_content .section_div .timelinerow {
      width: 100%;
    }
  
    .exlusive_tab_content .section_div .timelinerow:before {
      left: 39px;
      margin: initial;
    }
  
    .exlusive_tab_content .section_div .timelinerow .timeline_content {
      margin-bottom: 20px;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow
      .timeline_content:nth-child(odd) {
      margin-left: 0;
      padding-left: 0;
      width: 100%;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow
      .timeline_content:nth-child(2n) {
      margin-right: 0;
      padding-right: 0;
      width: 100%;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow
      .timeline_content:nth-child(2n)
      .top_timeline_div {
      text-align: left;
    }
  
    .exlusive_tab_content .section_div .timelinerow .timeline_content:before {
      content: "";
      width: 0;
      height: 0;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow
      .timeline_content
      .top_timeline_div {
      margin-right: 15px;
      position: absolute;
      left: 0;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow
      .timeline_content
      .right_timeline_content {
      margin-left: 85px;
      background: transparent;
      padding-top: 0;
      margin-top: 0;
    }
  
    .exlusive_tab_content
      .section_div
      .timelinerow
      .timeline_content:last-child:after {
      top: 27px;
      left: 39px;
    }
  }
  
  .exlusive_tab_content .section_div .circle_row .circle_col {
    margin-bottom: 25px;
    min-height: 45px;
  }
  
  @media (min-width: 992px) {
    .exlusive_tab_content
      .section_div
      .circle_row
      .circle_col[class*="flex-circle-size"]
      .right_circle_content {
      width: 320px;
    }
  
    .exlusive_tab_content
      .section_div
      .circle_row
      .circle_col[class*="flex-circle-size"]
      .right_circle_content
      p {
      width: 100%;
    }
  
    .exlusive_tab_content
      .section_div
      .circle_row
      .circle_col[class*="flex-circle-size"]:nth-child(odd) {
      display: flex;
      justify-content: flex-start;
      padding-left: 100px;
    }
  
    .exlusive_tab_content
      .section_div
      .circle_row
      .circle_col[class*="flex-circle-size"]:nth-child(2n) {
      display: flex;
      justify-content: center;
    }
  
    .exlusive_tab_content
      .section_div
      .circle_row
      .circle_col[class*="flex-circle-size"]:nth-child(2n)
      .circle_exclusive_div {
      padding-left: 20px;
    }
  }
  
  .exlusive_tab_content .section_div.white .right_circle_content h4,
  .exlusive_tab_content .section_div.white .right_circle_content p,
  .exlusive_tab_content .section_div.white .section_title {
    color: #fff;
  }
  
  .exlusive_tab_content .section_div.white .right_circle_content p {
    width: 49%;
  }
  
  @media (max-width: 768px) {
    .exlusive_tab_content .section_div.white .right_circle_content p {
      width: 100%;
    }
  }
  
  .exlusive_tab_content .section_div:nth-child(2n),
  .exlusive_tab_content .section_div:nth-child(2n + 3) {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: -5em;
  }
  
  .exlusive_tab_content .section_div:nth-child(2n) {
    -webkit-clip-path: polygon(0 4em, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 4em, 100% 0, 100% 100%, 0 100%);
  }
  
  .exlusive_tab_content .section_div.remove_document {
    padding-bottom: 0;
  }
  
  @media (max-width: 991px) {
    .exlusive_tab_content .section_div.remove_document {
      -webkit-clip-path: initial;
      clip-path: none;
      padding-bottom: 60px;
    }
  }
  
  .exlusive_tab_content .section_div.timeline_wrapper {
    -webkit-clip-path: polygon(0 0, 100% 5em, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 5em, 100% 100%, 0 100%, 0 0);
  }
  
  .exlusive_tab_content .section_div.timeline_wrapper .section_title {
    padding-bottom: 0;
    margin-bottom: 45px;
  }
  
  .exlusive_tab_content .section_div.timeline_wrapper .section_title:before {
    background-color: #fff;
  }
  
  @media (max-width: 991px) {
    .exlusive_tab_content .section_div.timeline_wrapper {
      padding-bottom: 15px;
    }
  }
  
  .exlusive_tab_content .section_div .section_exclusive_lists {
    padding: 15px 0;
    background-image: linear-gradient(0deg, #000, #566270);
  }
  
  .exlusive_tab_content .section_div .section_exclusive_lists > ul {
    position: relative;
    padding: 12px 0;
  }
  
  .exlusive_tab_content
    .section_div
    .section_exclusive_lists
    > ul:not(:last-child):before {
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.1;
    background: #f1f1f3;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .exlusive_tab_content .section_div .section_exclusive_lists > ul li {
    list-style: none;
    color: #fff;
    width: 100%;
    padding: 8px 26px;
    font-weight: 600;
  }
  
  .exlusive_tab_content .section_div .section_exclusive_lists > ul li span {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .exlusive_tab_content
    .section_div
    .section_exclusive_lists
    > ul
    li
    span:before {
    content: "";
    position: absolute;
    width: 5px;
    left: 0;
    height: 5px;
    border-radius: 50%;
    background-color: #ffd000;
  }
  
  .exlusive_tab_content .section_div .section_exclusive_lists > ul li span {
    padding-left: 16px;
    font-size: 14px;
    line-height: normal;
    font-family: Inter;
    line-height: 1.4;
  }
  
  .exlusive_tab_content .section_div .section_exclusive_lists > ul li ul {
    margin-left: 15px;
    margin-top: 15px;
    width: 100%;
  }
  
  .exlusive_tab_content .section_div .section_exclusive_lists > ul li ul li {
    padding-left: 0;
    font-weight: 400;
  }
  
  .exlusive_tab_content
    .section_div
    .section_exclusive_lists
    > ul
    li
    ul
    li
    span:before {
    background-color: #fff;
  }
  
  .exlusive_tab_content .section_div .checkallpackages {
    width: 100%;
    background: #231f20;
    margin-top: 18px;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.15);
  }
  
  .exlusive_tab_content .section_div .checkallpackages a {
    width: 100%;
    text-align: center;
    display: block;
    color: #ffd000;
    padding: 12px;
  }
  
  .exlusive_tab_content .section_exclusive_grids {
    background: #ffd000;
    -webkit-clip-path: polygon(0 0, 100% 4em, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 4em, 100% 100%, 0 100%);
    margin: -5em 0 0;
  }
  
  .exlusive_tab_content .section_exclusive_grids .col_section {
    padding: 0;
  }
  
  .exlusive_tab_content .section_exclusive_grids .col_section.left {
    background-color: #f7f7f7;
    -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
    padding-top: 70px;
  }
  
  .exlusive_tab_content .section_exclusive_grids .col_section.left .section_div {
    margin-left: auto;
  }
  
  .exlusive_tab_content .section_exclusive_grids .col_section.right {
    background-image: linear-gradient(0deg, #ffd200, #ffd200);
    -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
    padding-top: 70px;
    padding-left: 8%;
  }
  
  @media (max-width: 991px) {
    .exlusive_tab_content
      .section_exclusive_grids
      .col_section.right
      .section_div {
      padding-bottom: 40px;
    }
  }
  
  .exlusive_tab_content .section_exclusive_grids .col_section .section_div {
    width: 390px;
    margin-right: auto;
  }
  
  .exlusive_tab_content
    .section_exclusive_grids
    .col_section
    .section_div
    .section_title {
    text-align: left;
  }
  
  .exlusive_tab_content
    .section_exclusive_grids
    .col_section
    .section_div
    .section_title:before {
    margin: auto;
    right: inherit;
  }
  
  @media (max-width: 991px) {
    .exlusive_tab_content .section_exclusive_grids .col_section .section_div {
      width: 100%;
    }
  
    .exlusive_tab_content .section_exclusive_grids .col_section.left {
      order: 2;
      -webkit-clip-path: initial;
      clip-path: none;
      padding-top: 15px;
      padding-bottom: 40px;
    }
  
    .exlusive_tab_content
      .section_exclusive_grids
      .col_section.left
      .section_div {
      padding-bottom: 0;
    }
  
    .exlusive_tab_content .section_exclusive_grids .col_section.right {
      order: 1;
      padding-left: 0;
      -webkit-clip-path: initial;
      clip-path: none;
    }
  }
  
  .exlusive_tab_content .circle_section_horizontal .circle_section_horizontal_li {
    padding-bottom: 25px;
  }
  
  .exlusive_tab_content
    .circle_section_horizontal
    .circle_section_horizontal_li
    > h2 {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.25;
    font-family: Inter;
    font-weight: 500;
  }
  
  @media (min-width: 992px) {
    .exlusive_tab_content
      .circle_section_horizontal
      .circle_section_horizontal_li.flex-circle-section {
      width: 85%;
      margin: 0 auto;
    }
  
    .exlusive_tab_content
      .circle_section_horizontal
      .circle_section_horizontal_li.flex-circle-section
      h2 {
      padding-left: 95px;
    }
  
    .exlusive_tab_content
      .circle_section_horizontal
      .circle_section_horizontal_li.flex-circle-section
      .circle_col[class*="flex-circle-size"]:nth-child(2n) {
      justify-content: flex-end;
    }
  
    .exlusive_tab_content
      .circle_section_horizontal
      .circle_section_horizontal_li.flex-circle-section
      .circle_col[class*="flex-circle-size"]:nth-child(2n)
      .circle_exclusive_div {
      padding-left: 0;
    }
  }
  
  .exlusive_tab_content .conditional_slider_div .right_circle_content {
    padding-left: 80px;
    padding-top: 5px;
  }
  
  @media (min-width: 992px) {
    .exlusive_tab_content .conditional_slider_div .slick-list {
      height: auto !important;
    }
  }
  
  .exlusive_tab_content .conditional_slider_div .slick-list .slick-track {
    height: auto !important;
  }
  
  .exlusive_tab_content .conditional_slider_div .slick-list .slick-track .card {
    background: transparent;
    border: 0;
  }
  
  .exlusive_tab_content
    .conditional_slider_div
    .slick-list
    .slick-track
    .card
    .card-body {
    padding: 0;
  }
  
  .exlusive_tab_content
    .conditional_slider_div
    .slick-list
    .slick-track
    .card
    .card-body
    .circle_exclusive_div {
    padding-bottom: 50px;
  }
  
  @media (max-width: 400px) {
    .exlusive_tab_content .conditional_slider_div .slick-list .slick-slide {
      width: 300px !important;
    }
  }
  
  @media (max-width: 360px) {
    .exlusive_tab_content .conditional_slider_div .slick-list .slick-slide {
      width: 270px !important;
    }
  }
  
  @media (max-width: 991px) {
    .exlusive_tab_content .conditional_slider_div .slick-list .slick-slide {
      padding: 15px;
    }
  }
  
  @media (max-width: 991px) and (min-width: 401px) {
    .exlusive_tab_content .conditional_slider_div .slick-list .slick-slide {
      width: 300px !important;
      margin-right: 15px;
    }
  }
  
  @media (max-width: 991px) {
    .exlusive_tab_content .conditional_slider_div .slick-list .slick-slide .card {
      background-color: #fff;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
      border-radius: 5px;
    }
  
    .exlusive_tab_content
      .conditional_slider_div
      .slick-list
      .slick-slide
      .card
      .card-body
      .circle_exclusive_div {
      padding: 15px;
      text-align: center;
    }
  
    .exlusive_tab_content
      .conditional_slider_div
      .slick-list
      .slick-slide
      .card
      .card-body
      .circle_exclusive_div
      .exclusive_circle {
      position: relative;
      margin: 0 auto 15px;
    }
  
    .exlusive_tab_content
      .conditional_slider_div
      .slick-list
      .slick-slide
      .card
      .card-body
      .circle_exclusive_div
      .right_circle_content {
      padding-left: 0;
    }
  }
  
  .popover-vs {
    background-color: #fff;
  }
  
  .exclusive_navbar.navbar {
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 3.5px #000;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  @media (max-width: 991px) {
    .exclusive_navbar.navbar {
      height: auto;
    }
  }
  
  .exclusive_navbar.fixed-true {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  
  .exclusive_navbar .left_menu {
    margin-left: 25px;
    display: flex;
    align-items: center;
  }
  
  .exclusive_navbar .left_menu a.nav-link {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    padding-left: 15px;
    color: #000;
  }
  
  .exclusive_navbar .right_menu {
    display: flex;
    align-items: center;
  }
  
  .exclusive_navbar .right_menu a.nav-link {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    padding-left: 15px;
    color: #000;
  }
  
  .exclusive_navbar .right_menu button {
    background: #ffd000;
    border-radius: 0;
    border: 0;
    color: #000;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 20px;
    text-align: center;
  }
  
  .exclusive_navbar .right_menu button:active,
  .exclusive_navbar .right_menu button:focus,
  .exclusive_navbar .right_menu button:hover {
    background: #ffd000;
    background-color: #ffd000 !important;
    border-radius: 0;
    border: 0;
    color: #000 !important;
    box-shadow: none !important;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 20px;
    text-align: center;
    box-shadow: none;
  }
  
  @media (max-width: 991px) {
    .exclusive_navbar .left_menu,
    .exclusive_navbar .right_menu {
      margin-left: 0;
    }
  
    .exclusive_navbar .left_menu a.nav-link,
    .exclusive_navbar .right_menu a.nav-link {
      width: 100%;
      padding-left: 0;
    }
  }
  
  .exclusive_navbar .icon-bar {
    width: 22px;
    height: 2px;
    background-color: #000;
    display: block;
    transition: all 0.2s;
    margin-top: 4px;
  }
  
  .exclusive_navbar .navbar-toggler {
    border: none;
    outline: 0;
    background: transparent !important;
  }
  
  .exclusive_navbar .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  
  .exclusive_navbar .navbar-toggler .middle-bar {
    opacity: 0;
  }
  
  .exclusive_navbar .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  
  .exclusive_navbar .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }
  
  .exclusive_navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
  }
  
  .exclusive_navbar .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }
  
  .exclusive_footer {
    padding: 45px 0;
    background-image: linear-gradient(180deg, #000, #566270);
  }
  
  .exclusive_footer .headerlogo_img {
    margin: 0 0 25px;
  }
  
  .exclusive_footer .first_content ul li {
    padding-top: 18px;
  }
  
  .exclusive_footer .first_content ul li a {
    color: #fff;
    font-family: Inter;
    font-weight: 500;
  }
  
  .exclusive_footer .first_content .viewall_div {
    display: block;
    margin: 30px 0 20px;
  }
  
  .exclusive_footer .first_content .viewall_div a {
    background: #ffd000;
    padding: 12px 40px;
    text-align: center;
  }
  
  .exclusive_footer .experience_block .card .card-body > h3 {
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
  }
  
  .exclusive_footer .experience_block .card .card-body .store_icons {
    margin-top: 15px;
  }
  
  .exclusive_footer .experience_block .card .card-body .footer_text {
    font-family: Inter;
    margin-top: 10px;
    display: block;
  }
  
  .exclusive_footer .experience_block .card .card-body .social_icons {
    margin-top: 20px;
  }
  
  .exclusive_footer .experience_block .card .card-body .social_icons a {
    padding: 12px;
  }
  
  .exclusive_footer .experience_block .card .card-body .social_icons a i {
    font-size: 18px;
  }
  
  @media (max-width: 991px) {
    .exclusive_footer .experience_block {
      margin-top: 25px;
    }
  
    .exclusive_footer .first_content ul li {
      padding-top: 20px;
    }
  
    .exclusive_footer .first_content.second ul li {
      display: inline-block;
      padding-right: 20px;
    }
  }
  
  .shopping_cart_main {
    background-color: #f7f7f7;
    padding-top: 60px;
  }
  
  @media (max-width: 991px) {
    .shopping_cart_main {
      background-color: #fff;
    }
  }
  
  .shopping_cart_main.mobileshoppingcart {
    padding-top: 15px;
  }
  
  .shopping_cart_main.mobileshoppingcart .payment_header_mobile {
    padding: 70px 15px 10px;
    display: flex;
    background-color: #f2f2f2;
  }
  
  .shopping_cart_main.mobileshoppingcart .payment_header_mobile .left_content {
    width: 75%;
    display: flex;
    align-items: center;
  }
  
  .shopping_cart_main.mobileshoppingcart .payment_header_mobile .left_content h4 {
    font-weight: 700;
    margin: 0;
  }
  
  .shopping_cart_main.mobileshoppingcart .payment_header_mobile .right_content {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: right;
  }
  
  .shopping_cart_main.mobileshoppingcart .payment_header_mobile i {
    font-size: 25px;
  }
  
  .shopping_cart_main.mobileshoppingcart .payment_header_mobile p {
    padding: 0;
    font-weight: 700;
    margin: 0 0 0 10px;
    color: #3eb837;
  }
  
  .shopping_cart_main.mobileshoppingcart .form_btn_emi {
    text-align: center;
  }
  
  .shopping_cart_main.mobileshoppingcart .form_btn_emi p {
    font-size: smaller;
    text-align: left;
    color: grey;
  }
  
  .shopping_cart_main.mobileshoppingcart .form_btn_emi button {
    width: 100%;
    text-align: center;
    background: #ffd000;
    color: #000;
    padding: 11px;
    border: 0;
    outline: 0;
    font-size: 18px;
    font-weight: 700;
  }
  
  .shopping_cart_main .shoppingcarheader_div {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
  }
  
  .shopping_cart_main .shoppingcarheader_div .navbar {
    background-color: #fff !important;
    box-shadow: 0 0 3.5px #000;
  }
  
  .shopping_cart_main .shoppingcarheader_div .navbar .navigation_comp {
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  
  .shopping_cart_main .shoppingcarheader_div .navbar .navigation_comp i {
    font-size: 20px;
  }
  
  .shopping_cart_main .shoppingcarheader_div .navbar .navigation_comp p {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 10px;
  }
  
  .shopping_cart_main
    .shoppingcarheader_div
    .navbar
    .navigation_comp
    .service-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
  }
  
  .shopping_cart_main .shoppingcarheader_div .navbar-collapse-shopping hr {
    width: 1px;
    height: 30px;
    padding: 0;
    background: #706e6e;
    margin: 0 30px 0 15px;
    opacity: 0.6;
  }
  
  .shopping_cart_main
    .shoppingcarheader_div
    .navbar-collapse-shopping
    .navbar-shopping-steps {
    padding-top: 5px;
    padding-left: 0;
  }
  
  .shopping_cart_main
    .shoppingcarheader_div
    .navbar-collapse-shopping
    .navbar-shopping-steps
    * {
    color: #706e6e;
    cursor: default;
  }
  
  .shopping_cart_main
    .shoppingcarheader_div
    .navbar-collapse-shopping
    .navbar-shopping-steps
    i {
    opacity: 0.7;
    margin-top: 10px;
  }
  
  .shopping_cart_main
    .shoppingcarheader_div
    .navbar-collapse-shopping
    .navbar-shopping-steps
    .active {
    color: #000;
    font-weight: 500;
    font-family: roboto;
  }
  
  .shopping_cart_main
    .shoppingcarheader_div
    .navbar-collapse-shopping
    .navbar-shopping-steps
    .active
    i {
    color: #000;
  }
  
  .shopping_cart_main .shoppingcarheader_div .help_shop {
    border-radius: 50px;
    outline: 0;
    padding: 5px 11px 5px 10px;
    border: 0;
    min-width: 90px;
  }
  
  @media (min-width: 992px) {
    .shopping_cart_main .shoppingcarheader_div .help_shop:hover {
      background: #f2f1f0;
    }
  }
  
  .shopping_cart_main .shoppingcarheader_div .help_shop span {
    font-size: 14px;
    position: relative;
    top: 2px;
    color: #000;
  }
  
  .shopping_cart_main .shoppingcarheader_div .help_shop img {
    margin-right: 8px;
  }
  
  .shopping_cart_main .shoppingcarheader_div .right_content {
    display: flex;
    align-items: center;
  }
  
  .shopping_cart_main .shoppingcarheader_div .right_content p {
    margin: 0 80px 0 0;
    color: #3eb837;
    font-weight: 700;
    font-size: 15px;
  }
  
  .shopping_cart_main .shoppingcarheader_div .right_content p img {
    margin-right: 11px;
  }
  
  @media (max-width: 991px) {
    .shopping_cart_main .shoppingcarheader_div .right_content p {
      display: none;
    }
  }
  
  .shopping_cart_main .shoppingcarheader_div .navbar-toggler {
    display: none !important;
  }
  
  .shopping_cart_main .shoppingcarheader_div.moblenavbar .navbar {
    padding-top: 15px;
    padding-bottom: 18px;
  }
  
  .shopping_cart_main .shoppingcarheader_div.moblenavbar img {
    margin-right: 0;
  }
  
  .shopping_cart_main .shoppingcarheader_div.moblenavbar button {
    background: transparent;
  }
  
  .shopping_cart_main .shoppingcarheader_div.moblenavbar button span {
    display: block;
  }
  
  .shopping_cart_main .shoppingcarheader_div.moblenavbar .help_shop {
    padding-right: 0;
    text-align: right;
  }
  
  .shopping_cart_main .shoppingcarheader_div .service_title {
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    padding-right: 150px;
    text-align: center;
  }
  
  .shopping_cart_main .whyvakilsearch_shopping {
    margin-top: 30px;
  }
  
  .shopping_cart_main .whyvakilsearch_shopping h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: roboto;
    margin: 25px 0;
  }
  
  .shopping_cart_main .whyvakilsearch_shopping p {
    margin: 0;
    font-size: 14px;
  }
  
  @media (max-width: 991px) {
    .shopping_cart_main .whyvakilsearch_shopping p {
      color: #000;
      opacity: 1;
    }
  }
  
  .shopping_cart_main .whyvakilsearch_shopping .slick-dots {
    bottom: -35px;
  }
  
  .shopping_cart_main .whyvakilsearch_shopping .slick-list {
    height: auto !important;
  }
  
  .shopping_cart_main .whyvakilsearch_shopping .slick-list .slick-track {
    display: flex;
    align-items: center;
  }
  
  @media (min-width: 991px) {
    .shopping_cart_main
      .whyvakilsearch_shopping
      .slick-list
      .slick-track
      .slick-slide {
      margin: 0 25px;
    }
  }
  
  @media (max-width: 991px) {
    .shopping_cart_main
      .whyvakilsearch_shopping
      .slick-list
      .slick-track
      .slick-slide
      .row {
      margin-right: 10px !important;
      min-height: 66px;
    }
  }
  
  .shopping_cart_main
    .whyvakilsearch_shopping
    .slick-list
    .slick-track
    .slick-slide
    img {
    display: block;
    position: relative;
    right: 12px;
    width: 35px !important;
    height: auto;
  }
  
  @media (min-width: 991px) {
    .shopping_cart_main
      .whyvakilsearch_shopping
      .slick-list
      .slick-track
      .slick-slide[aria-hidden="true"] {
      opacity: 0;
    }
  }
  
  .shopping_cart_main
    .whyvakilsearch_shopping
    .slick-list
    .slick-track
    .slick-slide.slick-active
    p {
    opacity: 0.7;
    font-family: Roboto;
    font-size: 12px;
  }
  
  @media (min-width: 991px) {
    .shopping_cart_main
      .whyvakilsearch_shopping
      .slick-list
      .slick-track
      .slick-slide.slick-active
      .row {
      background-color: transparent !important;
    }
  
    .shopping_cart_main
      .whyvakilsearch_shopping
      .slick-list
      .slick-track
      .slick-slide.slick-active.slick-center
      .row {
      background-color: #fff !important;
      padding: 10px 5px;
      border-radius: 15px;
      min-height: 66px;
    }
  }
  
  .shopping_cart_main
    .whyvakilsearch_shopping
    .slick-list
    .slick-track
    .slick-slide.slick-active.slick-center
    .row
    p {
    font-weight: 500;
    font-family: roboto;
    opacity: 1;
    font-size: 16px;
  }
  
  @media (max-width: 991px) {
    .shopping_cart_main
      .whyvakilsearch_shopping
      .slick-list
      .slick-track
      .slick-slide
      .row {
      padding-top: 11px;
      padding-bottom: 11px;
      border-radius: 15px;
    }
  }
  
  .shopping_cart_main .whyvakilsearch_shopping .slick-dots li button:before {
    font-size: 8px;
  }
  
  .shopping_cart_main
    .whyvakilsearch_shopping
    .slick-dots
    li.slick-active
    button:before {
    color: #007aff;
  }
  
  .shopping_cart_main .special_offer_div {
    margin-top: 50px;
  }
  
  .shopping_cart_main .special_offer_div .title {
    font-size: 18px;
    color: #000;
  }
  
  .shopping_cart_main .special_offer_div .title span {
    color: #3eb837;
    font-weight: 700;
  }
  
  .shopping_cart_main .special_offer_div .special_cards {
    margin-top: 40px;
    text-align: center;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .card_div {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 1px #000;
    overflow: hidden;
    min-height: 400px;
    width: 90%;
  }
  
  @media (max-width: 768px) {
    .shopping_cart_main .special_offer_div .special_cards .card_div {
      width: 100%;
    }
  }
  
  .shopping_cart_main .special_offer_div .special_cards .card_div .card-footer {
    background-color: transparent;
    border: 0;
    padding-bottom: 25px;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div
    .card-footer
    button {
    background-color: #efefef;
    border: 0;
    outline: 0;
    padding: 14px;
    border-radius: 25px;
    min-width: 135px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .card_div.recommend {
    background-image: linear-gradient(180deg, #2174f0, #63b0ff),
      linear-gradient(0deg, #5d9dfd, #5d9dfd);
  }
  
  @media (min-width: 992px) {
    .shopping_cart_main .special_offer_div .special_cards .card_div.recommend {
      min-height: 420px;
      box-shadow: 0 0 4.5px #2376f0;
      position: relative;
      bottom: 10px;
    }
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.recommend
    .title_box
    h3 {
    color: #fff;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.recommend
    .title_box
    button {
    color: #fcd20a;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.recommend
    .item_list
    li,
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.recommend
    .price_box
    h2,
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.recommend
    .price_box
    h3 {
    color: #fff;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.recommend
    .item_list
    li
    i {
    color: #fcd20a;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.recommend
    .note {
    color: #fff;
    opacity: 0.6;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.recommend
    .btn_shopping {
    background: #fcd20a;
    min-width: 180px;
    padding: 18px;
    border-radius: 35px;
    font-size: 18px;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.recommend
    .recommend_tag {
    display: block;
    position: absolute;
    transform: rotate(-53deg);
    top: 39px;
    left: -38px;
    background: #fff;
    background-image: none;
    width: 100%;
    width: 150px;
    background-image: linear-gradient(90deg, rgba(45, 127, 242, 0.322), #f5f6f8),
      linear-gradient(270deg, #f4f7fc, #fcfdff);
  }
  
  .shopping_cart_main .special_offer_div .special_cards .card_div.mobilecard {
    min-height: auto;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .recommend_tag {
    display: none;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body {
    padding-bottom: 0;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_title_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_title_box
    .title_box {
    width: 60%;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_title_box
    .title_box
    h3 {
    font-size: 19px;
    text-transform: uppercase;
    padding-right: 5px;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_title_box
    .price_box {
    text-align: right;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_title_box
    .price_box
    h2 {
    font-size: 26px;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_title_box
    .price_box
    h2
    span {
    font-size: 23px;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_title_box
    .price_box
    h3 {
    font-size: 20px;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_item_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_item_list
    .item_list {
    display: block;
    width: 60%;
    margin-top: 0;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_item_list
    .item_list
    li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_item_list
    .item_list
    li
    i {
    position: absolute;
    left: 0;
    top: 3px;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .card-body
    .sp_item_list
    .price_box
    h3 {
    font-size: 20px;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .sp_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 5px 1.25rem 15px;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .sp_footer
    small {
    width: 60%;
    display: block;
    text-align: left !important;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .sp_footer
    .card-footer {
    width: 40%;
    padding: 0;
    text-align: right;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .card_div.mobilecard
    .sp_footer
    .card-footer
    button {
    min-width: 80px;
    font-size: 16px;
    border-radius: 20px;
    padding: 10px 16px;
  }
  
  .shopping_cart_main .special_offer_div .special_cards h2,
  .shopping_cart_main .special_offer_div .special_cards h3,
  .shopping_cart_main .special_offer_div .special_cards h4 {
    margin: 0;
    font-family: roboto;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .title_box {
    margin-bottom: 12px;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .title_box h3 {
    font-size: 23px;
    font-weight: 700;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .title_box a {
    text-decoration: underline;
    color: #007aff;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .price_box h2 {
    font-size: 40px;
    font-weight: 700;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .price_box h2 span {
    font-size: 28px;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .price_box h3 {
    font-size: 26px;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .price_box h3.underline {
    display: inline-block;
    padding: 0 5px;
    position: relative;
  }
  
  .shopping_cart_main
    .special_offer_div
    .special_cards
    .price_box
    h3.underline:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    background: red;
    top: 15px;
    left: 0;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .item_list {
    margin-top: 12px;
    display: inline-block;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .item_list li {
    font-size: 18px;
    padding-bottom: 8px;
    text-align: left;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .item_list li i {
    color: #007aff;
    padding-right: 10px;
  }
  
  .shopping_cart_main .special_offer_div .special_cards .note {
    font-size: 13px;
    color: #7e8086;
    display: block;
  }
  
  .shopping_cart_main .payment_progress_div {
    position: absolute;
    top: 60px;
    background: #fff;
    max-width: 100%;
    left: 0;
    padding: 12px 15px;
    border: 1px solid #eee;
  }
  
  .shopping_cart_main .payment_progress_div .pr_count {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #007aff;
    background: #fff;
    color: #007aff;
  }
  
  .shopping_cart_main .payment_progress_div .row {
    position: relative;
  }
  
  .shopping_cart_main .payment_progress_div .row:before {
    content: "";
    position: absolute;
    width: 90%;
    background: #007aff;
    margin: 0 auto;
    left: 5%;
    top: 15px;
    height: 1px;
  }
  
  @media (max-width: 768px) {
    .shopping_cart_main .payment_progress_div .row:before {
      width: 81%;
      left: 9%;
    }
  }
  
  .shopping_cart_main .payment_progress_div .row .progress_box {
    display: inline-block;
    text-align: center;
  }
  
  .shopping_cart_main .payment_progress_div .row .progress_box p {
    color: #999;
    margin-top: 10px;
    font-size: 11px;
    font-family: roboto;
    margin-bottom: 0;
  }
  
  .shopping_cart_main .payment_progress_div .row .progress_box.active .pr_count {
    background: #007aff;
    color: #fff;
  }
  
  .shopping_cart_main .payment_progress_div .row .progress_box.active p {
    color: #007aff;
  }
  
  #overlayDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    opacity: 0.9;
  }
  
  #overlayDiv #logo {
    width: 90px;
    height: 90px;
    background: url(https://dev-helpdesk.vakilsearch.com/assets/quotation_logo-a22bc7283067ae650991250785a411b1eb02d99ff58d4e05769d408f6b41d162.png)
      50% no-repeat;
    background-size: 50%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%);
  }
  
  .loading {
    border-radius: 50%;
    border: 3px solid #f3f3f3;
    border-top-color: #ffd200;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
  }
  
  .dark_mode {
    background-color: #000 !important;
  }
  
  .redirection_page {
    text-align: center;
  }
  
  .redirection_page .vs_logo {
    margin-top: 5%;
    width: 200px;
  }
  
  .redirection_page .header {
    padding-top: 6%;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .redirection_page .redirection_message {
    padding: 0 10px;
  }
  
  .redirection_page .redirection_message h3 {
    font-size: 16px;
  }
  
  .redirection_page .redirection_message h4 {
    font-size: 15px;
  }
  
  .redirection_page .redirection_message h5 {
    font-size: 13px;
  }
  
  .redirection_page .redirection_message .msg_3 {
    margin-top: 8%;
  }
  
  .redirection_page .contact_us {
    bottom: 30px;
    position: absolute;
    width: 100%;
    font-size: 14px;
  }
  
  @media (max-width: 320px) {
    .redirection_page .contact_us {
      bottom: 0;
      position: relative;
      font-size: 12px;
    }
  }
  
  .redirection_page .loader i {
    top: 55px;
    position: relative;
    font-size: 20px;
  }
  
  .redirection_page .loader .loading {
    border-radius: 50%;
    border: 3px solid #007aff;
    border-top-color: #fff;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
  }
  
  .payment_bg_screen {
    background-color: #f7f7f7;
  }
  
  .payment-integration .payment-breakup {
    margin-top: 30px;
  }
  
  .payment-integration .payment-breakup .serviceFeetype {
    padding: 15px 25px 0;
  }
  
  .payment-integration .payment-breakup .serviceFeetype .fee-type input {
    width: 45px;
  }
  
  .payment-integration .payment-breakup .serviceFeetype .promo-main {
    margin: 0;
  }
  
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .promo-main
    .coupon_formik {
    width: 100%;
  }
  
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .promo-main
    .apply_coupon_form {
    margin: 5px 0;
  }
  
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .promo-main
    .apply_coupon_code {
    width: 100%;
    height: 50px;
    padding: 10px;
    background: #eee;
    border: 1px dashed #bdbdbd;
    border-radius: 2px;
    color: #616161;
    font-size: 17px;
    font-weight: 700;
  }
  
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .promo-main
    .success_apply_coupon {
    background-color: #eaf4e8;
  }
  
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .promo-main
    .failed_apply_coupon {
    background-color: #ffebee;
  }
  
  .payment-integration .payment-breakup .serviceFeetype .promo-main .editbutton {
    font-family: Roboto;
    font-size: 18px;
    color: #4681f7;
    background: transparent;
    border: transparent;
    padding: 0;
  }
  
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .promo-main
    .inputPayform {
    width: 100%;
    border: 1px dashed #d8d8d8;
    font-family: Roboto;
    background: #f5f5f5;
    font-size: 18px;
    color: #000;
    border-radius: 3px;
    padding: 15px;
  }
  
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .promo-main
    .input-group-prepend {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
  }
  
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .promo-main
    .input-group-prepend
    .make_payment_cart_coupon {
    background: transparent;
    color: #38ad16;
    text-align: center;
    width: 100%;
    float: right;
    font-size: 14px;
    border: 1px solid #38ad16;
    background-color: #eaf4e8;
    margin: 4px 5px !important;
  }
  
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .pay_type
    .pay_amount
    span:first-child {
    letter-spacing: 0.5px;
  }
  
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .pay_type
    .pay_amount
    span:nth-child(2) {
    font-weight: 700;
    float: right;
  }
  
  .payment-integration .payment-breakup .serviceFeetype .breakuptitle {
    letter-spacing: 0.5px;
    color: #616161;
    margin-bottom: 1rem;
  }
  
  .payment-integration .payment-breakup .serviceFeetype .discount_amt {
    float: left;
    text-decoration: line-through;
  }
  
  .payment-integration .payment-breakup .serviceFeetype .discount_tag {
    float: right;
    font-size: 12px;
    background-color: red;
    font-weight: 700;
    padding: 1px 8px;
    color: #fff !important;
    border-radius: 5px;
  }
  
  @media screen and (max-width: 992px) {
    .payment-integration .payment-breakup .serviceFeetype .discount_tag {
      font-size: 10px;
    }
  }
  
  .paysecure {
    background-color: #f7f7f7;
    height: 100%;
  }
  
  @media (max-width: 991px) {
    .paysecure {
      background-color: #fff;
    }
  
    .paymentoption .payment_parent {
      margin-top: 0 !important;
    }
  }
  
  .paymentoption .validation-error {
    color: red;
  }
  
  .paymentoption .toggle_icons {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #000;
  }
  
  .paymentoption .payment_parent {
    margin-top: 15px;
  }
  
  @media (max-width: 991px) {
    .paymentoption .payment_parent .col-left {
      margin-right: 15px;
    }
  
    .paymentoption .payment_parent .col-right {
      margin-left: 15px;
    }
  }
  
  .paymentoption .payment_parent .mobile_accordian {
    min-width: 100%;
    height: calc(100% + 60px);
    overflow: auto;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 60px;
  }
  
  .paymentoption .payment_lists.container {
    z-index: 1;
    margin: 0;
    padding: 0;
  }
  
  .paymentoption .payment_lists.container .payment_header_mobile {
    padding: 20px 30px 15px;
    display: flex;
    background-color: #fff;
  }
  
  .paymentoption .payment_lists.container .payment_header_mobile .left_content {
    width: 75%;
    display: flex;
    align-items: center;
  }
  
  .paymentoption
    .payment_lists.container
    .payment_header_mobile
    .left_content
    h4 {
    font-weight: 700;
    margin: 0;
  }
  
  .paymentoption .payment_lists.container .payment_header_mobile .right_content {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: right;
  }
  
  .paymentoption .payment_lists.container .payment_header_mobile i {
    font-size: 25px;
  }
  
  .paymentoption .payment_lists.container .payment_header_mobile p {
    padding: 0;
    font-weight: 700;
    margin: 0 0 0 10px;
    color: #3eb837;
  }
  
  .paymentoption .payment_lists.container .panel_btn {
    margin-right: 0 !important;
  }
  
  .paymentoption .payment_lists.mobile {
    border: 0 !important;
  }
  
  .paymentoption .payment_lists.mobile .payment_flex {
    justify-content: space-between !important;
    padding: 10px;
    background-color: #f7f7f7 !important;
  }
  
  .paymentoption .payment_lists.mobile .service_title {
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    background: #fff !important;
    box-shadow: 0 0 5px 0 grey !important;
    display: block;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
  }
  
  .paymentoption .payment_lists.mobile .card-body {
    padding: 5px;
  }
  
  .paymentoption .payment_lists.mobile .card-body .option {
    padding-left: 15px;
    margin-top: 10px;
  }
  
  .paymentoption .payment_lists.mobile .card-body .option span {
    float: right;
    padding-right: 15px;
    font-size: 15px;
    color: #007aff;
  }
  
  .paymentoption .payment_lists.mobile .mobile_upilists {
    padding: 10px 15px 20px;
    justify-content: space-between;
    margin: 0;
  }
  
  .paymentoption .payment_lists.mobile .mobile_upilists div {
    text-align: center;
  }
  
  .paymentoption .payment_lists.mobile .mobile_upilists div p {
    margin-bottom: 0;
  }
  
  .paymentoption .payment_lists.mobile .mobile_upilists .image_box {
    border: 2px solid #fff;
    padding: 5px 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-top: 10px;
  }
  
  .paymentoption .payment_lists.mobile .mobile_upilists .image_circle {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 20px 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
  }
  
  .paymentoption .payment_lists.mobile .mobile_upilists .image_circle img {
    height: 30px;
  }
  
  .paymentoption .payment_lists.mobile .mobile_upilists .active {
    border: 2px solid #268eff;
  }
  
  .paymentoption .payment_lists.mobile .mobile_upilists img {
    width: 50px;
    height: auto;
  }
  
  .paymentoption .payment_lists.mobile .mobile_upilists .upi {
    margin: 0;
    background-color: #f7f7f7;
    border-radius: 100%;
  }
  
  .paymentoption .payment_lists.mobile .mobile_upilists .pay_wrapper {
    margin: 0;
  }
  
  .paymentoption
    .payment_lists.mobile
    .mobile_upilists
    .mobile_payment_type_content_input {
    display: flex;
    margin: 0;
    border-bottom: 0;
    background-color: #f2f2f2;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    height: 50px;
  }
  
  .paymentoption .payment_lists .nav-item a {
    padding: 18px;
    border: 1px solid #e0e0e0;
    border-right: transparent;
    border-radius: 0;
  }
  
  @media (max-width: 991px) {
    .paymentoption .payment_lists .nav-item a {
      border-right: 1px solid #e0e0e0;
    }
  }
  
  .paymentoption .payment_lists .nav-item a.active {
    background: #fff;
    border-bottom: 0 solid #e0e0e0;
    font-weight: 700;
  }
  
  @media (max-width: 991px) {
    .paymentoption .payment_lists .nav-item a.active {
      border-bottom: 1px solid #e0e0e0;
    }
  }
  
  .paymentoption .payment_lists .payment_flex {
    display: flex;
    align-items: center;
    border-bottom: 0 !important;
  }
  
  .paymentoption .payment_lists .payment_flex.flex-start {
    align-items: flex-start;
  }
  
  .paymentoption .payment_lists .payment_flex.type_payment {
    border-top: 0 !important;
  }
  
  .paymentoption .payment_lists .payment_flex.noborder {
    border: 0;
    height: 45px;
  }
  
  .paymentoption .payment_lists .payment_flex * {
    margin: 0;
    padding: 0;
  }
  
  .paymentoption .payment_lists .payment_flex img {
    margin-right: 23px;
  }
  
  .paymentoption .payment_lists .payment_flex img.non_upis {
    margin-right: 30px;
  }
  
  .paymentoption .payment_lists .payment_flex img.upi {
    margin-right: 35px;
  }
  
  .paymentoption .payment_lists .payment_flex img.other_upis {
    margin-right: 23px;
  }
  
  .paymentoption .payment_lists .payment_flex h4 {
    font-size: 16px;
    color: #000;
    text-align: left;
  }
  
  .paymentoption .payment_lists .payment_flex h4 b {
    font-size: 18px;
  }
  
  .paymentoption .payment_lists .payment_flex p {
    text-align: left;
    font-size: 16px;
    color: #000;
  }
  
  .paymentoption .payment_lists .payment_flex p.bold {
    color: #000;
  }
  
  .paymentoption .payment_lists .payment_flex p.bold1 {
    color: #000;
    font-size: 16px;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex:not(.noborder) {
    background: #fff;
    border-left: 0;
    padding: 18px 20px;
  }
  
  @media (max-width: 991px) {
    .paymentoption .payment_lists.rightcontent .payment_flex:not(.noborder) {
      border-left: 1px solid #e0e0e0;
    }
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex .inputform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex .inputform button,
  .paymentoption .payment_lists.rightcontent .payment_flex .inputform input {
    outline: 0;
    border: 0;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex .inputform input {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 7px;
    margin-top: 7px;
    margin-right: 5px;
    width: 65%;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex .inputform button {
    margin-top: 7px;
    padding: 5px 0;
    width: 90px;
    background: #ffd000;
    color: #000;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex
    .inputform
    .verfication_loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex .inputform .verified {
    position: relative;
    bottom: 6px;
    font-size: 20px;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex .inputform span {
    font-size: 12px;
    background: #3eb837;
    font-weight: 700;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex .rightblock {
    width: 68%;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex
    .upi_form_error_content {
    color: red;
    font-size: 12px;
    margin-top: 5px;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex.active .circle_pay {
    background: #418ffa;
    border: 0;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex.footer_payment {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.footer_payment.removeborder {
    border: 0;
    padding-bottom: 15px;
    padding-top: 5px;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex.footer_payment h2,
  .paymentoption .payment_lists.rightcontent .payment_flex.footer_payment p {
    margin: 0;
    padding: 0;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex.footer_payment h1 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 700;
    width: 100%;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex.footer_payment p {
    font-size: 12px;
    color: #8a8888;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.footer_payment
    .paynow_btn_disable {
    opacity: 0.5;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.footer_payment
    .panel_btn {
    margin-right: 15px;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex.footer_payment button {
    margin-top: 5px;
    padding: 11px;
    font-size: 20px;
    min-width: 200px;
  }
  
  @media (max-width: 768px) {
    .paymentoption
      .payment_lists.rightcontent
      .payment_flex.footer_payment
      button {
      min-width: 100%;
    }
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex.footer_payment small {
    color: #717171;
  }
  
  @media (max-width: 991px) {
    .paymentoption
      .payment_lists.rightcontent
      .payment_flex.footer_payment
      .text-center {
      width: 100%;
    }
  }
  
  @media (max-width: 768px) {
    .paymentoption
      .payment_lists.rightcontent
      .payment_flex.footer_payment
      .panel_btn {
      width: 180px;
    }
  }
  
  @media (max-width: 340px) {
    .paymentoption
      .payment_lists.rightcontent
      .payment_flex.footer_payment
      .panel_btn {
      width: 140px;
    }
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.footer_payment
    .card_form_card_logos {
    margin-top: 20px;
    display: flex;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.footer_payment
    .card_form_card_logos
    img {
    margin: auto;
    width: 80px;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.footer_payment
    .card_form_card_logos
    p {
    font-size: 14px;
    color: #3eb837;
    font-weight: 700;
    letter-spacing: 0.83px;
    padding-top: 5px;
  }
  
  @media (max-width: 768px) {
    .paymentoption
      .payment_lists.rightcontent
      .payment_flex.footer_payment
      .card_form_card_logos {
      padding-bottom: 55px;
    }
  
    .paymentoption
      .payment_lists.rightcontent
      .payment_flex.footer_payment
      .card_form_card_logos
      img {
      margin: auto;
      width: 65px;
    }
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex.type_payment {
    flex-wrap: wrap;
    position: relative;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex.type_payment.action {
    padding: 26px 20px;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.type_payment
    .toggle_icons {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex.type_payment img {
    width: 40px;
    margin-left: 15px;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.type_payment
    .upioption {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  
  @media (max-width: 992px) {
    .paymentoption
      .payment_lists.rightcontent
      .payment_flex.type_payment
      .upioption {
      text-align: center;
    }
  }
  
  @media (max-width: 768px) {
    .paymentoption
      .payment_lists.rightcontent
      .payment_flex.type_payment
      .upioption {
      margin-left: 15px;
    }
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.type_payment
    .upioption
    h2 {
    font-size: 16px;
    color: #000;
    line-height: 1.5em;
    width: 69%;
    margin: 0 auto;
  }
  
  @media (max-width: 1200px) {
    .paymentoption
      .payment_lists.rightcontent
      .payment_flex.type_payment
      .upioption
      h2 {
      width: 96%;
    }
  }
  
  @media (max-width: 991px) {
    .paymentoption
      .payment_lists.rightcontent
      .payment_flex.type_payment
      .upioption
      h2 {
      width: 60%;
    }
  }
  
  @media (max-width: 768px) {
    .paymentoption
      .payment_lists.rightcontent
      .payment_flex.type_payment
      .upioption
      h2 {
      width: 100%;
    }
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.type_payment
    .upioption
    .upilists {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.type_payment
    .upioption
    .upilists
    img {
    width: 40px;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.type_payment
    .upioption
    .upilists
    img.paytm {
    width: 48px;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.type_payment
    .upioption
    .upilists
    img.gpay {
    width: 70px;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.type_payment
    .upioption
    .upilists
    .pay_wrapper {
    background: #fff;
    text-align: center;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    margin: auto;
  }
  
  .paymentoption
    .payment_lists.rightcontent
    .payment_flex.type_payment
    .upioption
    .upilists
    .pay_wrapper
    img {
    width: 100%;
    height: auto;
  }
  
  .paymentoption .payment_lists.rightcontent .payment_flex.gpay img {
    width: 40px;
  }
  
  .paymentoption .payment_lists.rightcontent.emiform .price_footer {
    right: 0;
  }
  
  .paymentoption .payment_lists.card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .paymentoption .payment_lists.card.active {
    background-color: #f7f7f7;
  }
  
  .paymentoption .payment_lists.card .card-header {
    border: 0;
    padding: 5px;
    background-color: transparent;
  }
  
  .paymentoption .payment_lists.card .card-header.top_margin {
    margin-top: 35px;
  }
  
  .paymentoption .payment_lists.card .card-header > button {
    outline: 0;
  }
  
  .paymentoption .payment_lists.card .card-header > button:focus,
  .paymentoption .payment_lists.card .card-header > button:hover {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
  }
  
  .paymentoption .payment_lists.card .card-header .payment_flex img {
    width: 20px;
  }
  
  .paymentoption .payment_lists.card .card-header .payment_flex h4,
  .paymentoption .payment_lists.card .card-header .payment_flex p {
    font-size: 14px;
  }
  
  .paymentoption .payment_lists .sub_upi_payments {
    width: 100%;
    text-align: center;
    padding-top: 110px;
    background-color: #fff;
  }
  
  .paymentoption .payment_lists .sub_upi_payments .paytm {
    vertical-align: text-top;
  }
  
  .paymentoption .payment_lists .sub_upi_payments .phonepe {
    vertical-align: middle;
  }
  
  .paymentoption .price_footer {
    position: fixed;
    bottom: 0;
    box-shadow: 0 -2px 2px 0 hsla(0, 0%, 63.9%, 0.15);
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    height: 75px;
  }
  
  .paymentoption .price_footer h3,
  .paymentoption .price_footer h4 {
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
  }
  
  .paymentoption .price_footer p {
    color: #000;
  }
  
  .paymentoption .price_footer .m-auto {
    margin-right: 0 !important;
  }
  
  .paymentoption .price_footer .m-auto p {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .paymentoption .price_footer .float-left p {
    margin: 0 !important;
  }
  
  .paymentoption .price_footer a {
    font-size: 13px;
    color: #007aff;
    font-weight: 700;
  }
  
  .paymentoption .price_footer a:hover {
    color: #007aff;
  }
  
  .paymentoption .price_footer p.secure {
    font-size: 14px;
    color: #3eb837;
    font-weight: 700;
    letter-spacing: 0.83px;
    padding-top: 10px;
  }
  
  .paymentoption .price_footer p.secure img {
    margin-right: 5px;
  }
  
  @media (max-width: 350px) {
    .paymentoption .price_footer a,
    .paymentoption .price_footer p.secure {
      font-size: 12px;
    }
  }
  
  .paymentoption .price_footer .price_button {
    width: 150px;
  }
  
  .paymentoption .emiform .emi_wrapper {
    background-color: #fff;
    padding: 0 30px;
    margin-top: 0;
  }
  
  .paymentoption .emiform .emi_wrapper .paymentcards {
    background-color: #fff;
    padding: 15px 0;
  }
  
  .paymentoption .emiform .emi_wrapper .paymentcards .debitorcreditcard {
    display: inline-flex;
    background: #f2f2f2;
    padding: 4px;
    border-radius: 4px;
    width: 100%;
    justify-content: center;
  }
  
  .paymentoption .emiform .emi_wrapper .paymentcards .debitorcreditcard > div {
    width: 50%;
    padding: 8px;
    border-radius: 4px;
    min-width: 130px;
    font-size: 16px;
    font-family: roboto;
    cursor: pointer;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .paymentcards
    .debitorcreditcard
    > div.active {
    font-weight: 700;
    background: #fff;
    color: #000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  }
  
  .paymentoption .emiform .emi_wrapper .searchbox_bank .input-group {
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 52px;
    margin: 0 auto;
  }
  
  .paymentoption .emiform .emi_wrapper .searchbox_bank .input-group-text {
    background-color: #fff;
    border: 0;
  }
  
  .paymentoption .emiform .emi_wrapper .searchbox_bank .form-control {
    border: 0;
    height: 100%;
  }
  
  .paymentoption .emiform .emi_wrapper .searchbox_bank .form-control:focus {
    outline: 0;
    border-color: #ced4da;
    box-shadow: none;
  }
  
  .paymentoption .emiform .emi_wrapper .emi_lists .emi_lists_li .head_emi {
    position: relative;
    padding: 15px 0 5px;
  }
  
  .paymentoption .emiform .emi_wrapper .emi_lists .emi_lists_li .head_emi a {
    font-size: 15px;
    font-weight: 700;
  }
  
  .paymentoption .emiform .emi_wrapper .emi_lists .emi_lists_li .head_emi a span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    padding-left: 5px;
  }
  
  .paymentoption .emiform .emi_wrapper .emi_lists .emi_lists_li .head_emi i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 6px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .border_control {
    border-radius: 0;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .form-control {
    background: #fafafa;
    padding: 25px 15px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .bank_name {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e0e0e0;
    padding: 15px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .bank_name
    img {
    position: absolute;
    left: 15px;
    width: 23px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .bank_name
    h3 {
    margin: 0 0 0 33px;
    font-size: 16px;
    font-family: roboto;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .bank_name
    a {
    font-size: 15px;
    color: #007aff;
    font-weight: 700;
    font-family: roboto;
    cursor: pointer;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .emiplans {
    margin-top: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .emiplans
    h3 {
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .emiplans
    .plan_list {
    position: relative;
    padding-left: 35px;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .emiplans
    .plan_list
    .circle_pay {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #d5d0d0;
    display: inline-block;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .emiplans
    .plan_list
    .circle_pay
    i {
    position: absolute;
    left: 0;
    top: 1px;
    right: 0;
    bottom: 0;
    margin: auto !important;
    width: 14px;
    height: 14px;
    color: #fff;
    font-size: 14px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .emiplans
    .plan_list
    .circle_pay.active {
    background: #418ffa;
    border: 0;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .emiplans
    .plan_list
    .right_content
    h4 {
    font-size: 15px;
    font-family: roboto;
    margin-bottom: 0;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .emiplans
    .plan_list
    .right_content
    h4
    span {
    background: #639bfc;
    color: #fff;
    font-size: 9px;
    padding: 1px 2px;
    margin-left: 15px;
    font-family: roboto;
    border-radius: 4px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .emiplans
    .plan_list
    .right_content
    p {
    font-size: 13px;
    color: #999;
    font-family: roboto;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .emiplans
    .showplans {
    color: #007aff;
    font-weight: 700;
    margin: 10px 0 15px;
    display: block;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .cardform_emi {
    margin-bottom: 20px;
    width: 100%;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .cardform_emi
    .form_btn_emi {
    text-align: center;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .cardform_emi
    .form_btn_emi
    button {
    width: 100%;
    text-align: center;
    background: #ffd000;
    color: #000;
    padding: 11px;
    border: 0;
    outline: 0;
    font-size: 18px;
    font-weight: 700;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .cardform_emi
    .expiry_date {
    width: 25%;
    height: 100%;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .cardform_emi
    .expiry_date
    .selectdropdown {
    border: none;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .cardform_emi
    .expiry_cvv {
    width: 30%;
    margin-left: 20%;
    position: relative;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .emi_expand_plans
    .cardform_emi
    .expiry_cvv
    a {
    position: absolute;
    right: 0;
    color: #007aff;
    text-decoration: underline;
  }
  
  .paymentoption .emiform .emi_wrapper .emi_lists .emi_lists_li .body_emi .row {
    align-items: center;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .row
    .expiry_date {
    width: 60%;
    height: 100px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .row
    .expiry_date
    .selectdropdown {
    border: #bdbdbd;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .row
    .expiry_date
    .selectdropdown
    > div {
    border-radius: 0.25rem;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .row.date_cvv {
    justify-content: space-between;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .row.date_cvv
    .fixedleft {
    position: absolute;
    left: 0;
    bottom: -25px;
    text-align: left;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .row
    .expiry_cvv {
    width: 30%;
    height: 100px;
  }
  
  @media (max-width: 991px) {
    .paymentoption
      .emiform
      .emi_wrapper
      .emi_lists
      .emi_lists_li
      .body_emi
      .row.date_cvv {
      justify-content: space-between;
    }
  
    .paymentoption
      .emiform
      .emi_wrapper
      .emi_lists
      .emi_lists_li
      .body_emi
      .row.date_cvv
      .fixedleft {
      position: absolute;
      left: 0;
      bottom: -15px;
      text-align: left;
    }
  
    .paymentoption
      .emiform
      .emi_wrapper
      .emi_lists
      .emi_lists_li
      .body_emi
      .row
      .expiry_date {
      margin-bottom: 0.5rem;
      margin-left: 0;
      margin-right: 0;
      padding-right: 0 !important;
      width: 60%;
    }
  
    .paymentoption
      .emiform
      .emi_wrapper
      .emi_lists
      .emi_lists_li
      .body_emi
      .row
      .expiry_cvv {
      width: 30%;
      margin-bottom: 0.5rem;
      margin-left: 0;
      margin-right: 0;
    }
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi {
    padding: 15px 0 15px 6px;
    align-items: center;
    display: flex;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li {
    display: inline-flex;
    align-items: center;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li
    img {
    width: 25px;
    margin-right: 8px;
    margin-left: -4px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li
    span {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  @media (max-width: 1250px) {
    .paymentoption
      .emiform
      .emi_wrapper
      .emi_lists
      .emi_lists_li
      .body_emi
      .left_body_emi
      .left_body_li
      span {
      max-width: 50%;
    }
  }
  
  @media (max-width: 991px) {
    .paymentoption
      .emiform
      .emi_wrapper
      .emi_lists
      .emi_lists_li
      .body_emi
      .left_body_emi
      .left_body_li
      span {
      max-width: 100%;
    }
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft {
    width: 100%;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    i {
    position: absolute;
    right: 0;
    margin-right: 5px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    .circle_pay,
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    img {
    position: absolute;
    left: 10px;
  }
  
  @media (max-width: 991px) {
    .paymentoption
      .emiform
      .emi_wrapper
      .emi_lists
      .emi_lists_li
      .body_emi
      .left_body_emi
      .left_body_li.fixedleft
      .circle_pay {
      position: relative;
      left: 0;
    }
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    img {
    left: 48px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    span {
    margin-left: 71px;
    white-space: normal;
    overflow: auto;
    text-overflow: clip;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    .smallinfo {
    display: inline-block;
    background-color: #5e99f8;
    color: #fff;
    padding: 0 2px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 12px;
    margin: 5px 0 0;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .right_body_li
    p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 700;
  }
  
  .paymentoption .emiform .emi_wrapper .emi_lists .emi_lists_li .body_emi table {
    margin-bottom: 0;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    table
    thead
    tr {
    background-color: #f2f2f2;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    table
    thead
    tr
    th {
    padding: 16px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    table
    tbody
    tr {
    background-color: #fff;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    table
    tbody
    tr
    td {
    padding: 16px 0 2px;
    vertical-align: middle;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    table
    tbody
    tr
    td
    .smallinfo {
    display: inline-block;
    background-color: #5e99f8;
    color: #fff;
    padding: 0 2px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 12px;
    margin: 5px 0 0;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .card_form_card_logos {
    margin-top: 20px;
    display: flex;
    padding-bottom: 20px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .card_form_card_logos
    img {
    margin: auto;
    width: 80px;
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .card_form_card_logos
    p {
    font-size: 14px;
    color: #3eb837;
    font-weight: 700;
    letter-spacing: 0.83px;
    padding-top: 5px;
  }
  
  @media (max-width: 768px) {
    .paymentoption
      .emiform
      .emi_wrapper
      .emi_lists
      .emi_lists_li
      .body_emi
      .card_form_card_logos {
      padding-bottom: 55px;
    }
  
    .paymentoption
      .emiform
      .emi_wrapper
      .emi_lists
      .emi_lists_li
      .body_emi
      .card_form_card_logos
      img {
      margin: auto;
      width: 65px;
    }
  }
  
  .paymentoption
    .emiform
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .active_netbank {
    background-color: #90caf9;
  }
  
  .paymentoption .emiform .emi_wrapper .no_emi {
    padding: 10px;
    text-align: center;
  }
  
  .paymentoption .emiform .emi_wrapper .no_emi i {
    font-size: 40px;
    color: red;
  }
  
  .paymentoption .emiform .emi_wrapper .no_emi h3 {
    margin-top: 10px;
  }
  
  @media (max-width: 991px) {
    .paymentoption .emiform .emi_wrapper {
      padding: 0 15px;
    }
  
    .paymentoption .emiform .emi_wrapper .paymentcards {
      padding: 10px 5px;
    }
  
    .paymentoption .emiform .emi_wrapper .paymentcards .debitorcreditcard > div {
      min-width: 120px;
    }
  }
  
  .paymentoption .emiform.mobilebankinginternet .emi_wrapper,
  .paymentoption .emiform.mobilemi .emi_wrapper {
    padding-bottom: 90px;
    margin-top: 10px;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists
    .emi_lists_li.removeborder,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .emi_lists
    .emi_lists_li.removeborder {
    border-bottom: 0;
    padding-bottom: 0;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi {
    border-bottom: 1px solid #e0e0e0;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    img,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    img {
    position: inherit;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    i,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    i {
    position: absolute;
    right: 0;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    span,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    span {
    margin-left: 0;
    font-size: 14px;
    margin-right: 10px;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    .smallinfo,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .left_body_emi
    .left_body_li.fixedleft
    .smallinfo {
    display: inline-block;
    background-color: #5e99f8;
    color: #fff;
    padding: 0 2px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 12px;
    margin: 5px 0 0;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .right_body_li,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .right_body_li {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .right_body_li
    p,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .right_body_li
    p {
    font-size: 12px;
    font-weight: 700;
    color: #9a9a9a;
    font-family: roboto;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .right_body_li
    i,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .emi_lists
    .emi_lists_li
    .body_emi
    .right_body_li
    i {
    margin-left: 15px;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists.footer_fixed,
  .paymentoption .emiform.mobilemi .emi_wrapper .emi_lists.footer_fixed {
    position: fixed;
    box-shadow: 0 -2px 2px 0 hsla(0, 0%, 63.9%, 0.15);
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 0 0 15px;
    background: #fff;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists.footer_fixed
    p.secure,
  .paymentoption .emiform.mobilemi .emi_wrapper .emi_lists.footer_fixed p.secure {
    font-size: 14px;
    color: #3eb837;
    font-weight: 700;
    letter-spacing: 0.83px;
    padding-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .emi_lists.footer_fixed
    p.secure
    img,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .emi_lists.footer_fixed
    p.secure
    img {
    margin-right: 5px;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .footer_payment
    .text-left
    p,
  .paymentoption .emiform.mobilemi .emi_wrapper .footer_payment .text-left p {
    font-size: 14px;
    color: #8a8888;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .footer_payment
    .text-left
    h4,
  .paymentoption .emiform.mobilemi .emi_wrapper .footer_payment .text-left h4 {
    font-size: 20px;
    font-weight: 700;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .footer_payment
    .text-left
    a,
  .paymentoption .emiform.mobilemi .emi_wrapper .footer_payment .text-left a {
    font-size: 13px;
    color: #007aff;
    font-weight: 700;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .footer_payment
    .text-right
    img,
  .paymentoption .emiform.mobilemi .emi_wrapper .footer_payment .text-right img {
    margin-right: 5px;
    width: 18px;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .footer_payment
    .text-right
    p,
  .paymentoption .emiform.mobilemi .emi_wrapper .footer_payment .text-right p {
    color: #3eb837;
    font-family: roboto;
    font-size: 14px;
    font-weight: 700;
  }
  
  @media (max-width: 991px) {
    .paymentoption
      .emiform.mobilebankinginternet
      .emi_wrapper
      .footer_payment
      .text-center,
    .paymentoption .emiform.mobilemi .emi_wrapper .footer_payment .text-center {
      width: 100%;
    }
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .footer_payment
    .card_form_card_logos,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .footer_payment
    .card_form_card_logos {
    margin-top: 20px;
    display: flex;
    padding-bottom: 20px;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .footer_payment
    .card_form_card_logos
    img,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .footer_payment
    .card_form_card_logos
    img {
    margin: auto;
    width: 80px;
  }
  
  @media (max-width: 768px) {
    .paymentoption
      .emiform.mobilebankinginternet
      .emi_wrapper
      .footer_payment
      .card_form_card_logos,
    .paymentoption
      .emiform.mobilemi
      .emi_wrapper
      .footer_payment
      .card_form_card_logos {
      padding-bottom: 55px;
    }
  
    .paymentoption
      .emiform.mobilebankinginternet
      .emi_wrapper
      .footer_payment
      .card_form_card_logos
      img,
    .paymentoption
      .emiform.mobilemi
      .emi_wrapper
      .footer_payment
      .card_form_card_logos
      img {
      margin: auto;
      width: 65px;
    }
  }
  
  .paymentoption .emiform.mobilebankinginternet .emi_wrapper .paymentcards,
  .paymentoption .emiform.mobilemi .emi_wrapper .paymentcards {
    padding-left: 0;
    padding-right: 0;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .paymentcards
    .debitorcreditcard,
  .paymentoption .emiform.mobilemi .emi_wrapper .paymentcards .debitorcreditcard {
    width: 100%;
  }
  
  .paymentoption
    .emiform.mobilebankinginternet
    .emi_wrapper
    .paymentcards
    .debitorcreditcard
    div,
  .paymentoption
    .emiform.mobilemi
    .emi_wrapper
    .paymentcards
    .debitorcreditcard
    div {
    width: 50%;
    cursor: pointer;
  }
  
  .paymentoption .emiform.mobilebankinginternet .head_emi {
    display: none;
  }
  
  .paymentoption .emiform.mobilebankinginternet .body_emi img {
    position: relative !important;
    left: 0 !important;
  }
  
  .paymentoption .emiform.mobilebankinginternet .body_emi span {
    padding-left: 20px;
  }
  
  .paymentoption .emiform.mobilebankinginternet .emi_lists_li {
    border-bottom: 0 solid transparent !important;
  }
  
  .paymentoption .card_form_card_logos {
    margin-top: 20px;
    display: flex;
  }
  
  .paymentoption .card_form_card_logos img {
    margin: auto;
    width: 80px;
  }
  
  .paymentoption .card_form_card_logos p {
    font-size: 14px;
    color: #3eb837;
    font-weight: 700;
    letter-spacing: 0.83px;
    padding-top: 5px;
  }
  
  .paymentoption .non_upi_secure {
    color: #3eb837;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  
  .paymentoption .non_upi_secure img {
    width: 25px !important;
    margin-right: 15px !important;
  }
  
  .paymentoption .bank_scroller {
    height: inherit;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 5px;
  }
  
  @media (min-width: 1023px) {
    .paymentoption .bank_scroller {
      max-height: 510px;
    }
  }
  
  .paymentoption .circle_pay {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #d5d0d0;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .paymentoption .circle_pay i {
    position: absolute;
    left: 0;
    top: 1px;
    right: 0;
    bottom: 0;
    margin: auto !important;
    width: 14px;
    height: 14px;
    color: #fff;
    font-size: 14px;
  }
  
  .paymentoption .circle_pay.active {
    background: #418ffa;
    border: 0;
  }
  
  .payment-integration {
    background: #f7f7f7;
    padding: 15px;
    font-family: Roboto, sans-serif;
    color: #000;
  }
  
  .payment-integration.payment_int_NonPtl {
    background-color: #fff;
    padding-bottom: 0 !important;
    padding: 1rem;
  }
  
  .payment-integration.payment_int_NonPtl h4 {
    display: none;
    visibility: hidden;
  }
  
  .payment-integration.payment_int_NonPtl .payment-breakup {
    border: 0;
    box-shadow: none;
  }
  
  .payment-integration.payment_int_NonPtl .payment-breakup .serviceFeetype {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff !important;
  }
  
  .payment-integration.payment_int_NonPtl .payment-breakup .serviceFeetype input {
    padding: 0;
    color: #c8c1c1;
    max-height: 25px;
  }
  
  .payment-integration.payment_int_NonPtl
    .payment-breakup
    .serviceFeetype:nth-child(2) {
    padding-top: 10px;
  }
  
  .payment-integration.payment_int_NonPtl
    .payment-breakup
    .serviceFeetype:last-child {
    border-top: 1px solid #eee;
    padding-top: 10px;
  }
  
  .payment-integration h5 {
    font-size: 16px;
    font-family: Roboto;
  }
  
  .payment-integration h4 {
    font-size: 18px;
    font-family: Roboto;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .payment-integration p {
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0.72px;
  }
  
  .payment-integration button,
  .payment-integration button:focus {
    box-shadow: none;
  }
  
  .payment-integration i {
    color: #0076f5;
  }
  
  .payment-integration .payment-breakup {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    background-color: #fff;
  }
  
  .payment-integration .payment-breakup .serviceFeetype {
    padding: 18px 15px 0;
  }
  
  .payment-integration .payment-breakup .serviceFeetype > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .payment-integration .payment-breakup .serviceFeetype .fee-type {
    align-items: center;
    margin-bottom: 1rem;
  }
  
  .payment-integration .payment-breakup .serviceFeetype .fee-type input {
    border: none;
    background: none;
    box-shadow: none;
    -moz-appearance: textfield !important;
    min-width: 0;
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .payment-integration .payment-breakup .serviceFeetype .fee-type input {
      min-width: 0;
      max-width: 30px;
    }
  }
  
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .fee-type
    input::-webkit-inner-spin-button,
  .payment-integration
    .payment-breakup
    .serviceFeetype
    .fee-type
    input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
  }
  
  .payment-integration .payment-breakup .serviceFeetype .fee-type button {
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #dbd9d9;
  }
  
  .payment-integration .payment-breakup .serviceFeetype .fee-type button i {
    font-size: 14px;
    position: relative;
    top: -5px;
  }
  
  .payment-integration .payment-breakup .serviceFeetype .total_payable {
    padding: 1rem;
    background-color: #f2f2f2;
    font-size: 18px;
    font-weight: 700;
  }
  
  .payment-integration .payment-options {
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
  }
  
  .payment-integration.payment_int_mobile {
    margin-top: 140px;
    margin-bottom: 70px;
  }
  
  .payment-integration.payment_int_mobile > h5 {
    display: none;
  }
  
  .payment-integration.payment_int_mobile .payment-breakup .serviceFeetype h4 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  
  .payment-integration.payment_int_mobile .payment-breakup .serviceFeetype small {
    font-size: 14px;
    font-family: roboto;
    padding-bottom: 8px;
    font-weight: 700;
    padding-top: 6px;
    width: 100%;
    color: #6d6969;
  }
  
  .emi_expand_plans .bank_name {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e0e0e0;
    padding: 15px;
  }
  
  .emi_expand_plans .bank_name img {
    position: absolute;
    left: 15px;
    width: 23px;
  }
  
  .emi_expand_plans .bank_name h3 {
    margin: 0 0 0 33px;
    font-size: 16px;
    font-family: roboto;
  }
  
  .emi_expand_plans .bank_name a {
    font-size: 15px;
    color: #007aff;
    font-weight: 700;
    font-family: roboto;
    cursor: pointer;
  }
  
  .emi_expand_plans .emiplans {
    margin-top: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .emi_expand_plans .emiplans h3 {
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  .emi_expand_plans .emiplans .plan_list {
    position: relative;
    padding-left: 35px;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  
  .emi_expand_plans .emiplans .plan_list .circle_pay {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #d5d0d0;
    display: inline-block;
  }
  
  .emi_expand_plans .emiplans .plan_list .circle_pay i {
    position: absolute;
    left: 0;
    top: 1px;
    right: 0;
    bottom: 0;
    margin: auto !important;
    width: 14px;
    height: 14px;
    color: #fff;
    font-size: 14px;
  }
  
  .emi_expand_plans .emiplans .plan_list .circle_pay.active {
    background: #418ffa;
    border: 0;
  }
  
  .emi_expand_plans .emiplans .plan_list .right_content h4 {
    font-size: 15px;
    font-family: roboto;
    margin-bottom: 0;
  }
  
  .emi_expand_plans .emiplans .plan_list .right_content h4 span {
    background: #639bfc;
    color: #fff;
    font-size: 9px;
    padding: 1px 2px;
    margin-left: 15px;
    font-family: roboto;
    border-radius: 4px;
  }
  
  .emi_expand_plans .emiplans .plan_list .right_content p {
    font-size: 13px;
    color: #999;
    font-family: roboto;
  }
  
  .emi_expand_plans .emiplans .showplans {
    color: #007aff;
    font-weight: 700;
    margin: 10px 0 15px;
    display: block;
  }
  
  .emi_expand_plans .cardform_emi {
    margin-bottom: 20px;
    width: 100%;
  }
  
  .emi_expand_plans .cardform_emi .form_btn_emi {
    text-align: center;
  }
  
  .emi_expand_plans .cardform_emi .form_btn_emi p {
    font-size: smaller;
    text-align: left;
    color: grey;
  }
  
  .emi_expand_plans .cardform_emi .form_btn_emi button {
    width: 100%;
    text-align: center;
    background: #ffd000;
    color: #000;
    padding: 11px;
    border: 0;
    outline: 0;
    font-size: 18px;
    font-weight: 700;
  }
  
  .emi_expand_plans .cardform_emi .expiry_date {
    width: 25%;
    height: 100%;
  }
  
  .emi_expand_plans .cardform_emi .expiry_cvv {
    width: 30%;
    margin-left: 20%;
    position: relative;
  }
  
  .emi_expand_plans .cardform_emi .expiry_cvv a {
    position: absolute;
    right: 0;
    color: #007aff;
    text-decoration: underline;
  }
  
  .emi_expand_plans .cardform_emi .expiry_cvv i {
    color: #007aff;
  }
  
  .upilists {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  
  .upilists img {
    width: 40px;
  }
  
  .upilists img.paytm {
    width: 48px;
  }
  
  .upilists img.gpay {
    width: 70px;
  }
  
  .upilists .pay_wrapper {
    background: #fff;
    text-align: center;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 4px;
  }
  
  .upilists .pay_wrapper img {
    width: 54px;
    height: auto;
  }
  
  .cardform .form-group:not(.selectbox) input {
    min-height: 38px;
    border-radius: 0;
    background-color: #f2f2f2;
    border-color: #ced4da;
    padding: 22px 10px;
  }
  
  .cardform .form-group:not(.selectbox) input:focus {
    outline: 0;
    border-color: #ced4da;
    box-shadow: none;
  }
  
  .mobile_upilists {
    margin-top: 15px;
  }
  
  .mobile_upilists .pay_wrapper {
    background: #fff;
    text-align: center;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    margin: auto;
    padding: 0;
  }
  
  .mobile_upilists .pay_wrapper img {
    cursor: pointer;
  }
  
  .mobile_upilists .active_upi {
    border: 3px solid #007aff;
  }
  
  .mobile_upilists .mobile_payment_type {
    width: 100%;
  }
  
  .mobile_upilists .mobile_payment_type.breakline {
    color: grey;
    text-align: center;
  }
  
  .mobile_upilists .mobile_payment_type.breakline h6:before {
    content: "";
    position: absolute;
    right: 25px;
    height: 7px;
    border-bottom: 1px solid grey;
    vertical-align: middle;
    width: 35%;
  }
  
  .mobile_upilists .mobile_payment_type.breakline h6:after {
    content: "";
    position: absolute;
    left: 25px;
    height: 7px;
    border-bottom: 1px solid grey;
    vertical-align: middle;
    width: 35%;
  }
  
  .mobile_upilists .mobile_payment_type .mobile_payment_type_content_input {
    text-align: center;
    border-bottom: 2px solid #007aff;
    margin: 10px;
    padding: 10px 0;
  }
  
  .mobile_upilists .mobile_payment_type .mobile_payment_type_content_input div {
    padding: 0;
  }
  
  .mobile_upilists .mobile_payment_type .mobile_payment_type_content_input span {
    padding: 0;
    float: right;
    font-size: 16px;
    color: #007aff;
    font-weight: 500;
  }
  
  .mobile_upilists .mobile_payment_type .mobile_payment_type_content_input input {
    border: none;
    width: 100%;
    background: none;
    font-size: 16px;
  }
  
  .mobile_upilists
    .mobile_payment_type
    .mobile_payment_type_content_input
    .verfication_loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  .mobile_upilists
    .mobile_payment_type
    .mobile_payment_type_content_input
    .verified {
    position: relative;
    top: 2px;
    font-size: 20px;
  }
  
  .mobile_upilists .mobile_payment_type .mobile_payment_type_content_btn {
    text-align: center;
    padding: 15px 0;
  }
  
  .mobile_upilists .mobile_payment_type .mobile_payment_type_content_btn button {
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #fcd20a;
    background-color: #fcd20a;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    width: 100%;
    letter-spacing: 0.8px;
  }
  
  .mobile_upilists
    .mobile_payment_type
    .mobile_payment_type_content_btn
    .paynow_btn_disable {
    opacity: 0.5;
  }
  
  .mobile_upilists .mobile_payment_type .mobile_upi_form_error_content {
    padding-top: 10px;
    text-align: center;
    font-size: 11px;
    color: red;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  .mobile_upilists .mobile_payment_type.non_upi_secure {
    margin-bottom: 60px;
  }
  
  #popover-basic {
    max-width: 400px;
  }
  
  .card_row {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 5px;
    margin: 0;
    background-clip: padding-box;
    background-color: #fafafa;
  }
  
  .card_row .text_box {
    padding: 0;
  }
  
  .card_row .text_box input {
    border: none;
  }
  
  .card_row .card_type {
    padding: 0;
  }
  
  .card_row .card_type img {
    float: right;
    width: 40px;
    margin-right: 5px;
    height: 30px;
    vertical-align: top;
  }
  
  .card_row .card_type i {
    float: right;
    font-size: 20px;
    margin-right: 10px;
  }
  
  .card_row select {
    border: 0;
  }
  
  .pay_secure {
    padding: 15px;
    text-align: center;
  }
  
  .pay_secure img {
    width: 65px;
    height: 60px;
  }
  
  .pay_secure h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .pay_secure h4 {
    margin-bottom: 0;
  }
  
  .pay_secure a {
    text-decoration: underline;
    color: #007aff;
  }
  
  .feedback_survey {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  
  .feedback_survey #fb_h2 {
    margin-top: 40px;
    font-weight: 500;
    color: #343434;
  }
  
  .feedback_survey #fb_h1 {
    margin-top: 100px;
    font-weight: 500;
    color: #343434;
  }
  
  .feedback_survey .questionnaire {
    margin-top: 30px;
  }
  
  .feedback_survey .questionnaire a,
  .feedback_survey .questionnaire button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    min-width: 140px;
    height: 45px;
    color: #000;
    font-weight: 500;
  }
  
  .feedback_survey .questionnaire a.btn-success,
  .feedback_survey .questionnaire button.btn-success {
    padding: 10px;
    width: 140px;
  }
  
  .feedback_survey .option_selection input[type="radio"] {
    height: 20px;
    width: 20px;
  }
  
  .feedback_survey .option_selection label {
    font-size: 16px;
  }
  
  .feedback_survey .suggestion_textbox textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #000;
    resize: none;
    border-radius: 5px;
  }
  
  .feedback_survey .fa-check-circle {
    font-size: 50px;
    width: 100%;
    margin-top: 20px;
  }
  
  .paytm_miniapp .nav .btn_paytmback {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    outline: none;
  }
  
  .paytm_miniapp .nav .fa-ellipsis-v {
    margin-left: auto;
    font-size: 22px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .paytm_miniapp .nav .img_paytmVS {
    width: 100%;
    text-align: center;
  }
  
  .paytm_miniapp .paytm_service_section {
    background-color: #eee;
    text-align: center;
  }
  
  .paytm_miniapp .paytm_service_section .card {
    border-radius: 10px;
  }
  
  .paytm_miniapp .paytm_service_section .card.about_vakilsearch .card-title {
    position: absolute;
    width: 100%;
    top: -10px;
    margin: 0;
  }
  
  .paytm_miniapp .paytm_service_section .card.about_vakilsearch .card-title span {
    padding: 15px 50px;
    background: #ffd000;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 700;
  }
  
  .paytm_miniapp .paytm_service_section .card.about_vakilsearch .card-body {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  
  .paytm_miniapp
    .paytm_service_section
    .card.about_vakilsearch
    .card-body
    button {
    font-size: 15px;
  }
  
  .paytm_miniapp .paytm_service_section .card.about_vakilsearch .card-body h5 {
    line-height: 25px;
  }
  
  .paytm_miniapp .paytm_service_section .card.about_vakilsearch .card-body h3 {
    font-size: 18px;
  }
  
  .paytm_miniapp
    .paytm_service_section
    .card.about_vakilsearch
    .card-body
    .img_service_prov {
    justify-content: space-between;
    display: flex;
    padding: 10px;
  }
  
  .paytm_miniapp
    .paytm_service_section
    .card.about_vakilsearch
    .card-body
    .img_service_prov
    img {
    height: 35px;
    margin-bottom: 10px;
  }
  
  .paytm_miniapp .paytm_service_section .card.service_card .service_details {
    text-align: left;
  }
  
  .paytm_miniapp .paytm_service_section .card.service_card .service_details h3 {
    font-size: 18px;
  }
  
  .paytm_miniapp .paytm_service_section .card.service_card .service_details h5 {
    line-height: 25px;
  }
  
  .paytm_miniapp .paytm_service_section .card.service_card .service_details h1 {
    font-size: 35px;
    color: #ffd000;
  }
  
  .paytm_miniapp
    .paytm_service_section
    .card.service_card
    .service_details
    button {
    font-size: 14px;
  }
  
  .paytm_miniapp .paytm_service_section .card.service_card .service_details ul {
    padding-left: 15px;
    font-size: 13px;
    color: #424242;
    line-height: 25px;
  }
  
  .paytm_miniapp
    .paytm_service_section
    .card.service_card
    .service_details
    ul
    .fa-circle {
    font-size: 11px;
    margin-right: 5px;
    color: #ffd000;
  }
  
  .paytm_miniapp
    .paytm_service_section
    .card.service_card
    .service_details
    .customer_img {
    justify-content: space-between;
    display: flex;
  }
  
  .paytm_miniapp
    .paytm_service_section
    .card.service_card
    .service_details
    .customer_img
    img {
    width: 80px;
  }
  
  .paytm_miniapp
    .paytm_service_section
    .card.service_card
    .service_details
    .subtext {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-size: 12px;
  }
  
  .paytm_miniapp
    .paytm_service_section
    .card.service_card
    .service_details
    .fa-long-arrow-alt-right {
    font-size: 25px;
    margin-bottom: auto;
  }
  
  .paytm_miniapp
    .paytm_service_section
    .card.service_card
    .service_details
    .fa-check-circle {
    font-size: 60px;
  }
  
  .paytm_miniapp .paytm_service_section .card.service_card .service_img {
    margin-top: auto;
  }
  
  .paytm_miniapp .paytm_service_section .card_header h6 {
    text-decoration: underline;
    cursor: pointer;
  }
  
  .paytm_miniapp .vs_copyrights {
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
  }
  
  .paytm_miniapp .vs_copyrights span {
    color: #00c853;
  }
  
  .paytm_miniapp .vs_copyrights .btn-dark {
    background-color: #000;
  }
  
  .paytm_miniapp .paytm_breakup .amount_2_pay {
    padding: 10px 20px;
    background-color: #f2f2f2;
    font-size: 16px;
  }
  
  .paytm_miniapp .paytm_breakup .breakup {
    padding: 20px;
  }
  
  .paytm_miniapp .paytm_breakup .breakup_footer .btn-paynow {
    background-color: #00c3ff;
    color: #fff;
  }
  
  .paytm_miniapp .paytm_breakup .font-blue {
    color: #007aff;
  }
  
  .paytm_miniapp .paytm_thankyou {
    padding: 20px 10px;
    background-color: #f2f2f2;
  }
  
  .paytm_miniapp .paytm_thankyou .card .card-body i {
    font-size: 60px;
  }
  
  .paytm_miniapp .paytm_thankyou .card .card-body h5 {
    line-height: 22px;
  }
  
  .homepage_modal .modal-content {
    margin: 0 20px;
    border-radius: 10px;
  }
  
  .homepage_modal .modal-content .fa-times-circle {
    font-size: 22px;
    position: absolute;
    right: 0;
    top: -30px;
    color: #fff;
  }
  
  .homepage_modal .modal-content .btn {
    font-size: 15px;
  }
  
  .homepage_modal .modal-content .btn-white:active,
  .homepage_modal .modal-content .btn-white:focus {
    box-shadow: none;
  }
  
  .payment_failure_timer {
    text-align: center;
    border-radius: 50%;
    border: 3px solid #ffd200;
    border-bottom-color: #fff;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
  }
  
  .freedom_sell {
    text-align: center;
  }
  
  .freedom_sell .freedom_sell_form.desktop {
    width: 50%;
    margin: auto;
  }
  
  .freedom_sell .freedom_sell_form .custom_label {
    height: 60px;
  }
  
  .freedom_sell .freedom_sell_form .custom_label .validation-container {
    font-size: 12px;
    bottom: -4px;
    letter-spacing: 0.5px;
  }
  
  .freedom_sell .freedom_sell_form .custom_label input {
    padding: 8px 10px;
    font-size: inherit;
    border-radius: 5px;
  }
  
  .freedom_sell .freedom_sell_form .verfication_loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    to {
      transform: rotate(1turn);
    }
  }
  
  .homepage {
    margin-top: 40px;
  }
  
  .homepage h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 20px 0;
  }
  
  .homepage h4 {
    line-height: 30px;
    margin-bottom: 30px;
  }
  
  .homepage h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 40px;
  }
  
  .homepage a {
    color: #0076f5;
  }
  
  .search_icon {
    position: absolute;
    bottom: 25px;
    right: 30px;
    font-size: 20px;
    color: #d3d3d3;
  }
  
  .company_details_main {
    margin-top: 70px;
    margin-left: 40px;
    margin-right: 40px;
  }
  
  .company_details_main .main_section .company_content {
    line-height: 30px;
    font-size: 16px;
  }
  
  .company_details_main .main_section table {
    width: 100%;
  }
  
  .company_details_main .main_section table th {
    width: 50%;
    padding: 10px 0;
    color: #454545;
    font-weight: 400;
    font-size: 14px;
    vertical-align: top;
  }
  
  .company_details_main .main_section table td {
    width: 50%;
    padding: 10px 20px;
    font-size: 16px;
    vertical-align: top;
  }
  
  .company_details_main .main_section .director_list_content .director_content {
    padding-right: 10px;
  }
  
  .company_details_main
    .main_section
    .director_list_content
    .director_content
    h4 {
    line-height: 25px;
  }
  
  .disclaimer {
    font-size: 16px;
    margin: auto;
    width: 60%;
  }
  
  .disclaimer a {
    color: #0076f5;
  }
  
  .disclaimer a:hover {
    color: #ffd000;
  }
  
  .company_name_list {
    position: absolute;
    width: 90%;
    background: #fff;
    z-index: 1;
    padding-bottom: 10px;
    box-shadow: 2px 3px 6px 1px #757575;
  }
  
  .company_name_list h5 {
    text-align: center;
    background-color: #ffd000;
    padding: 5px;
    font-weight: 700;
    margin: 0;
  }
  
  .company_name_list ul {
    max-height: 250px;
    overflow: scroll;
  }
  
  .company_name_list ul li {
    padding: 7px 10px;
    border-bottom: 1px solid grey;
    cursor: pointer;
  }
  
  .company_name_list ul li:hover {
    background-color: #e0e0e0;
  }
  
  .desktop_tm_bestprice {
    font-family: ubuntu;
  }
  
  .desktop_tm_bestprice .banner_header {
    color: #fff;
  }
  
  .desktop_tm_bestprice .banner_header h1 {
    font-size: 50px;
  }
  
  .desktop_tm_bestprice .banner_leadform {
    padding: 15px;
    background-color: #efd63e;
    width: 320px;
    color: #000;
  }
  
  .desktop_tm_bestprice .banner_leadform .tm_formfield input {
    border-radius: 5px;
    border: none;
  }
  
  .desktop_tm_bestprice .banner_leadform .tm_formfield button {
    background-color: #000;
    color: #fff;
  }
  
  .desktop_tm_bestprice .banner_leadform .tm_formbutton button {
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
  }
  
  .desktop_tm_bestprice .why_choose_vs {
    margin-top: 100px;
    text-align: center;
  }
  
  .desktop_tm_bestprice .why_choose_vs h1 {
    color: #012a4d;
    font-size: 33px;
  }
  
  .desktop_tm_bestprice .why_choose_vs .steps {
    margin-top: 5rem;
  }
  
  .desktop_tm_bestprice .why_choose_vs .steps h2 {
    color: #012a4d;
  }
  
  .desktop_tm_bestprice .why_choose_vs .steps h5 {
    line-height: 20px;
  }
  
  .desktop_tm_bestprice .why_choose_vs .steps .black_round {
    background: #000;
    height: 120px;
    width: 120px;
    position: absolute;
    right: 130px;
    top: -30px;
    border-radius: 50%;
  }
  
  .desktop_tm_bestprice .why_choose_vs .steps img {
    background: #000;
    height: 53px;
    width: 55px;
    position: relative;
  }
  
  .desktop_tm_bestprice .tmbp_customertestimonials {
    margin-top: 40px;
    padding: 40px;
    background-color: #f5f5f5;
    text-align: center;
  }
  
  .desktop_tm_bestprice .tmbp_customertestimonials h1 {
    color: #012a4d;
    font-size: 33px;
  }
  
  .desktop_tm_bestprice .tmbp_customertestimonials img {
    border-radius: 50%;
  }
  
  .desktop_tm_bestprice .tmbp_customertestimonials .customertestimony {
    text-align: left;
  }
  
  .desktop_tm_bestprice .tmbp_customertestimonials .customertestimony h3,
  .desktop_tm_bestprice .tmbp_customertestimonials .customertestimony h5 {
    color: #005baa;
  }
  
  .desktop_tm_bestprice .tmbp_customertestimonials .customertestimony i {
    color: #b4b4b4;
  }
  
  .desktop_tm_bestprice .tmbp_footer {
    text-align: center;
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  
  .desktop_tm_bestprice .tmbp_footer h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
  }
  
  .desktop_tm_bestprice .tmbp_footer button {
    font-size: 22px;
    color: #000;
    font-weight: 700;
  }
  
  .mobile_tm_bestprice {
    text-align: center;
    font-family: ubuntu;
  }
  
  .mobile_tm_bestprice .mobile_banner_header {
    color: #fff;
  }
  
  .mobile_tm_bestprice .mobile_banner_header h1 {
    font-size: 33px;
    line-height: 38px;
  }
  
  .mobile_tm_bestprice .mobile_why_choose_vs {
    margin-top: 100px;
  }
  
  .mobile_tm_bestprice .mobile_why_choose_vs h1 {
    color: #012a4d;
    font-size: 26px;
  }
  
  .mobile_tm_bestprice .mobile_why_choose_vs .steps h2 {
    color: #012a4d;
  }
  
  .mobile_tm_bestprice .mobile_why_choose_vs .steps h5 {
    line-height: 20px;
  }
  
  .mobile_tm_bestprice .mobile_why_choose_vs .steps .black_round {
    background: #000;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .mobile_tm_bestprice .mobile_why_choose_vs .steps img {
    background: #000;
    height: 53px;
    width: 55px;
    position: relative;
    top: 80px;
  }
  
  .mobile_tm_bestprice .mobile_tmbp_customertestimonials {
    margin-top: 40px;
    padding: 40px;
    background-color: #f5f5f5;
    text-align: center;
  }
  
  .mobile_tm_bestprice .mobile_tmbp_customertestimonials h1 {
    color: #012a4d;
    font-size: 26px;
  }
  
  .mobile_tm_bestprice .mobile_tmbp_customertestimonials img {
    border-radius: 50%;
  }
  
  .mobile_tm_bestprice .mobile_tmbp_customertestimonials .customertestimony h3,
  .mobile_tm_bestprice .mobile_tmbp_customertestimonials .customertestimony h5 {
    color: #005baa;
  }
  
  .mobile_tm_bestprice .mobile_tmbp_customertestimonials .customertestimony p {
    color: #b4b4b4;
    text-align: left;
    font-style: italic;
    font-size: 14px;
  }
  
  .mobile_tm_bestprice .mobile_tmbp_footer {
    text-align: center;
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  
  .mobile_tm_bestprice .mobile_tmbp_footer h1 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
  }
  
  .mobile_tm_bestprice .mobile_tmbp_footer button {
    font-size: 22px;
    color: #000;
    font-weight: 700;
  }
  
  .complianceLandingContainer {
    margin-top: 60px;
    overflow-x: hidden;
    width: 100%;
    min-width: 100vw;
    max-width: 100vw;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer {
      margin-top: 0;
    }
  }
  
  .complianceLandingContainer .header_navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    padding: 15px 0;
  }
  
  .complianceLandingContainer .header_navbar.showShadow {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  
  .complianceLandingContainer .header_navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .complianceLandingContainer .header_navbar .header_logo {
    width: 167.09px;
    height: 28px;
    margin-left: 15px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .header_navbar .header_logo {
      margin-left: 1px;
    }
  }
  
  .complianceLandingContainer .header_navbar .header_items .header_list {
    display: flex;
    float: right;
  }
  
  .complianceLandingContainer .header_navbar .header_items .headerlist_item {
    margin: 0 15px;
  }
  
  .complianceLandingContainer .header_navbar .header_callbutton {
    width: 162px;
    height: 34px;
    background-color: #fff;
    border-radius: 20px;
    border-color: #007aff;
    color: #171717;
  }
  
  .complianceLandingContainer
    .header_navbar
    .compliance_nav_menu
    .compliance_menu_btn {
    background-color: transparent;
    color: #000;
    border-color: #000;
    box-shadow: none;
  }
  
  .complianceLandingContainer
    .header_navbar
    .compliance_nav_menu
    .compliance_menu_btn:after {
    display: none;
  }
  
  .complianceLandingContainer
    .header_navbar
    .compliance_nav_menu
    .compliance_menu {
    transform: translate3d(-100%, 40px, 0);
    padding: 10px 0;
  }
  
  .complianceLandingContainer .compliance_banner {
    padding-top: 25px;
    margin: 10px 90px;
    display: flex;
    justify-content: space-between;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_banner {
      margin: 10px;
      padding-top: 54px;
    }
  }
  
  .complianceLandingContainer .compliance_banner .banner_left .banner_title {
    line-height: 56px;
    font-size: 46px;
    font-weight: 700;
    color: #171717;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_banner .banner_left .banner_title {
      width: 100% !important;
      font-size: 32px;
      line-height: 40px;
    }
  }
  
  .complianceLandingContainer .compliance_banner .banner_left .banner_content {
    padding: 20px 0 14px;
    line-height: 28px;
    font-size: 18px;
    color: #606162;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_banner .banner_left .banner_content {
      font-size: 16px;
      line-height: 26px;
      padding: 20px 0;
    }
  }
  
  .complianceLandingContainer .compliance_banner .banner_left .banner_icons {
    padding-bottom: 14px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_banner .banner_left .banner_icons {
      padding-bottom: 32px;
    }
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_left
    .banner_icons
    .icons_left {
    width: 449px;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_left
    .banner_icons
    .icons_left
    .icons_position {
    padding: 20px 14px;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_left
    .banner_icons
    .icons_left
    .icon_name {
    font-size: 18px;
    line-height: 24px;
    align-items: center;
    color: #231f20;
    width: 154px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_banner
      .banner_left
      .banner_icons
      .icons_left
      .icons_position {
      height: 30px;
      width: 30px;
      padding: 0;
      margin: 10px;
    }
  
    .complianceLandingContainer
      .compliance_banner
      .banner_left
      .banner_icons
      .icons_left
      .icon_name {
      font-size: 14px;
    }
  }
  
  .complianceLandingContainer .compliance_banner .banner_plan {
    font-weight: 600;
    padding: 10px 60px;
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #007aff;
  }
  
  .complianceLandingContainer .compliance_banner .banner_right {
    justify-content: center;
  }
  
  .complianceLandingContainer .compliance_banner .banner_right .compliance_card {
    text-align: center;
    width: 100%;
    max-width: 465px;
    float: right;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody {
    background-color: #fff;
    border-radius: 6px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .bannerform_title {
    font-size: 28px;
    line-height: 24px;
    padding: 30px 0;
    text-align: center;
    color: #171717;
    font-weight: 700;
    margin: 0;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_banner
      .banner_right
      .compliance_card
      .card_fbody
      .bannerform_title {
      font-size: 22px;
      padding: 15px 0;
    }
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .compliance_form {
    background: #fcd209;
    border-radius: 6px;
    margin: 0 10px 10px;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .getstart_btn {
    background-color: #231f20;
    color: #fff;
    height: 60px;
    width: 385px;
    border-radius: 5px;
    border: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .price_btn {
    width: 395px;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .price_btn
    .prices_section {
    border: #fff;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .price_btn
    .prices_section
    .btn_body {
    width: 130px;
    border: #fff;
    background-color: #fff;
    height: 48px;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .price_btn
    .prices_section
    .btn_body
    .btn_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #007aff;
    margin: 0;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .price_btn
    .prices_section
    .btn_body
    .btn_amount {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #000;
    margin: 0;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .price_btn
    .prices_section
    .btn_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .price_btn
    .prices_section
    .btn_body.active {
    background: #007aff;
    border: #007aff;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .price_btn
    .prices_section
    .btn_body.active
    .btn_amount,
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .price_btn
    .prices_section
    .btn_body.active
    .btn_title {
    color: #fff;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .banner_lead_form
    input {
    border-radius: 6px 6px 0 0;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .banner_lead_form
    .lead_error {
    border-bottom: 2px solid #dc3545;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .banner_lead_form
    .lead_success {
    border-bottom: 2px solid #007aff;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_banner
      .banner_right
      .compliance_card
      .card_fbody
      .banner_lead_form {
      padding-top: 0.5rem !important;
    }
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .cardbanner_footer {
    padding-bottom: 20px;
    width: 248px;
    text-align: center;
    margin: 0 80px;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .cardbanner_footer
    .footer_image {
    align-items: center;
  }
  
  .complianceLandingContainer
    .compliance_banner
    .banner_right
    .compliance_card
    .card_fbody
    .cardbanner_footer
    .bannerform_footer {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #171717;
    width: 202px;
    height: 48px;
    padding-left: 10px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_banner .banner_right .compliance_card,
    .complianceLandingContainer
      .compliance_banner
      .banner_right
      .compliance_card
      .card_fbody
      .price_btn {
      width: 100%;
    }
  
    .complianceLandingContainer
      .compliance_banner
      .banner_right
      .compliance_card
      .card_fbody
      .price_btn
      .prices_section
      .btn_body {
      width: 80px;
    }
  
    .complianceLandingContainer
      .compliance_banner
      .banner_right
      .compliance_card
      .card_fbody
      .cardbanner_footer {
      margin: 0 auto;
    }
  }
  
  .complianceLandingContainer .compliance_clients {
    margin: 40px 0;
    background-color: #f9f9f9;
  }
  
  .complianceLandingContainer .compliance_clients .clients_logos {
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
    align-items: center;
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_clients .clients_logos {
      justify-content: space-around;
    }
  }
  
  .complianceLandingContainer .compliance_clients .clients_logos .client_img {
    margin: 0;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_clients .clients_logos .client_img {
      width: 50%;
    }
  
    .complianceLandingContainer
      .compliance_clients
      .clients_logos
      .client_img
      img {
      width: 100%;
    }
  }
  
  .complianceLandingContainer
    .compliance_business
    .business_heading
    .business_title {
    color: #171717;
    line-height: 56px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_business
      .business_heading
      .business_title {
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 10px;
    }
  }
  
  .complianceLandingContainer .compliance_business .business_heading .title_line {
    margin-bottom: 50px;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    background-color: #fcd209;
    border-radius: 80px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_business
      .business_heading
      .title_line {
      margin: 0 auto;
      height: 3px;
      background-color: #fcd209;
    }
  }
  
  .complianceLandingContainer
    .compliance_business
    .business_heading
    .business_content {
    margin-bottom: 24px;
    line-height: 28px;
    font-size: 18px;
    align-items: center;
    color: #606162;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_business
      .business_heading
      .business_content {
      font-size: 16px;
      line-height: 26px;
      padding-top: 20px;
      margin: 0;
    }
  }
  
  .complianceLandingContainer .compliance_business .business_part {
    margin: 35px 25px 0;
  }
  
  .complianceLandingContainer .compliance_business .business_part .part_left {
    width: 339.35px;
    height: 244.53px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_business
      .business_part
      .part_right
      .list_name {
      padding-bottom: 20px;
    }
  }
  
  .complianceLandingContainer
    .compliance_business
    .business_part
    .part_right
    .list_name
    .listof_content {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    color: #5a6774;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_business
      .business_part
      .part_right
      .list_name
      .listof_content {
      font-size: 16px;
      line-height: 26px;
      padding: 0;
      margin: 0;
    }
  }
  
  .complianceLandingContainer
    .compliance_business
    .business_part
    .part_right
    .list_name
    .check_icon {
    color: #007aff;
    padding: 0 20px 0 0;
    line-height: 28px;
  }
  
  .complianceLandingContainer .compliance_process {
    background: #f9f9f9;
    margin: 60px 0;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_process {
      margin: 32px 0;
    }
  }
  
  .complianceLandingContainer .compliance_process .process_model {
    padding: 30px 0;
  }
  
  .complianceLandingContainer .compliance_process .process_model .process_title {
    margin-top: 50px;
    color: #171717;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_process
      .process_model
      .process_title {
      font-size: 20px;
      margin: 0;
      line-height: 30px;
    }
  }
  
  .complianceLandingContainer .compliance_process .process_model .process_hline {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    background-color: #fcd209;
    border-radius: 80px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_process
      .process_model
      .process_hline {
      margin-left: auto;
      margin-right: auto;
      height: 3px;
      background-color: #fcd209;
      width: 20%;
    }
  }
  
  .complianceLandingContainer .compliance_process .process_model .process_icon {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 0;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_process .process_model .process_icon {
      margin-top: 32px;
    }
  }
  
  .complianceLandingContainer
    .compliance_process
    .process_model
    .process_icon
    .comp_process_img_col {
    border-bottom: 0;
  }
  
  .complianceLandingContainer
    .compliance_process
    .process_model
    .process_icon
    .comp_process_img_col
    .process_bar {
    margin-top: 10px;
    margin-bottom: 5px;
    height: 20px;
  }
  
  .complianceLandingContainer
    .compliance_process
    .process_model
    .process_icon
    .comp_process_img_col
    .process_bar.bar_start {
    width: 50%;
    margin-left: auto;
  }
  
  .complianceLandingContainer
    .compliance_process
    .process_model
    .process_icon
    .comp_process_img_col
    .process_bar.bar_start:after {
    float: left;
  }
  
  .complianceLandingContainer
    .compliance_process
    .process_model
    .process_icon
    .comp_process_img_col
    .process_bar.bar_end {
    width: 50%;
    margin-right: auto;
  }
  
  .complianceLandingContainer
    .compliance_process
    .process_model
    .process_icon
    .comp_process_img_col
    .process_bar.bar_end:after {
    float: right;
  }
  
  .complianceLandingContainer
    .compliance_process
    .process_model
    .process_icon
    .comp_process_img_col
    .process_bar:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #fcd209;
    display: inline-block;
    position: relative;
    top: -15px;
  }
  
  .complianceLandingContainer
    .compliance_process
    .process_model
    .process_icon
    .comp_process_img_col
    .process_bar:before {
    content: "";
    border-bottom: 1px solid #007aff;
    display: inline-block;
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_process
      .process_model
      .process_icon
      .comp_process_img_col
      .process_bar.bar_end,
    .complianceLandingContainer
      .compliance_process
      .process_model
      .process_icon
      .comp_process_img_col
      .process_bar.bar_start {
      width: 60%;
    }
  
    .complianceLandingContainer
      .compliance_process
      .process_model
      .process_icon
      .comp_process_img_col
      .process_bar:after {
      content: "";
      width: 12px;
      height: 13px;
      top: -13px;
    }
  
    .complianceLandingContainer
      .compliance_process
      .process_model
      .process_icon
      .comp_process_img_col
      img {
      width: 45px;
      height: 45px;
    }
  }
  
  .complianceLandingContainer .compliance_process .process_model .undericon_line {
    color: #007aff;
    width: 100%;
    height: 0;
    align-content: center;
  }
  
  .complianceLandingContainer
    .compliance_process
    .process_model
    .number_days
    .text_number {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    color: #000;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_process
      .process_model
      .number_days
      .text_number {
      font-size: 12px;
      margin: 0;
    }
  }
  
  .complianceLandingContainer
    .compliance_process
    .process_model
    .sub_text
    .subtext_content {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #8f9397;
    margin: 0;
    width: 50%;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_process
      .process_model
      .sub_text
      .subtext_content {
      width: 100%;
      overflow-wrap: break-word;
      font-size: 10px;
      line-height: 14px;
    }
  }
  
  .complianceLandingContainer
    .compliance_process
    .process_model
    .process_content {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 28px;
    color: #606162;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_process
      .process_model
      .process_content {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 0;
    }
  }
  
  .complianceLandingContainer .compliance_package {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .complianceLandingContainer .compliance_package .package_logo {
    width: 167.09px;
    height: 28px;
  }
  
  .complianceLandingContainer .compliance_package .package_title {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: #171717;
  }
  
  .complianceLandingContainer .compliance_package .titleline_package {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    background-color: #fcd209;
    margin-bottom: 50px;
    border-radius: 80px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_package .titleline_package {
      margin-bottom: 0;
    }
  }
  
  .complianceLandingContainer .table_content {
    background: #fff;
    margin-bottom: 50px;
  }
  
  .complianceLandingContainer .table_content .firstrow_content .option_data {
    padding: 10px;
    border: 2px solid #e1e2e3;
  }
  
  .complianceLandingContainer
    .table_content
    .firstrow_content
    .option_data
    .option_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #007aff;
    padding-bottom: 20px;
  }
  
  .complianceLandingContainer
    .table_content
    .firstrow_content
    .option_data
    .options_text {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 5px;
    color: #171717;
  }
  
  .complianceLandingContainer
    .table_content
    .firstrow_content
    .option_data
    .secure_icon {
    font-size: 14px;
    line-height: 16px;
    color: #3eb837;
    padding-bottom: 30px;
  }
  
  .complianceLandingContainer .table_content .firstrow_content .basicplan_data {
    padding: 10px;
    text-align: center;
    border: 2px solid #e1e2e3;
  }
  
  .complianceLandingContainer .table_content .firstrow_content .startup_data {
    padding: 10px;
    text-align: center;
    border-left: 6px solid #7b61ff;
    border-right: 6px solid #7b61ff;
    border-top: 6px solid #7b61ff;
  }
  
  .complianceLandingContainer
    .table_content
    .firstrow_content
    .startup_data
    .startup_title {
    margin-top: 11px;
  }
  
  .complianceLandingContainer
    .table_content
    .firstrow_content
    .startup_data
    .most_popular_tag {
    background-color: #7b61ff;
    margin: -43px auto 0;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px 10px;
    border-radius: 5px;
  }
  
  .complianceLandingContainer .table_content .firstrow_content .enterprise_data {
    padding: 10px;
    text-align: center;
    border: 2px solid #e1e2e3;
  }
  
  .complianceLandingContainer .table_content .secondrow_content {
    border: 2px solid #e1e2e3;
  }
  
  .complianceLandingContainer .table_content .secondrow_content .option_items {
    padding: 10px;
  }
  
  .complianceLandingContainer .table_content .secondrow_content .basic_items {
    text-align: center;
    border: 2px solid #e1e2e3;
  }
  
  .complianceLandingContainer .table_content .secondrow_content .basic_items i {
    font-size: 16px;
  }
  
  .complianceLandingContainer .table_content .secondrow_content .startup_items {
    text-align: center;
    border-left: 6px solid #7b61ff;
    border-right: 6px solid #7b61ff;
  }
  
  .complianceLandingContainer .table_content .secondrow_content .startup_items i {
    font-size: 16px;
  }
  
  .complianceLandingContainer
    .table_content
    .secondrow_content
    .startup_items.last_row {
    border-bottom: 6px solid #7b61ff;
  }
  
  .complianceLandingContainer
    .table_content
    .secondrow_content
    .enterprise_items {
    text-align: center;
  }
  
  .complianceLandingContainer
    .table_content
    .secondrow_content
    .enterprise_items
    i {
    font-size: 16px;
  }
  
  .complianceLandingContainer
    .table_content
    .secondrow_content
    .enterprise_items
    .crown_icon {
    color: #882bff;
  }
  
  .complianceLandingContainer .mobile_package {
    margin: 25px;
  }
  
  .complianceLandingContainer .mobile_package .slick-slider .slick-track {
    width: 100%;
  }
  
  .complianceLandingContainer
    .mobile_package
    .slick-slider
    .slick-track
    .slick-slide {
    padding-top: 20px;
  }
  
  .complianceLandingContainer .mobile_package .slick-slider .slick-prev {
    position: relative;
    left: 13px;
    top: 197px;
    width: auto;
    height: auto;
    z-index: 999;
  }
  
  .complianceLandingContainer .mobile_package .slick-slider .slick-prev:before {
    font-size: 42px;
    color: #fff;
    border-radius: 100%;
    background-color: #007aff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border: #fff;
  }
  
  .complianceLandingContainer .mobile_package .slick-slider .slick-next {
    position: absolute;
    right: 13px;
    top: 197px;
    width: auto;
    height: auto;
    z-index: 999;
  }
  
  .complianceLandingContainer .mobile_package .slick-slider .slick-next:before {
    font-size: 42px;
    color: #fff;
    border-radius: 100%;
    background-color: #007aff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border: #fff;
  }
  
  .complianceLandingContainer .mobile_package .compliance_slider {
    margin: 0;
    border: 2px solid #e1e2e3;
  }
  
  .complianceLandingContainer .mobile_package .compliance_slider.border_purple {
    border: 6px solid #7b61ff;
  }
  
  .complianceLandingContainer
    .mobile_package
    .compliance_slider.border_purple
    .most_populartag {
    background-color: #7b61ff;
    margin: -20px auto 0;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
  }
  
  .complianceLandingContainer .mobile_package .compliance_slider .mobile_header {
    border-bottom: 2px solid #e1e2e3;
    text-align: center;
  }
  
  .complianceLandingContainer
    .mobile_package
    .compliance_slider
    .mobile_optioncontent {
    box-sizing: border-box;
    border-bottom: 2px solid #e1e2e3;
    padding: 0;
  }
  
  .complianceLandingContainer
    .mobile_package
    .compliance_slider
    .mobile_optioncontent
    .mobile_rightcontent {
    border-left: 2px solid #e1e2e3;
    text-align: center;
  }
  
  .complianceLandingContainer
    .mobile_package
    .compliance_slider
    .mobile_optioncontent
    .mobile_rightcontent
    i {
    font-size: 16px;
  }
  
  .complianceLandingContainer
    .mobile_package
    .compliance_slider
    .mobile_optioncontent
    .mobile_rightcontent
    .crownm_icon {
    color: #882bff;
  }
  
  .complianceLandingContainer
    .mobile_package
    .compliance_slider
    .mobile_optioncontent
    .options_content {
    line-height: 26px;
  }
  
  .complianceLandingContainer .compliance_query {
    background: #fcd209;
    text-align: center;
  }
  
  .complianceLandingContainer .compliance_query .title_query {
    padding: 30px;
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_query .title_query {
      padding: 15px;
    }
  }
  
  .complianceLandingContainer .compliance_whyvakil {
    margin: 60px 0;
    background: #f9f9f9;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_whyvakil {
      margin: 50px 0;
    }
  }
  
  .complianceLandingContainer .compliance_whyvakil .whyvakil_body {
    margin: 0;
    padding: 30px 0;
  }
  
  .complianceLandingContainer
    .compliance_whyvakil
    .whyvakil_body
    .sectionbody
    .title_heading {
    padding-top: 20px;
    color: #171717;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_whyvakil
      .whyvakil_body
      .sectionbody
      .title_heading {
      font-size: 20px;
      line-height: 23px;
    }
  }
  
  .complianceLandingContainer
    .compliance_whyvakil
    .whyvakil_body
    .sectionbody
    .headerline {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    background-color: #fcd209;
    margin-bottom: 50px;
    border-radius: 80px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_whyvakil
      .whyvakil_body
      .sectionbody
      .headerline {
      margin: 0 auto 20px;
      height: 3px;
      background-color: #fcd209;
      width: 25%;
    }
  }
  
  .complianceLandingContainer .compliance_whyvakil .whyvakil_body .card_section {
    display: flex;
    justify-content: center;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_whyvakil
      .whyvakil_body
      .card_section {
      flex-direction: column;
      align-items: center;
    }
  }
  
  .complianceLandingContainer
    .compliance_whyvakil
    .whyvakil_body
    .card_section
    .card_style {
    text-align: center;
    padding: 0 30px;
    margin: 20px;
  }
  
  .complianceLandingContainer
    .compliance_whyvakil
    .whyvakil_body
    .card_section
    .card_style
    .card_column {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    align-items: center;
    max-width: 280px;
    max-height: 290px;
    padding: 30px;
  }
  
  .complianceLandingContainer
    .compliance_whyvakil
    .whyvakil_body
    .card_section
    .card_style
    .title_card {
    font-weight: 700;
    padding: 10px 0;
    font-size: 20px;
  }
  
  .complianceLandingContainer
    .compliance_whyvakil
    .whyvakil_body
    .card_section
    .card_style
    .content_card {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #606162;
    padding-bottom: 20px;
  }
  
  .complianceLandingContainer
    .compliance_whyvakil
    .whyvakil_body
    .card_section
    .card_style
    .card_columntwo {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    align-items: center;
    max-width: 280px;
    max-height: 300px;
    padding: 30px;
    margin-top: 20px;
    left: 70%;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_whyvakil
      .whyvakil_body
      .card_section
      .card_style {
      padding: 0 10px;
    }
  
    .complianceLandingContainer
      .compliance_whyvakil
      .whyvakil_body
      .card_section
      .card_style
      .card_column {
      padding: 15px 15px 0;
    }
  }
  
  .complianceLandingContainer .compliance_testimonial {
    padding-bottom: 30px;
  }
  
  .complianceLandingContainer .compliance_testimonial .testimonial_carosual {
    margin-top: 48px;
  }
  
  .complianceLandingContainer .compliance_testimonial .testimonial_title {
    color: #171717;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_testimonial .testimonial_title {
      font-size: 20px;
      line-height: 23px;
    }
  }
  
  .complianceLandingContainer .compliance_testimonial .title_underline {
    width: 10%;
    height: 3px;
    background-color: #fcd209;
    border-radius: 80px;
    margin-bottom: 40px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_testimonial .title_underline {
      margin: 0 auto 20px;
      height: 3px;
      background-color: #fcd209;
      width: 25%;
    }
  }
  
  .complianceLandingContainer
    .compliance_testimonial
    .box_method
    .slick-slider
    .slick-prev:before {
    font-size: 50px;
    color: #fff;
    position: relative;
    left: -32px;
    border-radius: 100%;
    background-color: #007aff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border: #fff;
  }
  
  .complianceLandingContainer
    .compliance_testimonial
    .box_method
    .slick-slider
    .slick-next:before {
    font-size: 50px;
    color: #fff;
    position: relative;
    left: -4px;
    border-radius: 100%;
    background-color: #007aff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border: #fff;
  }
  
  .complianceLandingContainer .compliance_testimonial .box_method .card_body {
    background-color: #fff;
    text-align: center;
    height: 330px;
    max-width: 320px;
    max-height: 390px;
    padding: 20px;
    border: 1px solid #caced1;
    box-shadow: 11px 130px 100px 30px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    margin: 0 20px;
    align-items: center;
  }
  
  .complianceLandingContainer
    .compliance_testimonial
    .box_method
    .card_body
    .testimonial_column {
    padding-left: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .complianceLandingContainer
    .compliance_testimonial
    .box_method
    .card_body
    .content_text {
    color: #606162;
  }
  
  .complianceLandingContainer .compliance_testimonial .box_methodmobile {
    justify-content: center;
  }
  
  .complianceLandingContainer
    .compliance_testimonial
    .box_methodmobile
    .slick-slide {
    text-align: center;
  }
  
  .complianceLandingContainer
    .compliance_testimonial
    .box_methodmobile
    .card_mobilebody {
    background-color: #fff;
    text-align: center;
    max-width: 320px;
    max-height: 390px;
    padding: 20px;
    border: 1px solid #caced1;
    box-shadow: 11px 130px 100px 30px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    align-items: center;
  }
  
  .complianceLandingContainer
    .compliance_testimonial
    .box_methodmobile
    .card_mobilebody
    .testimonialMobile_column {
    padding-left: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .complianceLandingContainer .compliance_requestcallback {
    margin: 60px 0;
    background: #fcd209;
    width: 100%;
  }
  
  .complianceLandingContainer .compliance_requestcallback .content_request {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 24px;
  }
  
  .complianceLandingContainer .compliance_requestcallback .form_fiels {
    text-align: center;
  }
  
  .complianceLandingContainer
    .compliance_requestcallback
    .requestCallback_fields {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_requestcallback
      .requestCallback_fields {
      flex-direction: column;
      align-items: center;
    }
  }
  
  .complianceLandingContainer
    .compliance_requestcallback
    .email_label
    .email_field {
    border-radius: 4px 4px 0 0;
    height: 50px;
    width: 360px;
    margin: 0;
    background: #fff;
    border: 1px solid hsla(0, 0%, 67.5%, 0.3);
    font-size: 16px;
    line-height: 24px;
    color: #333;
    max-width: 100%;
  }
  
  @media (max-width: 360px) {
    .complianceLandingContainer
      .compliance_requestcallback
      .email_label
      .email_field {
      width: 300px;
    }
  }
  
  .complianceLandingContainer
    .compliance_requestcallback
    .email_label
    .email_field.error_field {
    border-bottom: 2px solid #dc3545;
  }
  
  .complianceLandingContainer
    .compliance_requestcallback
    .email_label
    .email_field.error_field
    .preFix__control {
    border-bottom: 2px solid #dc3545;
    border-radius: 0;
  }
  
  .complianceLandingContainer
    .compliance_requestcallback
    .email_label
    .email_field.success_field {
    border-bottom: 2px solid #007aff;
  }
  
  .complianceLandingContainer
    .compliance_requestcallback
    .email_label
    .email_field.success_field
    .preFix__control {
    border-bottom: 2px solid #007aff;
    border-radius: 0;
  }
  
  .complianceLandingContainer .compliance_requestcallback .gobtn_label .go_btn {
    cursor: pointer;
    background: #070707;
    border-radius: 4px;
    width: 90px;
    height: 50px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fcd209;
    margin-top: 0;
  }
  
  .complianceLandingContainer .compliance_faqs {
    margin: 0;
    padding: 30px 0;
  }
  
  .complianceLandingContainer .compliance_faqs .faq_title {
    color: #171717;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_faqs .faq_title {
      font-size: 20px;
      line-height: 23px;
    }
  }
  
  .complianceLandingContainer .compliance_faqs .faq_headerline {
    width: 18%;
    height: 3px;
    background-color: #fcd209;
    margin-bottom: 48px;
    border-radius: 80px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_faqs .faq_headerline {
      margin: 0 auto 20px;
      height: 3px;
      background-color: #fcd209;
      width: 25%;
    }
  }
  
  .complianceLandingContainer .compliance_faqs .faqs_content {
    padding: 0 65px;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_faqs .faqs_content {
      padding: 0 10px;
    }
  }
  
  .complianceLandingContainer .compliance_faqs .titleofquestion {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_faqs .titleofquestion {
      font-size: 18px;
      line-height: 28px;
    }
  }
  
  .complianceLandingContainer .compliance_faqs .answerofquestion {
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    color: #606162;
    padding: 10px 0;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_faqs .answerofquestion {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .complianceLandingContainer .compliance_faqs .content_paraline {
    margin: 10px 0;
  }
  
  .complianceLandingContainer .compliance_faqs .faq_container {
    display: flex;
    max-height: 1850px;
    flex-flow: column wrap;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer .compliance_faqs .faq_container {
      max-height: none;
    }
  }
  
  .complianceLandingContainer .compliance_footer {
    margin-top: 60px;
    background: #000;
    width: 100%;
    max-width: 100vw;
  }
  
  .complianceLandingContainer .compliance_footer .center_justify {
    width: 100%;
    max-width: 100vw;
    justify-content: space-between;
    padding: 20px 0 13px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  
  .complianceLandingContainer
    .compliance_footer
    .center_justify
    .footer_headinglogo {
    width: 150px;
  }
  
  .complianceLandingContainer .compliance_footer .center_justify .footer_nav {
    padding: 0 8px;
  }
  
  .complianceLandingContainer .compliance_footer .center_justify .footer_nav li {
    display: inline-block;
  }
  
  .complianceLandingContainer
    .compliance_footer
    .center_justify
    .footer_nav
    li
    a {
    color: #fff;
    padding: 20px;
    font-size: 13px;
    min-width: 45px;
    height: 45px;
    display: block;
    position: relative;
  }
  
  .complianceLandingContainer
    .compliance_footer
    .center_justify
    .footer_nav
    li
    a
    span {
    opacity: 0;
    position: absolute;
  }
  
  .complianceLandingContainer
    .compliance_footer
    .center_justify
    .footer_nav
    li
    a:hover {
    color: #fcd209;
  }
  
  .complianceLandingContainer
    .compliance_footer
    .center_justify
    .footer_nav
    li
    .fa {
    padding: 15px;
    color: #fff;
    cursor: pointer;
  }
  
  .complianceLandingContainer
    .compliance_footer
    .center_justify
    .footer_nav
    li
    hr {
    border-top: 2px solid #fff;
    clear: both;
    margin: 0 0 20px;
  }
  
  .complianceLandingContainer
    .compliance_footer
    .center_justify
    .playstore_icons {
    display: flex;
    margin-left: 0;
    padding-top: 10px;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  
  @media (max-width: 991px) {
    .complianceLandingContainer
      .compliance_footer
      .center_justify
      .playstore_icons {
      display: flex;
      margin-left: 0;
      padding-top: 10px;
      justify-content: space-evenly;
      width: 100%;
    }
  }
  
  .complianceLandingContainer .compliance_footer .center_justify .link_pagespace {
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  
  .complianceLandingContainer .compliance_footer .center_justify .sm_icons {
    display: grid;
    justify-content: space-around;
  }
  
  .complianceLandingContainer
    .compliance_footer
    .center_justify
    .sm_icons
    .footer_nav
    li {
    padding: 10px 20px 10px 0;
  }
  
  .complianceLandingContainer
    .compliance_footer
    .center_justify
    .sm_icons
    .footer_nav
    li
    a {
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  
  .complianceLandingContainer .scroll_button .scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    background-color: #000;
    border-radius: 100%;
    font-size: 40px;
    color: #fcd209;
  }
  
  .iciciWholePage .iciciContainer {
    font-family: Roboto !important;
    display: flex;
    align-items: flex-start;
    padding: 50px 90px 30px;
    background-color: #fff;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent {
    width: 65%;
    padding-right: 50px;
    position: relative;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .heroContent {
    margin-bottom: 30px;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .heroContent .iciciTitle {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .heroContent .iciciDescList,
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .heroContent
    .iciciDescription {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    font-weight: 700;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .heroContent .iciciDescList {
    list-style: disc;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .heroContent
    .iciciDescList
    li {
    margin-bottom: 20px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciServicesDesktop
    .nav-item {
    background-color: #e9eef5;
    width: 25%;
    text-align: center;
    border-radius: 0;
    border: none;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciServicesDesktop
    .nav-item.active {
    background-color: #fff;
    color: #007aff;
    border: none;
    border-bottom: 2px solid #007aff;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciServicesDesktop
    .nav-item
    h4 {
    padding: 0 10px;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciServicesDesktop
    .nav-item:not(:first-child)
    h4 {
    border-left: 1px solid #ccc;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciServicesTabItems {
    padding: 30px 45px;
    background-color: #f8fbff;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciServicesTabItems h4 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciServicesTabItems h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciServicesTabItems ul {
    list-style: disc;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    list-style-position: inside;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciServicesMobile {
    background-color: #f8fbff;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciServicesMobile
    .servicesCardHeader {
    background-color: transparent;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciServicesMobile
    .servicesCardHeader
    i {
    color: #007aff;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciServicesMobile
    .servicesCardHeader.active {
    border-bottom: none;
    color: #007aff;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciServicesMobile
    .serviceCardBody {
    border-bottom: 1px solid #e4e6ea;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciServicesMobile
    .serviceCardBody
    h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciServicesMobile
    .serviceCardBody
    h6 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciServicesMobile
    .serviceCardBody
    ul {
    list-style: disc;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
    list-style-position: inside;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciTalkToExperts {
    background-color: #f8fbff !important;
    padding: 0 40px 20px 0;
    background-color: #26272c;
    margin: 0 0 10px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciTalkToExperts
    .textContainer
    h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciTalkToExperts
    .textContainer
    ul {
    line-height: 24px;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 18px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciTalkToExperts
    .textContainer
    ul
    li {
    padding: 5px 0;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciFeature {
    margin-left: 10px;
    margin-top: 60px;
    padding-right: 60px;
    margin-bottom: 60px;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciFeature .header {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciFeature .featureRow {
    margin: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciFeature
    .featureRow
    .featureContainer {
    height: 275px;
    padding: 20px 45px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciFeature
    .featureRow
    .featureContainer
    h4 {
    font-size: 22px;
    margin: 20px 0;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciFeature
    .featureRow
    .featureContainer
    h6 {
    font-size: 18px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciFeature
    .featureRow
    .featureContainer.insetShadow {
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.08);
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciFeature
    .featureRow
    .featureContainer.outShadow {
    box-shadow: -2px -2px 25px rgba(0, 0, 0, 0.08);
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciPopularServices {
    margin: 0 15px;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciPopularServices h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciPopularServices h4 {
    font-size: 22px;
    margin: 20px 0;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciPopularServices
    .popularServicesCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin: 10px;
    border-radius: 25px;
    padding: 10px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciPopularServices
    .popularServicesCard
    h6 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciPopularServices
    .sliderButton {
    background-color: transparent;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 20px;
    color: #007aff;
    border: none;
    box-shadow: none;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciPopularServices
    .sliderBtnComtainer {
    text-align: center;
    margin: 20px 0;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciPopularServices
    .sliderBtnComtainer
    .sliderButton {
    font-size: 20px;
    border-radius: 100%;
    color: #007aff;
    padding: 5px 10px;
    border: none;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin: 0 20px;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciTestimonial {
    margin: 15px;
    height: 300px;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .iciciTestimonial h3 {
    font-size: 34px;
    font-weight: 700;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciTestimonial
    .sliderContainer
    h6 {
    font-size: 18px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciTestimonial
    .sliderContainer
    .iciciTestimonial
    .slick-slide {
    padding: 0 10px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciTestimonial
    .sliderContainer
    .testimonialContainer {
    margin: 10px;
    height: 190px;
    width: 95% !important;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 5px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciTestimonial
    .sliderContainer
    .testimonialContainer
    .quotesContainer {
    margin-top: -28px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciTestimonial
    .sliderContainer
    .testimonialContainer
    .profileContainer {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciTestimonial
    .sliderContainer
    .carouselBtn {
    background-color: transparent;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 20px;
    color: #007aff;
    border: none;
    box-shadow: none;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .faq-section p {
    font-size: 18px;
    font-family: Roboto;
    color: #000;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .faq-section ul {
    list-style: disc;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciDocRequired
    .docRequiredHeader {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciDocRequired
    .docListContainer {
    padding: 10px 20px;
    background-color: #f8fbff;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciDocRequired
    .docListContainer
    .docListItem {
    margin: 15px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciDocRequired
    .docListContainer
    .docListItem
    h4 {
    font-weight: 700;
    font-size: 22px;
    display: list-item;
    list-style-type: disc;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerLeftcontent
    .iciciDocRequired
    .docListContainer
    .docListItem
    h6 {
    font-size: 18px;
  }
  
  .iciciWholePage .iciciContainer .bannerLeftcontent .faqHeader {
    font-size: 34px;
  }
  
  .iciciWholePage .iciciContainer .bannerFormContainer {
    width: 35%;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    margin-top: 10px;
  }
  
  .iciciWholePage .iciciContainer .bannerFormContainer .iciciMobileTitle {
    font-size: 26px;
    line-height: 36px;
    font-weight: bolder;
  }
  
  .iciciWholePage .iciciContainer .bannerFormContainer .iciciFormCard {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerFormContainer
    .iciciFormCard
    .cardHeader {
    border-bottom: none;
    background-color: transparent;
    padding-top: 30px;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerFormContainer
    .iciciFormCard
    .cardBody
    .iciciFormFields {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 5px 15px;
    margin-bottom: 0;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerFormContainer
    .iciciFormCard
    .cardBody
    .iciciFormFields__control {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 5px 15px;
    margin-bottom: 0;
    color: #000;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerFormContainer
    .iciciFormCard
    .cardBody
    .iciciFormFields__control
    .iciciFormFields__value-container {
    padding: 0;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerFormContainer
    .iciciFormCard
    .cardBody
    .iciciFormFields__control
    .iciciFormFields__dropdown-indicator {
    padding-right: 0;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerFormContainer
    .iciciFormCard
    .cardBody
    .iciciSubmitBtn {
    width: 100%;
    background-color: #ffd000;
    color: #000;
    margin-top: 15px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    font-size: 24px;
    padding: 6px 0;
    font-weight: 700;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerFormContainer
    .iciciFormCard
    .cardBody
    .iciciSubmitBtn:active
    .iciciWholePage
    .iciciContainer
    .bannerFormContainer
    .iciciFormCard
    .cardBody
    .iciciSubmitBtn:hover,
  .iciciWholePage
    .iciciContainer
    .bannerFormContainer
    .iciciFormCard
    .cardBody
    .iciciSubmitBtn:focus {
    border: none;
    box-shadow: none;
  }
  
  .iciciWholePage
    .iciciContainer
    .bannerFormContainer
    .iciciFormCard
    .cardBody
    .selectdropdown.activeBorder
    .iciciFormFields__control {
    border: 1px solid #007aff;
  }
  
  .iciciWholePage .iciciContainer .scroll_button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border-radius: 100%;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  }
  
  @media (max-width: 992px) {
    .iciciWholePage .iciciContainer {
      flex-direction: column-reverse;
      justify-content: flex-end;
      padding: 0;
    }
  
    .iciciWholePage .iciciContainer .bannerLeftcontent {
      width: 100%;
      padding: 10px 0;
      margin-right: 0;
    }
  
    .iciciWholePage .iciciContainer .bannerLeftcontent .heroContent {
      min-height: auto;
      padding: 0 20px;
    }
  
    .iciciWholePage .iciciContainer .bannerLeftcontent .iciciFeature {
      margin-right: 10px;
      padding-right: 0;
      margin-top: 30px;
    }
  
    .iciciWholePage .iciciContainer .bannerLeftcontent .iciciFeature .header {
      font-size: 22px;
      text-align: center;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciFeature
      .featureRow
      .featureContainer {
      height: auto;
      padding: 10px;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciFeature
      .featureRow
      .featureContainer
      h4 {
      font-size: 20px;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciFeature
      .featureRow
      .featureContainer
      h6 {
      font-size: 16px;
    }
  
    .iciciWholePage .iciciContainer .bannerLeftcontent .iciciTestimonial {
      height: 400px;
    }
  
    .iciciWholePage .iciciContainer .bannerLeftcontent .iciciTestimonial h3 {
      font-size: 22px;
      text-align: center;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciTestimonial
      .quotesContainer
      img {
      margin: auto;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciTestimonial
      .profileContainer {
      flex-direction: column;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciTestimonial
      .profileContainer
      img {
      margin: 20px 0;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciTestimonial
      .sliderContainer
      .testimonialContainer {
      height: 350px;
    }
  
    .iciciWholePage .iciciContainer .bannerLeftcontent .iciciPopularServices h3 {
      font-size: 22px;
    }
  
    .iciciWholePage .iciciContainer .bannerLeftcontent .iciciPopularServices h4 {
      font-size: 18px;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciDocRequired
      .docRequiredHeader {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 20px;
      padding: 5px;
      text-align: center;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciDocRequired
      .docListContainer {
      padding: 10px 20px;
      background-color: #f8fbff;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciDocRequired
      .docListContainer
      .docListItem {
      margin: 15px;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciDocRequired
      .docListContainer
      .docListItem
      h4 {
      font-weight: 700;
      font-size: 18px;
      display: list-item;
      list-style-type: disc;
    }
  
    .iciciWholePage
      .iciciContainer
      .bannerLeftcontent
      .iciciDocRequired
      .docListContainer
      .docListItem
      h6 {
      font-size: 16px;
    }
  
    .iciciWholePage .iciciContainer .bannerLeftcontent .faqHeader {
      font-size: 22px;
    }
  
    .iciciWholePage .iciciContainer .bannerFormContainer {
      width: 100%;
      margin-bottom: 30px;
      position: relative;
      padding: 0 20px;
      top: 0;
    }
  }
  
  @media (max-width: 360px) {
    .iciciWholePage .iciciContainer .bannerLeftcontent .iciciTestimonial {
      height: 450px;
    }
  }
  
  .new_payment_page,
  .new_payment_page_modal {
    font-family: Roboto;
  }
  
  .new_payment_page .new_payment_navbar,
  .new_payment_page_modal .new_payment_navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff !important;
    z-index: 999;
    box-shadow: 0 0 5px 3px #d3d3d3;
    height: 60px;
    padding: 20px 5%;
  }
  
  .new_payment_page .new_payment_navbar i,
  .new_payment_page_modal .new_payment_navbar i {
    cursor: pointer;
  }
  
  .new_payment_page .payment_page_head .section_payment_title span,
  .new_payment_page_modal .payment_page_head .section_payment_title span {
    width: 100% !important;
    height: 100% !important;
  }
  
  .new_payment_page .payment_page_head .vs-logo,
  .new_payment_page_modal .payment_page_head .vs-logo {
    border: 1px solid grey !important;
    padding: 0 10px !important;
    border-radius: 3px !important;
  }
  
  .new_payment_page .card,
  .new_payment_page_modal .card {
    border: none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px !important;
  }
  
  .new_payment_page .card .card-header p,
  .new_payment_page_modal .card .card-header p {
    font-weight: 600;
  }
  
  .new_payment_page .card .card-header .tab-leftSide,
  .new_payment_page_modal .card .card-header .tab-leftSide {
    display: flex;
    vertical-align: middle;
    align-items: center;
  }
  
  .new_payment_page .card .card-header i,
  .new_payment_page_modal .card .card-header i {
    color: #000;
  }
  
  .new_payment_page .card .payment_page_upi .b,
  .new_payment_page_modal .card .payment_page_upi .b {
    font-size: 14px;
    font-size: 500;
  }
  
  .new_payment_page .card .payment_page_upi .upi_set,
  .new_payment_page_modal .card .payment_page_upi .upi_set {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 10px;
    gap: 10px;
    width: 100%;
  }
  
  .new_payment_page .card .payment_page_upi .breakline,
  .new_payment_page_modal .card .payment_page_upi .breakline {
    color: grey;
    text-align: center;
  }
  
  .new_payment_page .card .payment_page_upi .breakline h6:before,
  .new_payment_page_modal .card .payment_page_upi .breakline h6:before {
    content: "";
    position: absolute;
    right: 25px;
    height: 7px;
    border-bottom: 1px solid grey;
    vertical-align: middle;
    width: 35%;
  }
  
  .new_payment_page .card .payment_page_upi .breakline h6:after,
  .new_payment_page_modal .card .payment_page_upi .breakline h6:after {
    content: "";
    position: absolute;
    left: 25px;
    height: 7px;
    border-bottom: 1px solid grey;
    vertical-align: middle;
    width: 35%;
  }
  
  .new_payment_page .new_payment_page_desktop,
  .new_payment_page_modal .new_payment_page_desktop {
    background: #f0f1f3;
    padding: 50px 5%;
    overflow: auto;
  }
  
  .new_payment_page .new_payment_page_desktop.height_fix,
  .new_payment_page_modal .new_payment_page_desktop.height_fix {
    height: calc(100vh - 60px);
  }
  
  .new_payment_page .new_payment_page_desktop .new-payment-options-lists-desktop,
  .new_payment_page_modal
    .new_payment_page_desktop
    .new-payment-options-lists-desktop {
    border-radius: 4px;
    padding: 10px 10px 0;
    background: #fff;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists,
  .new_payment_page_modal
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists {
    padding: 0 10px 0 0;
    box-shadow: 3px -1px 8px hsla(0, 0%, 61.2%, 0.17);
    border-radius: 0 4px;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .nav-item,
  .new_payment_page_modal
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .nav-item {
    border-radius: 4px !important;
    border-bottom: 1px solid #f0f1f3 !important;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .nav-link,
  .new_payment_page_modal
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .nav-link {
    grid-gap: 10px;
    gap: 10px;
    min-height: 90px;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .nav-link.active,
  .new_payment_page_modal
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .nav-link.active {
    background: #007bff !important;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .nav-link.active
    h4,
  .new_payment_page
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .nav-link.active
    p,
  .new_payment_page_modal
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .nav-link.active
    h4,
  .new_payment_page_modal
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .nav-link.active
    p {
    color: #fff;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    h4,
  .new_payment_page_modal
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.72px;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    p,
  .new_payment_page_modal
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    p {
    font-size: 12px;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .img-wrapper,
  .new_payment_page_modal
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .img-wrapper {
    width: 30px;
    height: 30px;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .img-wrapper
    img,
  .new_payment_page_modal
    .new_payment_page_desktop
    .new-payment-options-lists-desktop
    .payment-options-lists
    .img-wrapper
    img {
    min-width: 30px !important;
    min-height: 30px !important;
  }
  
  .new_payment_page .new_payment_page_desktop .payment-price-breakup,
  .new_payment_page_modal .new_payment_page_desktop .payment-price-breakup {
    border-radius: 4px;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-summary-heading,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-summary-heading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaedf0;
  }
  
  .new_payment_page .new_payment_page_desktop .payment-price-breakup h1,
  .new_payment_page_modal .new_payment_page_desktop .payment-price-breakup h1 {
    font-size: 20px;
    color: #007aff;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-summary,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-summary {
    background: #fff;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-summary
    .section_payment_inclusions
    .payment_inclusion_title,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-summary
    .section_payment_inclusions
    .payment_inclusion_title {
    font-size: 18px;
    font-weight: 400 !important;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-summary
    .section_payment_inclusions
    li,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-summary
    .section_payment_inclusions
    li {
    font-size: 18px;
    font-weight: 600;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-price-details,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-price-details {
    background: #fff;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-price-details
    .payment-summary-price-details
    .payment-summary-total-price
    h2,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-price-breakup
    .payment-price-details
    .payment-summary-price-details
    .payment-summary-total-price
    h2 {
    font-size: 20px;
    padding-top: 20px !important;
  }
  
  .new_payment_page .new_payment_page_desktop .payment-card-container-desktop,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-card-container-desktop {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    grid-gap: 10px;
    gap: 10px;
    flex-direction: column;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-card-container-desktop
    .cardExpiry-Cvv-Container,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-card-container-desktop
    .cardExpiry-Cvv-Container {
    flex-wrap: nowrap !important;
  }
  
  .new_payment_page .new_payment_page_desktop .payment-input-container-desktop,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-input-container-desktop {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-input-container-desktop
    label,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-input-container-desktop
    label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-input-container-desktop.success:after,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-input-container-desktop.success:after {
    position: absolute;
    right: -35px;
    top: 35px;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    content: "";
    background: url(https://assets.vakilsearch.com/assets/payment/payment-verified.svg)
      50%;
    background-size: contain;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-input-container-desktop.success
    .payment-input-desktop,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-input-container-desktop.success
    .payment-input-desktop {
    border: 1px solid #3eb837 !important;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-input-container-desktop.error
    .payment-input-desktop,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-input-container-desktop.error
    .payment-input-desktop {
    border: 1px solid #e83e3e !important;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-input-container-desktop
    .payment-input-desktop,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-input-container-desktop
    .payment-input-desktop {
    border: 1px solid #caced1;
    border-radius: 4px;
    display: flex;
    align-items: center;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-input-container-desktop
    .payment-input-desktop
    input,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-input-container-desktop
    .payment-input-desktop
    input {
    height: 40px;
    border: none;
    padding: 0 10px;
    width: 100%;
    background: none;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-input-container-desktop
    .payment-input-desktop
    .cardType,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-input-container-desktop
    .payment-input-desktop
    .cardType {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-input-container-desktop
    .payment-input-desktop
    .new-payment-cvv-input,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-input-container-desktop
    .payment-input-desktop
    .new-payment-cvv-input {
    background: url(https://assets.vakilsearch.com/assets/payment/payment-cvv.svg)
      no-repeat 95%;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment-input-container-desktop
    .errorMessages,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment-input-container-desktop
    .errorMessages {
    padding-left: 10px;
  }
  
  .new_payment_page .new_payment_page_desktop .digital-payment-container input,
  .new_payment_page_modal
    .new_payment_page_desktop
    .digital-payment-container
    input {
    width: 100%;
    border: 1px solid #8f9397;
    border-radius: 4px;
    height: 50px;
    display: block;
    position: relative;
  }
  
  .new_payment_page .new_payment_page_desktop .digital-payment-container h4,
  .new_payment_page_modal
    .new_payment_page_desktop
    .digital-payment-container
    h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bolder;
  }
  
  .new_payment_page .new_payment_page_desktop .digital-payment-container p,
  .new_payment_page_modal .new_payment_page_desktop .digital-payment-container p {
    font-size: 14px;
    text-align: center;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment_page_pay_later
    .bankDetailsLists,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment_page_pay_later
    .bankDetailsLists {
    grid-gap: 20px 30px;
    gap: 20px 30px;
    flex-direction: column;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment_page_pay_later
    .bankdetails,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment_page_pay_later
    .bankdetails {
    cursor: pointer;
    margin-bottom: 25px;
    flex-direction: row !important;
    align-items: center !important;
    width: 100% !important;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment_page_pay_later
    .bankdetails
    .payLaterOptions,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment_page_pay_later
    .bankdetails
    .payLaterOptions {
    box-shadow: none !important;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment_page_pay_later
    .bankdetails
    .payLaterOptions.activeBank:after,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment_page_pay_later
    .bankdetails
    .payLaterOptions.activeBank:after {
    content: none !important;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment_page_pay_later
    .bankdetails
    .bankName,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment_page_pay_later
    .bankdetails
    .bankName {
    font-weight: 700;
    font-size: 14px;
  }
  
  .new_payment_page
    .new_payment_page_desktop
    .payment_page_pay_later
    .paylater-radio,
  .new_payment_page_modal
    .new_payment_page_desktop
    .payment_page_pay_later
    .paylater-radio {
    height: 20px;
    width: 20px;
    cursor: pointer;
  }
  
  .new_payment_page .payment_page_mobile_v2,
  .new_payment_page_modal .payment_page_mobile_v2 {
    background: #f7f7f7;
  }
  
  .new_payment_page .payment_page_mobile_v2 .new-payment-summary-details,
  .new_payment_page_modal .payment_page_mobile_v2 .new-payment-summary-details {
    border-radius: 7px;
    padding: 15px;
    margin: 10px 0;
    background: #fff;
  }
  
  .new_payment_page
    .payment_page_mobile_v2
    .new-payment-summary-details
    .payment_service_title,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .new-payment-summary-details
    .payment_service_title {
    font-weight: 700;
  }
  
  .new_payment_page
    .payment_page_mobile_v2
    .new-payment-summary-details
    .payment-summary-title_subtitle,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .new-payment-summary-details
    .payment-summary-title_subtitle {
    border-bottom: 0.781333px dashed #f0f1f3;
    padding-bottom: 10px;
  }
  
  .new_payment_page .payment_page_mobile_v2 .payment-page-pay-option,
  .new_payment_page_modal .payment_page_mobile_v2 .payment-page-pay-option {
    background: #fff;
    border-radius: 7px;
    padding: 10px 15px;
  }
  
  .new_payment_page
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment_service_title,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment_service_title {
    font-weight: 700;
    font-size: 16px;
  }
  
  .new_payment_page .payment_page_mobile_v2 .payment-page-pay-option .upi_set,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .payment-page-pay-option
    .upi_set {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 10px;
    gap: 10px;
  }
  
  .new_payment_page
    .payment_page_mobile_v2
    .payment-page-pay-option
    .upi_set
    .upi-options,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .payment-page-pay-option
    .upi_set
    .upi-options {
    cursor: pointer;
    width: 68px;
  }
  
  .new_payment_page
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options {
    padding-bottom: 15px;
  }
  
  .new_payment_page
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode {
    border-bottom: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
    padding: 10px 5px;
  }
  
  .new_payment_page
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode:active,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode:active {
    border-radius: 10px;
    background-color: #f7f7f7;
  }
  
  .new_payment_page
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode
    h4,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode
    h4 {
    font-weight: 700;
    font-size: 16px;
  }
  
  .new_payment_page
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode
    p,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode
    p {
    font-size: 12px;
  }
  
  .new_payment_page
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode-details,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .new_payment_page
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode-details
    h4,
  .new_payment_page
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode-details
    p,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode-details
    h4,
  .new_payment_page_modal
    .payment_page_mobile_v2
    .payment-page-pay-option
    .payment-options
    .payment-mode-details
    p {
    margin: 0;
  }
  
  .new_payment_page .payment_page_pay_later .bankDetailsLists,
  .new_payment_page_modal .payment_page_pay_later .bankDetailsLists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 20px 30px;
    gap: 20px 30px;
  }
  
  .new_payment_page .payment_page_pay_later .bankdetails,
  .new_payment_page_modal .payment_page_pay_later .bankdetails {
    width: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .new_payment_page .payment_page_pay_later .bankdetails .payLaterOptions,
  .new_payment_page_modal .payment_page_pay_later .bankdetails .payLaterOptions {
    position: relative;
    padding: 4px !important;
    border-radius: 4px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  
  .new_payment_page .payment_page_pay_later .bankdetails .payLaterOptions:active,
  .new_payment_page_modal
    .payment_page_pay_later
    .bankdetails
    .payLaterOptions:active {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  
  .new_payment_page
    .payment_page_pay_later
    .bankdetails
    .payLaterOptions.activeBank:after,
  .new_payment_page_modal
    .payment_page_pay_later
    .bankdetails
    .payLaterOptions.activeBank:after {
    content: url(https://assets.vakilsearch.com/assets/payment/verifiedBlue.svg);
    position: absolute;
    right: -10px;
    top: -10px;
  }
  
  .new_payment_page .payment_page_pay_later .bankdetails.disable,
  .new_payment_page_modal .payment_page_pay_later .bankdetails.disable {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .new_payment_page .payment-summary-price-details,
  .new_payment_page_modal .payment-summary-price-details {
    padding: 15px 0 0;
  }
  
  .new_payment_page .payment-summary-price-details .payment-amount-summary-lists,
  .new_payment_page_modal
    .payment-summary-price-details
    .payment-amount-summary-lists {
    font-size: 16px;
    padding: 8px 2px;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.781333px dashed #f0f1f3;
  }
  
  .new_payment_page
    .payment-summary-price-details
    .payment-amount-summary-lists
    span:first-child,
  .new_payment_page_modal
    .payment-summary-price-details
    .payment-amount-summary-lists
    span:first-child {
    color: #231f20;
  }
  
  .new_payment_page
    .payment-summary-price-details
    .payment-amount-summary-lists
    .text-muted,
  .new_payment_page_modal
    .payment-summary-price-details
    .payment-amount-summary-lists
    .text-muted {
    color: #8f9397;
  }
  
  .new_payment_page .payment-summary-price-details .payment-summary-total-price,
  .new_payment_page_modal
    .payment-summary-price-details
    .payment-summary-total-price {
    display: flex;
    justify-content: space-between;
  }
  
  .new_payment_page
    .payment-summary-price-details
    .payment-summary-total-price
    h2,
  .new_payment_page_modal
    .payment-summary-price-details
    .payment-summary-total-price
    h2 {
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0 0;
  }
  
  .new_payment_page .payment-summary-price-details.tmReg h4,
  .new_payment_page_modal .payment-summary-price-details.tmReg h4 {
    letter-spacing: 0.8px !important;
    font-size: 18px !important;
  }
  
  .new_payment_page
    .payment-summary-price-details.tmReg
    .payment-amount-summary-lists,
  .new_payment_page_modal
    .payment-summary-price-details.tmReg
    .payment-amount-summary-lists {
    border-bottom: 1px solid #ececec;
  }
  
  .new_payment_page .payment_page_netbanking .netbanking_banklists_desktop,
  .new_payment_page_modal .payment_page_netbanking .netbanking_banklists_desktop {
    grid-gap: 25px 20px;
    gap: 25px 20px;
  }
  
  .new_payment_page .payment_page_netbanking .netbanking-desktop button,
  .new_payment_page_modal .payment_page_netbanking .netbanking-desktop button {
    border: 1px solid #caced1;
    border-radius: 4px;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    width: 100%;
  }
  
  .new_payment_page .payment_page_netbanking .netbanking-desktop button i,
  .new_payment_page_modal .payment_page_netbanking .netbanking-desktop button i {
    font-size: 22px;
  }
  
  .new_payment_page .payment_page_netbanking .netbanking-desktop button div,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking-desktop
    button
    div {
    font-size: 20px;
    font-weight: 500;
  }
  
  .new_payment_page .payment_page_netbanking .netbanking-desktop button:active,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking-desktop
    button:active {
    border: 1px solid #007aff;
  }
  
  .new_payment_page
    .payment_page_netbanking
    .netbanking-desktop
    .netbanking_bankDetails.activeBank,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking-desktop
    .netbanking_bankDetails.activeBank {
    background: #e6f2ff;
    border: 1px solid #007aff;
  }
  
  .new_payment_page .payment_page_netbanking .netbanking_bankDetails,
  .new_payment_page_modal .payment_page_netbanking .netbanking_bankDetails {
    position: relative;
    cursor: pointer;
  }
  
  .new_payment_page .payment_page_netbanking .netbanking_bankDetails .bankLogo,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking_bankDetails
    .bankLogo {
    margin: auto !important;
    padding: 4px !important;
    border-radius: 4px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  
  .new_payment_page
    .payment_page_netbanking
    .netbanking_bankDetails
    .bankLogo:active,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking_bankDetails
    .bankLogo:active {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  
  .new_payment_page
    .payment_page_netbanking
    .netbanking_bankDetails.activeBank:after,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking_bankDetails.activeBank:after {
    content: url(https://assets.vakilsearch.com/assets/payment/verifiedBlue.svg);
    position: absolute;
    right: -10px;
    top: -10px;
  }
  
  .new_payment_page .payment_page_netbanking .netbanking_bankDetails_desktop,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking_bankDetails_desktop {
    display: flex;
    border: 1px solid #caced1;
    border-radius: 4px;
    align-items: center;
    width: 162px;
    height: 56px;
  }
  
  .new_payment_page
    .payment_page_netbanking
    .netbanking_bankDetails_desktop
    .bankLogo,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking_bankDetails_desktop
    .bankLogo {
    margin: 0 15px 0 8px !important;
    box-shadow: none;
  }
  
  .new_payment_page .payment_page_netbanking .netbanking_bankDetails_desktop p,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking_bankDetails_desktop
    p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }
  
  .new_payment_page .payment_page_netbanking .otherBanks_dropdown,
  .new_payment_page_modal .payment_page_netbanking .otherBanks_dropdown {
    width: 100%;
    padding-bottom: 15px;
  }
  
  .new_payment_page .payment_page_netbanking .otherBanks_dropdown .selectDropDown,
  .new_payment_page_modal
    .payment_page_netbanking
    .otherBanks_dropdown
    .selectDropDown {
    width: 100%;
    background: #fff;
    border-radius: 4px;
  }
  
  .new_payment_page .payment_page_netbanking .otherBanks_dropdown ul,
  .new_payment_page_modal .payment_page_netbanking .otherBanks_dropdown ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s linear;
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    width: 100%;
  }
  
  .new_payment_page .payment_page_netbanking .otherBanks_dropdown ul li,
  .new_payment_page_modal .payment_page_netbanking .otherBanks_dropdown ul li {
    padding: 7px 10px;
  }
  
  .new_payment_page .payment_page_netbanking .otherBanks_dropdown ul li:active,
  .new_payment_page_modal
    .payment_page_netbanking
    .otherBanks_dropdown
    ul
    li:active {
    background: #f7f7f7;
  }
  
  .new_payment_page .payment_page_netbanking .otherBanks_dropdown ul li p,
  .new_payment_page_modal .payment_page_netbanking .otherBanks_dropdown ul li p {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin: 0;
  }
  
  .new_payment_page
    .payment_page_netbanking
    .otherBanks_dropdown
    ul
    li
    p.selectedBank:after,
  .new_payment_page_modal
    .payment_page_netbanking
    .otherBanks_dropdown
    ul
    li
    p.selectedBank:after {
    content: url(https://assets.vakilsearch.com/assets/payment/verifiedBlue.svg);
    position: absolute;
    right: -10px;
    top: -10px;
    right: -20px;
    top: 2px;
  }
  
  .new_payment_page .payment_page_netbanking .netbanking_BankDropDown,
  .new_payment_page_modal .payment_page_netbanking .netbanking_BankDropDown {
    max-height: 300px;
    overflow: auto;
  }
  
  .new_payment_page
    .payment_page_netbanking
    .netbanking_BankDropDown
    .bankNameLists,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking_BankDropDown
    .bankNameLists {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f1f3;
    cursor: pointer;
  }
  
  .new_payment_page
    .payment_page_netbanking
    .netbanking_BankDropDown
    .bankNameLists:active,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking_BankDropDown
    .bankNameLists:active {
    background: #f7f7f7;
  }
  
  .new_payment_page
    .payment_page_netbanking
    .netbanking_BankDropDown
    .selectedBank
    li,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking_BankDropDown
    .selectedBank
    li {
    position: relative;
  }
  
  .new_payment_page
    .payment_page_netbanking
    .netbanking_BankDropDown
    .selectedBank
    li:after,
  .new_payment_page_modal
    .payment_page_netbanking
    .netbanking_BankDropDown
    .selectedBank
    li:after {
    content: url(https://assets.vakilsearch.com/assets/payment/verifiedBlue.svg);
    position: absolute;
    right: -10px;
    top: -10px;
    right: -30px;
    top: 0;
  }
  
  .new_payment_page .payment_page_footer,
  .new_payment_page_modal .payment_page_footer {
    margin: 0 -16px;
  }
  
  .new_payment_page .payment_page_footer .footer_info,
  .new_payment_page_modal .payment_page_footer .footer_info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 9px;
  }
  
  .new_payment_page .payment_page_footer .footer_info span,
  .new_payment_page_modal .payment_page_footer .footer_info span {
    margin-left: 10px;
  }
  
  .new_payment_page .payment_page_footer .footer_info.mobile,
  .new_payment_page_modal .payment_page_footer .footer_info.mobile {
    background: #ecf8eb;
    color: #3eb837;
    font-weight: 700;
    font-size: 10px;
  }
  
  .new_payment_page .payment_page_footer .footer_info.desktop,
  .new_payment_page_modal .payment_page_footer .footer_info.desktop {
    color: #606162;
    font-size: 16px;
    font-weight: 500;
  }
  
  .new_payment_page .upi_icons,
  .new_payment_page_modal .upi_icons {
    margin: auto;
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  
  .new_payment_page .upi_icons:active,
  .new_payment_page_modal .upi_icons:active {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  
  .new_payment_page .upi_icons_v1,
  .new_payment_page_modal .upi_icons_v1 {
    border-radius: 50px;
    padding: 0;
    box-shadow: none;
  }
  
  .new_payment_page .upi_icons_v1:active,
  .new_payment_page_modal .upi_icons_v1:active {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  }
  
  .new_payment_page .bankName,
  .new_payment_page_modal .bankName {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }
  
  .new_payment_page_modal p,
  .new_payment_page p {
    font-size: 18px;
    font-weight: 500;
    color: #231f20;
  }
  
  .new_payment_page .payment_service_title,
  .new_payment_page_modal .payment_service_title {
    color: #231f20;
    font-weight: 700;
  }
  
  .new_payment_page .payment_service_title.v2,
  .new_payment_page_modal .payment_service_title.v2 {
    font-size: 18px;
  }
  
  .new_payment_page .payment_service_subtitle,
  .new_payment_page_modal .payment_service_subtitle {
    color: rgba(0, 0, 0, 0.65);
  }
  
  .new_payment_page .payment_inclusion_title,
  .new_payment_page_modal .payment_inclusion_title {
    letter-spacing: 0.63px;
    color: #606162;
    font-weight: 500;
  }
  
  .new_payment_page .payment_inclusion_list,
  .new_payment_page_modal .payment_inclusion_list {
    list-style-type: disc;
    list-style-position: inside;
  }
  
  .new_payment_page .payment_inclusion_list li::marker,
  .new_payment_page_modal .payment_inclusion_list li::marker {
    margin: 0 !important;
  }
  
  .new_payment_page .payment_inclusion_list li span,
  .new_payment_page_modal .payment_inclusion_list li span {
    position: relative;
    left: 0;
  }
  
  .new_payment_page .summary_row,
  .new_payment_page_modal .summary_row {
    margin: 0 10px;
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
  }
  
  .new_payment_page .summary_row span,
  .new_payment_page_modal .summary_row span {
    font-size: 12px;
    letter-spacing: 0.62px;
  }
  
  .new_payment_page .payment_upi_name,
  .new_payment_page_modal .payment_upi_name {
    color: #231f20;
    letter-spacing: 0.71px;
  }
  
  .new_payment_page .payment_toggle_button,
  .new_payment_page_modal .payment_toggle_button {
    background: none;
    border: none;
  }
  
  .new_payment_page .payment_service_title2,
  .new_payment_page_modal .payment_service_title2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }
  
  .new_payment_page .payment-mainTitle,
  .new_payment_page_modal .payment-mainTitle {
    font-size: 20px;
    font-weight: 600;
  }
  
  .new_payment_page .payment-working,
  .new_payment_page_modal .payment-working {
    background: #f7f7f7;
    padding: 15px;
  }
  
  .new_payment_page .payment-working .img-wrapper,
  .new_payment_page_modal .payment-working .img-wrapper {
    min-width: 34px;
    min-height: 34px;
  }
  
  .new_payment_page .payment-working h1,
  .new_payment_page_modal .payment-working h1 {
    font-size: 18px;
    font-weight: 600;
  }
  
  .new_payment_page .payment-working p,
  .new_payment_page_modal .payment-working p {
    font-size: 14px;
  }
  
  .new_payment_page .payment_page_button_active,
  .new_payment_page_modal .payment_page_button_active {
    background-color: #fcd209;
    border: 1px solid #fcd209;
    width: 100%;
    padding: 10px 7px;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    font-weight: 700;
    color: #000;
  }
  
  .new_payment_page .payment_page_button_disabled,
  .new_payment_page_modal .payment_page_button_disabled {
    width: 100%;
    padding: 10px 7px;
    font-size: 16px;
    color: #000;
    background-color: #caced1;
    border: none;
    border-radius: 5px;
    outline: none;
    font-weight: 700;
  }
  
  .new_payment_page .payment_page_button_disabled.disabled,
  .new_payment_page_modal .payment_page_button_disabled.disabled {
    background-color: #caced1;
    border: 1px solid #caced1;
  }
  
  .new_payment_page .new-payment-spinner,
  .new_payment_page_modal .new-payment-spinner {
    width: 25px;
    height: 25px;
  }
  
  .new_payment_page .cardNumberContainer,
  .new_payment_page_modal .cardNumberContainer {
    width: 100%;
  }
  
  .new_payment_page .cardExpiry-Cvv-Container,
  .new_payment_page_modal .cardExpiry-Cvv-Container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 0 35px;
    gap: 0 35px;
  }
  
  .new_payment_page .errorMessages,
  .new_payment_page_modal .errorMessages {
    min-height: 25px;
    font-size: 12px;
    padding: 5px 0 3px 14px;
    color: #e83e3e;
  }
  
  .new_payment_page .payment-input,
  .new_payment_page_modal .payment-input {
    flex-grow: 1;
    flex-basis: 100px;
    color: #8f9397;
    padding-bottom: 10px;
  }
  
  .new_payment_page .payment-input.activeInput,
  .new_payment_page_modal .payment-input.activeInput {
    color: #231f20;
  }
  
  .new_payment_page .payment-input.activeInput label,
  .new_payment_page_modal .payment-input.activeInput label {
    transform: translate(5px, 12px) scale(0.75) !important;
    top: 6px !important;
    color: #000 !important;
    font-size: 14px !important;
  }
  
  .new_payment_page .payment-input .float-label,
  .new_payment_page_modal .payment-input .float-label {
    width: 100%;
    display: flex;
    position: relative;
    border: 1px solid #caced1;
    border-radius: 4px;
  }
  
  .new_payment_page .payment-input .float-label input,
  .new_payment_page_modal .payment-input .float-label input {
    width: 100%;
    height: 50px;
    outline: 0;
    border: none;
    background: #fff;
    color: #231f20;
    font-weight: 400;
    padding: 15px 1px 0;
    margin: 0 13px;
  }
  
  .new_payment_page .payment-input .float-label input,
  .new_payment_page .payment-input .float-label input::-webkit-input-placeholder,
  .new_payment_page_modal .payment-input .float-label input,
  .new_payment_page_modal
    .payment-input
    .float-label
    input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 3;
  }
  
  .new_payment_page .payment-input .float-label input::-moz-placeholder,
  .new_payment_page_modal .payment-input .float-label input::-moz-placeholder {
    font-size: 16px;
    line-height: 3;
  }
  
  .new_payment_page .payment-input .float-label input::-webkit-input-placeholder,
  .new_payment_page_modal
    .payment-input
    .float-label
    input::-webkit-input-placeholder {
    opacity: 0;
  }
  
  .new_payment_page .payment-input .float-label input::-moz-placeholder,
  .new_payment_page_modal .payment-input .float-label input::-moz-placeholder {
    opacity: 0;
  }
  
  .new_payment_page .payment-input .float-label .new-payment-cvv-input,
  .new_payment_page_modal .payment-input .float-label .new-payment-cvv-input {
    background: url(https://assets.vakilsearch.com/assets/payment/payment-cvv.svg)
      no-repeat 100%;
  }
  
  .new_payment_page .payment-input .float-label label,
  .new_payment_page_modal .payment-input .float-label label {
    font-size: 16px;
    padding: 0 12px;
    color: #8f9397;
    pointer-events: none;
    position: absolute;
    transform: translateY(26px) scale(1);
    transform-origin: top left;
    transition: all 0.2s ease-out;
    margin-top: -13px;
  }
  
  .new_payment_page
    .payment-input
    .float-label:focus-within
    input::-webkit-input-placeholder,
  .new_payment_page_modal
    .payment-input
    .float-label:focus-within
    input::-webkit-input-placeholder {
    opacity: 1;
    color: #8f9397;
  }
  
  .new_payment_page
    .payment-input
    .float-label:focus-within
    input::-moz-placeholder,
  .new_payment_page_modal
    .payment-input
    .float-label:focus-within
    input::-moz-placeholder {
    opacity: 1;
    color: #8f9397;
  }
  
  .new_payment_page .payment-input .float-label:focus-within label,
  .new_payment_page_modal .payment-input .float-label:focus-within label {
    transform: translate(5px, 12px) scale(0.75);
    font-size: 14px;
    top: 6px !important;
  }
  
  .new_payment_page .payment-input .error_field,
  .new_payment_page_modal .payment-input .error_field {
    font-size: 12px;
    color: #e83e3e;
  }
  
  .new_payment_page .payment-input .cardType,
  .new_payment_page_modal .payment-input .cardType {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .new_payment_page .payment-input-error .float-label,
  .new_payment_page_modal .payment-input-error .float-label {
    background: #fdecec !important;
    border: none !important;
  }
  
  .new_payment_page .payment-input-error input,
  .new_payment_page_modal .payment-input-error input {
    background: #fdecec !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #e83e3e !important;
  }
  
  .new_payment_page .payment-input-success .float-label,
  .new_payment_page_modal .payment-input-success .float-label {
    background: #ecf8eb !important;
  }
  
  .new_payment_page .payment-input-success input,
  .new_payment_page_modal .payment-input-success input {
    background: #ecf8eb !important;
    border-bottom: 2px solid #3eb837 !important;
  }
  
  .new_payment_page .payment-input-success label:after,
  .new_payment_page_modal .payment-input-success label:after {
    content: url(https://assets.vakilsearch.com/assets/payment/verifiedsuccess.svg);
    margin-left: 10px;
  }
  
  .new_payment_page_modal {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    padding: 0 !important;
  }
  
  .new_payment_page_modal .modal-dialog {
    margin: 0 !important;
    width: 100% !important;
  }
  
  .new_payment_page_modal .modal-dialog .modal-content {
    border: 0;
    min-height: 205px;
    -webkit-animation: animatebottom 0.2s linear !important;
    animation: animatebottom 0.2s linear !important;
  }
  
  .new_payment_page_modal .modal-dialog .modal-header {
    border: none;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .new_payment_page_modal .modal-dialog .modal-header h4 {
    font-weight: 700;
  }
  
  .new_payment_page_modal .modal-dialog .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  @keyframes animatebottom {
    0% {
      bottom: -300px;
      opacity: 0;
    }
  
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  
  .new-payment-netbanking-desktop-modal .modal-header h4 {
    font-size: 20px;
    font-weight: 700;
  }
  
  .new-payment-netbanking-desktop-modal .modal-body {
    max-height: 70vh;
    overflow: auto;
  }
  
  .new-payment-netbanking-desktop-modal .modal-body .bankLists {
    height: 54px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding-left: 5px;
    cursor: pointer;
  }
  
  .new-payment-netbanking-desktop-modal .modal-body .bankLists:hover {
    background: #e6f2ff;
    border: 1px solid #007aff;
  }
  
  .new-payment-netbanking-desktop-modal .modal-body .bankLists li {
    margin-left: 15px;
    font-size: 16px;
    flex-grow: 1;
  }
  
  .new-payment-netbanking-desktop-modal .close,
  .new_payment_page_modal .close {
    font-size: 22px;
    cursor: pointer;
  }
  
  .new-payment-exit-modal .modal-content {
    border: none !important;
  }
  
  .new-payment-exit-modal .modal-body {
    padding: 20px 0;
  }
  
  .new-payment-exit-modal .modal-body h4 {
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
  }
  
  .new-payment-exit-modal .modal-body p {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #606162;
  }
  
  .new-payment-exit-modal-buttons {
    margin-top: 30px;
  }
  
  .new-payment-exit-modal-buttons button {
    background: none;
    color: #231f20;
    font-size: 14px;
    width: 125px;
    height: 40px;
    border: 1px solid #8f9397;
    border-radius: 26px;
  }
  
  .new-payment-exit-modal-buttons button:first-child {
    margin-right: 20px;
  }
  
  .new-payment-modal-spinner .modal-content {
    width: 80px !important;
    text-align: center !important;
    border: none !important;
    margin: auto !important;
  }
  
  .new-payment-modal-spinner .submit-spinner {
    color: #fcd209;
  }
  
  @media screen and (min-width: 1200px) {
    .new_payment_page
      .new_payment_page_desktop
      .new-payment-options-lists-desktop {
      max-width: 850px !important;
    }
  
    .new_payment_page .payment-price-breakup {
      max-width: 420px !important;
    }
  }
  
  .notification-preference-container {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-height: 100vh;
    min-width: 100vw;
    max-width: 100vw;
    overflow-y: auto;
    background-color: #e5e5e5;
    overflow-x: hidden;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen,
      Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    scroll-behavior: smooth;
  }
  
  .notification-preference-container .notification-preference-header {
    padding: 22px 72px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
  }
  
  .notification-preference-container .notif-preference-form-container {
    background-image: url(https://assets.vakilsearch.com/live-images/notification-bell-bg.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 8px;
    width: 977px;
    margin: 125px auto 48px;
    padding: 34px 42px;
  }
  
  .notification-preference-container
    .notif-preference-form-container
    .notif-preference-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000;
  }
  
  .notification-preference-container
    .notif-preference-form-container
    .notif-option-label {
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
  }
  
  .notification-preference-container
    .notif-preference-form-container
    .notif-preference-checkbox[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-right: 18px;
    height: 18px;
    width: 18px;
    margin-top: 0;
  }
  
  .notification-preference-container
    .notif-preference-form-container
    .notif-preference-checkbox[type="checkbox"]:after {
    content: "";
    height: 18px;
    width: 18px;
    border: 0.5px solid #8f9397;
    display: inline-block;
    visibility: visible;
    margin-right: 18px;
    color: #fff;
    font-family: Font Awesome\5 Free;
    font-weight: 600;
    padding: 0 2px;
    font-size: 11px;
    border-radius: 2px;
    margin-top: -1px;
  }
  
  .notification-preference-container
    .notif-preference-form-container
    .notif-preference-checkbox[type="checkbox"]:checked:after {
    background-color: #007aff;
    border-color: #007aff;
    color: #fff;
  }
  
  .notification-preference-container
    .notif-preference-form-container
    .notif-preference-submit-btn {
    width: 250px;
    height: 48px;
    background: #fcd209;
    border-radius: 70px;
    margin-top: 32px;
    box-shadow: none;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-right: auto;
  }
  
  .notification-preference-container
    .notif-preference-form-container
    .notif-preference-submit-btn:active,
  .notification-preference-container
    .notif-preference-form-container
    .notif-preference-submit-btn:focus {
    background-color: #fcd209;
    border: none;
    box-shadow: none;
    color: #000;
  }
  
  .notification-preference-container
    .notif-preference-form-container
    .preference-submit-btn-container {
    width: 100%;
    text-align: left;
  }
  
  .notification-preference-container
    .notif-preference-form-container
    .notif-validation-error-box {
    width: 850px;
    background: #e83e3e;
    border-radius: 2px;
    position: relative;
    color: #fff;
    padding: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: -35px;
  }
  
  .notification-preference-container
    .notif-preference-form-container
    .notif-validation-error-box
    .error-close-btn {
    margin-left: auto;
  }
  
  @media (max-width: 992px) {
    .notification-preference-container .notification-preference-header {
      padding: 20px 15px;
    }
  
    .notification-preference-container .notif-preference-form-container {
      background-image: none;
      width: 100%;
      height: calc(100vh - 100px);
      margin-top: 75px;
      margin-bottom: 20px;
      padding: 16px 0 0;
      border-radius: 0;
    }
  
    .notification-preference-container
      .notif-preference-form-container
      .notif-preference-text {
      font-size: 16px;
      padding: 0 20px;
      line-height: 24px;
    }
  
    .notification-preference-container
      .notif-preference-form-container
      .notif-option-label {
      padding: 0 20px;
      font-size: 16px;
    }
  
    .notification-preference-container
      .notif-preference-form-container
      .preference-submit-btn-container {
      text-align: center;
      padding: 20px;
      position: fixed;
      bottom: 0;
      background-color: #fff;
      box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.13);
    }
  
    .notification-preference-container
      .notif-preference-form-container
      .notif-preference-submit-btn {
      width: 100%;
      margin-top: 0;
    }
  
    .notification-preference-container .notif-validation-error-box {
      align-items: flex-start;
      width: 100% !important;
      left: 0 !important;
      top: -10px !important;
      margin-top: -55px;
    }
  }
  
  .intro {
    text-align: center;
    padding: 60px 15px 15px;
    background-color: #fff;
    color: #000;
  }
  
  .intro .extra-padding {
    padding: 45px;
  }
  
  @media (max-width: 991px) {
    .intro .extra-padding {
      padding: 45px 0 0;
    }
  }
  
  .intro h1 {
    font-size: 40px;
  }
  
  @media (max-width: 991px) {
    .intro h1 {
      font-size: 24px;
    }
  }
  
  .intro h2 {
    font-size: 30px;
  }
  
  .intro .para-intro,
  .intro h4 {
    font-size: 20px;
    margin-bottom: 38px;
  }
  
  .intro .vs-media-group .media-para {
    margin: 0 0 10px;
    font-size: 14px;
  }
  
  .introMobileHeading span {
    display: block;
    margin: 10px;
  }
  
  .shortLinks li {
    display: inline-block;
    margin: 5px;
  }
  
  .shortLinks li a {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 25px;
    background-color: #f6f4f4;
    transition: 0.3s ease-in-out;
  }
  
  .shortLinks li a:active,
  .shortLinks li a:focus,
  .shortLinks li a:hover {
    background-color: #ffd000;
  }
  
  .app-shortlinks a {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
  }
  
  .customer-logos li {
    display: inline-block;
    margin: 30px 15px;
  }
  
  @media (max-width: 640px) {
    .customer-logos li {
      display: block;
    }
  }
  
  .vs-media-group .vs-media-img {
    background: #f6f4f4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }
  
  .vs-media-group .vs-media-img img {
    width: 28px;
    height: 32px;
    margin-right: 0 !important;
  }
  
  .clientImages {
    border-top: 1px solid #f6f4f4;
  }
  
  .qrcodecanvas {
    margin-bottom: 10px;
  }
  
  .qrcodecanvas canvas {
    width: 180px !important;
    height: auto !important;
  }
  
  @media (max-width: 992px) {
    .qrcodecanvas canvas {
      width: 150px !important;
    }
  }
  
  @media (max-width: 768px) {
    .qrcodecanvas canvas {
      width: 200px !important;
    }
  }
  
  .feature-section {
    text-align: center;
    padding: 45px;
  }
  
  .feature-section .reason-para {
    margin-bottom: 0.5rem !important;
    font-size: 16px;
  }
  
  .feature-section h2 {
    font-size: 28px;
  }
  
  .feature-section h2 .fa-fw {
    color: #f33;
  }
  
  .feature-card h1,
  .feature-card h2,
  .feature-card h3,
  .feature-card h4,
  .feature-card h5,
  .feature-card h6 {
    margin: 0;
  }
  
  .feedback-section {
    padding: 30px;
    text-align: center;
    background-image: linear-gradient(238deg, #e4e4e4, #fff);
  }
  
  @media (max-width: 768px) {
    .feedback-section {
      padding: 30px 0 0;
    }
  }
  
  .feedback-section .slick-custom-arrow {
    color: transparent;
    outline: 0;
    background: 0 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: none;
    margin: 0 10px;
  }
  
  .feedback-section .slick-custom-arrow:before {
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    color: #ffd000;
    font-size: 36px;
    opacity: 1;
  }
  
  .feedback-section .slick-custom-arrow.arrow-disabled {
    opacity: 0.25;
    cursor: default;
  }
  
  .feedback-section .next-button:before {
    content: "";
  }
  
  .feedback-section .prev-button:before {
    content: "";
  }
  
  .feedback-section .feedback-slider .slick-slide > div {
    margin: 10px;
  }
  
  .feedback_card_div .feed-para {
    font-size: 14px;
    margin-bottom: 0.5rem;
    font-family: Roboto, sans-serif;
  }
  
  .recognitions-section {
    background-color: #fbfbfb;
    padding: 45px;
  }
  
  @media (max-width: 991px) {
    .recognitions-section {
      padding: 45px 0;
    }
  }
  
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .recognitions-section {
      padding: 45px 0;
    }
  }
  
  .recognitions-section h2 {
    font-size: 28px;
  }
  
  .support-section {
    background: #f6f6f6;
    margin-bottom: 30px;
    padding: 30px;
  }
  
  .support-section .vs-tabs {
    border: 0;
  }
  
  .support-section h2 {
    font-size: 28px;
  }
  
  .support-section .tab-pane {
    display: block !important;
    opacity: 0;
    height: 0;
    transition: 0.4s;
  }
  
  .support-section .tab-pane.active {
    opacity: 1;
    height: auto;
  }
  
  .introMobileHeading {
    text-align: center;
  }
  
  .complianc-section {
    padding: 30px 0 60px;
  }
  
  .compliance-col {
    padding: 80px 120px 50px 130px;
  }
  
  .compliance-col .legal-para {
    font-size: 16px;
  }
  
  .download-btn {
    background: #ff0;
    padding: 10px 20px;
    border-radius: 20px;
  }
  
  .get-start {
    font-size: 16px;
  }
  
  .or-text {
    position: relative;
    top: 38px;
    left: 10px;
  }
  
  .smartphone-img {
    width: 12px;
    margin-right: 10px;
  }
  
  .qrcode-home {
    margin-top: -15px;
  }
  
  .compliance-section {
    padding-bottom: 20px;
  }
  
  @media (max-width: 767px) {
    .compliance-col {
      padding: 15px;
    }
  
    .download-btn,
    .mobile_app {
      margin-right: auto;
      margin-left: auto;
      display: block;
    }
  
    .download-btn {
      width: 200px;
    }
  
    .download-btn,
    .get-start,
    .or-text {
      text-align: center;
    }
  
    .or-text {
      padding: 20px;
      top: -6px;
      left: 0;
    }
  }
  
  @media (min-width: 768px) and (max-width: 990px) {
    .download-btn {
      background: #ff0;
      padding: 10px;
      border-radius: 20px;
      font-size: 12px;
    }
  
    .compliance-col {
      padding: 80px 0 0 50px;
    }
  }
  
  @media (min-width: 991px) and (max-width: 1024px) {
    .compliance-col {
      padding: 80px 0 50px 50px;
    }
  }
  
  .errorfooter {
    background-color: #000;
    padding: 25px;
    margin: 0;
  }
  
  .errorfooter p {
    font-size: 14px;
    text-align: center;
    color: #666;
  }
  
  .errorfooter p a {
    color: #b1aaaa;
    font-weight: 700;
  }
  
  .errorfooter p a:focus,
  .errorfooter p a:hover {
    color: #fff !important;
  }
  
  .thankyoucontainer {
    padding: 63px 25px 25px;
  }
  
  .thankyoucontainer .bannerImg {
    height: 150px;
  }
  
  .thankyoucontainer .thankyoudesc {
    font-size: 18px;
    color: #333;
    margin: 0 0 20px;
  }
  
  .thankyoucontainer .thankyoudescnew {
    font-size: 18px;
    color: #333;
    margin: 0 0 10px;
    text-align: center;
  }
  
  .thankyoucontainer .thankyouregardsnew {
    font-size: 18px;
    color: #333;
    margin: 0;
    text-align: center;
  }
  
  .thankyoucontainer .tick-mark-img {
    margin-left: auto;
    width: 100px;
    height: 100px;
    margin-right: auto;
    display: block;
  }
  
  .thankyoucontainer .close-btn {
    background: #fff000;
    text-align: center;
    margin-left: auto;
    width: 150px;
    margin-right: auto;
    display: block;
    font-size: 18px;
    padding: 8px 0;
    margin-top: 20px;
  }
  
  .thankyou-second-container {
    margin-bottom: 50px;
  }
  
  .thankyou-second-container .arrowleftdiv {
    border-bottom: 0;
  }
  
  .thankyou-second-container .arrowleftdiv:before {
    transform: rotate(225deg);
    border-left: 3px solid grey;
  }
  
  .thankyou-second-container .arrowleftdiv:after {
    transform: rotate(225deg);
    border-bottom: 3px solid grey;
  }
  
  .thankyou-second-container .text-center {
    text-align: center;
    margin: 34px 0 10px;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    color: #333;
  }
  
  .thankyou-second-container hr {
    border: 0;
    border-top: 3px solid #ffd000;
    clear: both;
    width: 100px;
  }
  
  .thankyou-second-container .card {
    margin-bottom: 20px;
  }
  
  .thank-you-section {
    position: relative;
    top: 200px;
  }
  
  .thank-you-section h1 {
    font-size: 24px;
    font-weight: 500 !important;
  }
  
  .thank-you-section p {
    font-size: 16px;
    font-weight: 500;
  }
  
  .thank-you-section span {
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
  }
  
  .thank-you-section .thankyou-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .thank-you-section .thank-content {
    text-align: center;
  }
  
  .thank-you-section .thank-content .paynow-btn-thankyou {
    width: 211px;
    height: 50px;
    border-radius: 52px;
    background-color: #fcd209;
    border-color: #fcd209;
    color: #000;
  }
  
  @media (max-width: 768px) {
    .thank-you-section {
      position: relative;
      top: 40px;
    }
  }
  
  .partnership-thankyou-parent {
    box-shadow: 0 11px 22px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    text-align: center;
    border-top: 7px solid #fcd209;
    background: #e6f2ff;
    min-height: 600px;
    margin: 80px 130px;
  }
  
  @media (max-width: 992px) {
    .partnership-thankyou-parent {
      margin: 50px 15px;
    }
  }
  
  .vakilsearch-logo {
    padding: 36px 0 29px;
    background: #fff;
  }
  
  .partnership-description .partnership-heading {
    padding: 40px 0 25px;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: #000;
  }
  
  @media (max-width: 992px) {
    .partnership-description .partnership-heading {
      padding: 100px 0 25px;
      font-size: 26px;
    }
  }
  
  .partnership-description .partnership-paragraph {
    font-size: 20px;
    line-height: 25px;
    color: #000;
  }
  
  @media (max-width: 992px) {
    .partnership-description .partnership-paragraph {
      margin: 0 8px 16px;
      font-size: 16px;
    }
  }
  
  .policies_main_page .terms-header {
    background-color: #f5f5f5;
  }
  
  .careers_div .careerBanner {
    padding-top: 125px;
    padding-bottom: 125px;
    text-align: center;
    color: #fff;
  }
  
  .careers_div .careerBanner h1 {
    font-weight: 700;
    font-size: 40px;
  }
  
  .careers_div .careerBanner h4 {
    font-size: 26px;
  }
  
  .careers_div .career_section_div {
    padding: 50px 0;
    text-align: center;
  }
  
  .careers_div .career_section_div p {
    font-size: 18px;
    line-height: 1.8;
  }
  
  .careers_div .career_section_div p a {
    color: #00f;
    text-decoration: underline;
  }
  
  .careers_div .positions_div {
    text-align: center;
  }
  
  .careers_div .positions_div h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  
  .careers_div .positions_div .row {
    justify-content: center;
  }
  
  .careers_div .positions_div .select_career {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
  }
  
  .careers_div .positions_div .select_career select {
    min-width: 250px;
    border-radius: 5px;
    padding: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    outline: 0;
  }
  
  .careers_div .positions_div .select_career:after {
    position: absolute;
    color: #433;
    font-family: Font Awesome\5 Free;
    content: "";
    font-weight: 900;
    right: 8px;
    transition: 0.3s ease-in-out;
    top: 14px;
  }
  
  .careers_div .jobpositionsTable {
    margin-top: 50px;
  }
  
  .careers_div .jobpositionsTable .table td,
  .careers_div .jobpositionsTable .table th {
    border-bottom: none;
    border-top: none;
    width: 25%;
  }
  
  .careers_div .jobpositionsTable .table td,
  .careers_div .jobpositionsTable .table td i {
    color: #8f9397;
  }
  
  .careers_div .jobpositionsTable .addpointer {
    cursor: pointer;
  }
  
  .careers_div .jobpositionsTable .border_career {
    border-bottom: 1px solid #dee2e6;
  }
  
  .careers_div .jobpositionsTable .rightcareericon {
    font-size: 24px;
  }
  
  .jobDescriptionDiv .jobdescriptionIntro {
    padding: 15px;
    margin: 25px 0;
  }
  
  .jobDescriptionDiv .jobdescriptionIntro .gobacktojob {
    cursor: pointer;
    font-size: 20px;
    color: #ffd000;
  }
  
  .jobDescriptionDiv .jobdescriptionIntro .gobacktojob i {
    color: #dee2e6;
  }
  
  .jobDescriptionDiv .jobdescriptionIntro h1 {
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
  }
  
  .jobDescriptionDiv .jobSummaryDiv {
    background-color: #f0f1f3;
    padding: 25px;
  }
  
  @media (max-width: 768px) {
    .jobDescriptionDiv .jobSummaryDiv {
      padding: 25px 0;
    }
  }
  
  .jobDescriptionDiv .jobSummaryDiv .summarysection {
    margin: 30px 0;
  }
  
  .jobDescriptionDiv .jobSummaryDiv .para_desc {
    font-size: 16px;
    line-height: 1.6;
    color: #606162;
  }
  
  .jobDescriptionDiv .jobSummaryDiv .title_job {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
  }
  
  .jobDescriptionDiv .jobSummaryDiv .li_career_div {
    margin-bottom: 18px;
  }
  
  .jobDescriptionDiv .jobSummaryDiv .li_career_div ul {
    padding-left: 20px;
    list-style: disc;
  }
  
  .jobDescriptionDiv .jobSummaryDiv .li_career_div ul p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
  }
  
  .jobDescriptionDiv .jobSummaryDiv .li_career_div ul li {
    list-style: none !important;
    line-height: 22px;
    padding-bottom: 10px;
    color: #606162;
    position: relative;
    font-size: 16px;
  }
  
  .jobDescriptionDiv .jobSummaryDiv .li_career_div ul li:before {
    content: "";
    border-color: transparent #666;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 5px;
    position: absolute;
  }
  
  .jobDescriptionDiv .jobSummaryDiv .li_career_div ul li.title_li {
    font-size: 18px;
    font-weight: 700;
  }
  
  .careerform h2 {
    font-size: 34px;
    font-weight: 900;
    color: #000;
    margin-bottom: 25px;
  }
  
  .careerform .inputstyles {
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    border: 1px solid #d6d6d6;
    background: #f2f2f2;
    margin-bottom: 20px !important;
    height: 50px;
    border-radius: 0;
    width: 100%;
    background-color: #fff;
  }
  
  .careerform .inputstyles.error_field {
    border: 1px solid #a94442;
  }
  
  .careerform .fileinput {
    padding: 18px 0;
    display: none;
  }
  
  .careerform .attachresume {
    margin-bottom: 12px;
  }
  
  .careerform .attachresume .labelresume {
    padding: 7px;
    min-width: 220px;
    margin-right: 8px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
  }
  
  .careerform .panel_btn button {
    width: 100%;
    padding: 10px 16px;
    transition: 0.4s;
  }
  
  .careerform .panel_btn button.disabledBtn,
  .careerform .panel_btn button.disabledBtn:active,
  .careerform .panel_btn button.disabledBtn:focus,
  .careerform .panel_btn button.disabledBtn:hover {
    background-color: #ccc !important;
    opacity: 0.65;
  }
  
  .careerform .supported-formats {
    color: #606162;
  }
  
  .careerform #send_request {
    display: none;
  }
  
  .careerform .intern-checkbox {
    margin: 20px 0;
    display: flex;
    font-size: 15px;
    flex-wrap: wrap;
    align-items: center;
    color: #a7a7a7;
  }
  
  .careerform .intern-checkbox span {
    height: 20px;
    width: 20px;
    border: 1px solid #d7d7d7;
    background: #fff;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    color: #000;
  }
  
  .careerform .intern-checkbox input[type="checkbox"]:checked + span:before {
    content: "✔";
    position: absolute;
    font-size: 20px;
    top: -5px;
    left: 0;
  }
  
  .careerform .validation-container {
    top: -13px;
    left: 0;
    color: #a94442;
    position: relative;
  }
  
  @media (max-width: 320px) {
    .careerform .attachresume .labelresume {
      padding: 7px;
      min-width: 185px;
      margin-right: 8px;
      background-color: #fff;
      display: inline-block;
      text-align: center;
    }
  }
  
  .partnerBanner {
    background: #f7f7f7;
    padding: 25px 0;
  }
  
  @media (max-width: 768px) {
    .partnerBanner .partner_absolutecontent {
      display: none;
    }
  }
  
  .partnerBanner h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    padding: 10px 0;
  }
  
  .partnerBanner h4 {
    font-size: 20px;
    font-weight: 700;
  }
  
  .partnerBanner ul {
    list-style: disc;
    padding-left: 20px;
  }
  
  .partnerBanner ul li {
    padding: 5px 0;
    font-size: 18px;
  }
  
  .partnerBanner .becomepartner {
    display: none;
  }
  
  @media (max-width: 992px) {
    .partnerBanner .becomepartner {
      display: block;
    }
  }
  
  .partnerBanner a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    background: #ffd200;
    padding: 10px 15px;
    margin: 25px 0;
    display: inline-block;
  }
  
  @media (max-width: 992px) {
    .partnerBanner a.partnerbanneranchor {
      display: none;
    }
  }
  
  .partner-signupbecome a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    background: #ffd200;
    padding: 10px 15px;
    margin: 25px 0;
    display: inline-block;
  }
  
  .partnerexperienced {
    padding: 35px 0 0;
  }
  
  .partnerexperienced h2 {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: #000;
  }
  
  .partnerexperienced .partnerlogo {
    text-align: center;
  }
  
  .partnerexperienced .partnerlogo img {
    height: 80px;
    margin: 30px;
  }
  
  .partnerexperienced .partnerlogo p {
    padding: 0 30px;
    font-size: 18px;
    color: #000;
    line-height: normal;
  }
  
  .partner_join {
    text-align: center;
    margin: 0 0 30px;
  }
  
  .partner_join .container {
    padding: 40px 30px;
    background: #f7f7f7;
  }
  
  .partner_join p {
    padding: 0 15px;
    font-size: 18px;
    color: #000;
    line-height: normal;
  }
  
  .partner_join h4 {
    font-size: 30px;
    padding: 15px 0 0;
    color: #000;
  }
  
  .partner_join a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    background: #ffd200;
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    cursor: pointer;
  }
  
  .partner_accordion {
    margin: 20px auto;
  }
  
  .partner_accordion > h2 {
    font-size: 34px;
    color: #000;
    text-align: center;
    margin: 40px auto;
    font-weight: 700;
  }
  
  .partner_accordion .card {
    border-left: 0;
    border-right: 0;
  }
  
  .partner_accordion .card-header {
    position: relative;
    background: #fff !important;
    border-bottom: 0 !important;
  }
  
  .partner_accordion .card-header > button {
    width: calc(100% - 15px);
    text-align: left;
  }
  
  .partner_accordion .card-header > button:focus {
    box-shadow: none;
  }
  
  .partner_accordion .card-header > button span {
    margin-left: 12px;
    font-size: 22px;
    text-transform: none;
    font-weight: 400;
    color: #000;
  }
  
  .partner_accordion .card-header > button:focus,
  .partner_accordion .card-header > button:hover {
    text-decoration: none;
  }
  
  .partner_accordion .accordion_div i {
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 100%;
    width: 12px;
    height: 12px;
    font-size: 20px;
    color: #000;
  }
  
  .partner_accordion .container {
    max-width: 95% !important;
  }
  
  .partner_accordion .image_partners {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    margin: 10px;
  }
  
  .partner_accordion .image_partners img {
    padding: 12px;
  }
  
  .partner_signup_div {
    padding: 0;
    margin: 0;
  }
  
  .partner_signup_div,
  .partner_signup_div.nobackground {
    background: #fff !important;
  }
  
  .partner_signup_div .jobDescriptionDiv {
    background: #f6f6f6;
    padding-bottom: 50px;
  }
  
  .partner_signup_div .jobdescriptionIntro {
    margin: 0;
    padding: 15px;
  }
  
  .partner_signup_div .gobacktojob {
    color: #000 !important;
    font-size: 20px;
  }
  
  .partner_signup_div .gobacktojob i {
    color: #000 !important;
  }
  
  .partner_signup_div .image_signup {
    width: 250px;
    text-align: center;
    margin: 20px auto;
  }
  
  .partner_signup_div .image_signup img {
    width: 100%;
    height: auto;
  }
  
  .partner_signup_div .jobdescriptionIntro p {
    font-size: 18px;
    color: #000;
    line-height: normal;
    padding: 15px 15px 0;
  }
  
  @media (min-width: 992px) {
    .partner_signup_div .jobdescriptionIntro p {
      padding: 0 40px;
    }
  }
  
  .partner_signup_div .sticyform {
    position: fixed;
    top: 110px;
    float: right;
    right: 0;
    width: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    z-index: 9;
  }
  
  .partnerstorymodal .modal-header {
    border: 0;
    padding: 15px 15px 0;
  }
  
  .partnerstorymodal .modal-header .modal-title {
    text-align: center;
    width: 100%;
  }
  
  .partnerstorymodal .modal-header .modal-title button {
    position: absolute;
    right: 15px;
  }
  
  .partnerstorymodal .service_cart_form {
    border: 0;
  }
  
  .stickyformdiv {
    display: flex;
  }
  
  .stickyformdiv a {
    cursor: pointer;
  }
  
  .stickyformdiv.hidepartnerform .service_cart_form.card {
    width: 0 !important;
  }
  
  .stickyformdiv .service_cart_form.card {
    transition: 0.4s;
    border-radius: 0;
  }
  
  @media (min-width: 992px) {
    .stickyformdiv .service_cart_form.card {
      width: 350px !important;
    }
  }
  
  .stickyformdiv .service_cart_form.card .selectdropdown {
    margin: 0 0 8px;
  }
  
  .stickyformdiv .service_cart_form.card input {
    padding: 12px 15px;
  }
  
  .stickyformdiv .service_cart_form.card textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding: 12px 15px;
  }
  
  .stickyformdiv .service_cart_form.card .partnercheckbox span {
    padding-left: 5px;
  }
  
  .stickyformdiv .service_cart_form.card .partnercheckbox span a {
    color: #ffd000;
    text-decoration: underline;
  }
  
  .stickyformdiv .service_cart_form.card .partnercheckbox span a:hover {
    text-decoration: none;
  }
  
  .stickyformdiv .service_cart_form.card .serviceaction {
    margin-top: 10px;
    text-align: center;
    display: block;
  }
  
  .stickyformdiv .service_cart_form.card .serviceaction button:disabled {
    background: #ccc;
    border-color: #ccc;
  }
  
  .partnerstories {
    background: #505050;
    text-align: center;
    padding: 18px;
  }
  
  .partnerstories a {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    background: #ffd200;
    padding: 11px 15px;
    display: inline-block;
  }
  
  .partner_portal_div {
    scroll-behavior: smooth;
  }
  
  .partner_portal_div .portalBanner {
    background-image: url(https://assets.vakilsearch.com/live-images/partnerportalassets/partnerPortalBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
  }
  
  .partner_portal_div .portalBanner .partnerPortalYellowContainer {
    height: 90%;
    width: 90%;
    background-color: rgba(253, 208, 6, 0.65);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .partner_portal_div .portalBanner .partnerPortalYellowContainer h1 {
    font-size: 110px;
    line-height: 115px;
    font-weight: 900;
    text-align: center;
    width: 70%;
  }
  
  .partner_portal_div .portalBanner .partnerPortalYellowContainer h6 {
    font-size: 18px;
    text-align: center;
    width: 60%;
  }
  
  @media (max-width: 992px) {
    .partner_portal_div .portalBanner .partnerPortalYellowContainer {
      height: 60%;
      width: 85%;
    }
  
    .partner_portal_div .portalBanner .partnerPortalYellowContainer h1 {
      font-size: 35px;
      line-height: 40px;
      width: 90%;
    }
  
    .partner_portal_div .portalBanner .partnerPortalYellowContainer h6 {
      font-size: 14px;
      width: 95%;
    }
  }
  
  .partner_portal_div .bankDetails_div .knowMoreButton {
    background-color: #fdd106;
    border: none;
    border-radius: 24px;
    color: #000;
    padding: 7px 50px;
    font-size: 16px;
    box-shadow: none;
  }
  
  @media (max-width: 991px) {
    .partner_portal_div .bankDetails_div .knowMoreButton {
      font-size: 12px;
      padding: 5px 25px;
    }
  }
  
  .partner_portal_div .bankDetails_div .portal_tabs_div {
    margin: 30px auto;
  }
  
  .partner_portal_div .bankDetails_div .portal_tabs_div .partnerNavPillContainer {
    flex-wrap: nowrap;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .partnerNavPillContainer
    .pillContainerCol {
    flex-shrink: 0;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .partnerNavPillContainer
    .partnerNavPill {
    text-align: center;
    font-size: 14px;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .partnerNavPillContainer
    .partnerNavPill
    .partnerNavItem {
    padding: 10px 5px;
    width: 100%;
    overflow: hidden;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .partnerNavPillContainer
    .partnerNavPill
    .partnerNavItem.second-nav-item {
    padding: 0;
    width: 270px;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .partnerNavPillContainer
    .partnerNavPill
    .partnerNavItem
    .partnerNavLink {
    color: #000;
    background-color: #e6e6e6;
    border-radius: 12px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.2px;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .partnerNavPillContainer
    .partnerNavPill
    .partnerNavItem
    .partnerNavLink.active {
    background-color: #ffd000;
    font-weight: 700;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .partnerNavPillContainer
    .partnerNavPill
    .partnerNavItem
    .partnerNavLink.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
    color: grey;
  }
  
  .partner_portal_div .bankDetails_div .portal_tabs_div .tab-content {
    margin: 20px auto;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .build-content {
    padding: 30px 0 10px 60px;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList {
    background-color: #f2f2f2;
    margin: 15px;
    padding: 20px 0;
    border-radius: 14px;
    display: flex;
    align-items: center;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList
    h4 {
    font-size: 28px;
    font-weight: 700;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList
    h5 {
    font-size: 16px;
    font-weight: 400;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList
    .partner-know-more-btn {
    background-color: #fdd106;
    border: none;
    border-radius: 24px;
    color: #000;
    padding: 7px 50px;
    font-size: 16px;
    box-shadow: none;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList
    .partner-know-more-btn:focus {
    border: none;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList.imageOnly {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList.withDesc {
    width: 100%;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList.withDesc
    .img-col {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList.withDesc
    .desc-col {
    padding: 0 20px;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList.withDesc.mobile {
    display: flex;
    width: 100%;
    margin-left: 0;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList.withDesc.mobile
    .img-col {
    width: 50%;
    display: grid;
    align-items: center;
    padding: 0 5px 0 10px;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList.withDesc.mobile
    .desc-col {
    width: 50%;
    padding: 0 10px 0 5px;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList.withDesc.mobile
    .desc-col
    h5 {
    font-weight: 700;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList.withDesc.mobile
    .desc-col
    p {
    font-size: 12px;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    .clientList.withDesc.mobile
    .desc-col
    .partner-know-more-btn {
    font-size: 12px;
    padding: 5px 25px;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .tab-pane
    h1 {
    color: #000;
    font-weight: 700;
    font-size: 30px;
  }
  
  .partner_portal_div .bankDetails_div .portal_tabs_div .tab-content .tab-pane p {
    color: #000;
    font-size: 20px;
  }
  
  .partner_portal_div
    .bankDetails_div
    .portal_tabs_div
    .tab-content
    .partner-know-more-btn {
    background-color: #fdd106;
    border: none;
    border-radius: 24px;
    color: #000;
    padding: 7px 50px;
    font-size: 16px;
    box-shadow: none;
  }
  
  @media (max-width: 991px) {
    .partner_portal_div
      .bankDetails_div
      .portal_tabs_div
      .tab-content
      .partner-know-more-btn {
      font-size: 12px;
      padding: 5px 25px;
    }
  }
  
  .partner-form {
    text-align: center;
    margin: 30px;
  }
  
  .partner-form .partner-discription {
    text-align: center;
    margin-top: 30px;
  }
  
  .partner-form .partner-discription .p-discription {
    font-size: 24px;
  }
  
  @media (max-width: 991px) {
    .partner-form .partner-discription .p-discription {
      display: block;
      width: 100%;
      font-size: 16px;
      padding: 0;
    }
  }
  
  .partner-form .partner-signup {
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .partner-form .partner-form-selection {
    text-align: start;
    background: rgba(255, 247, 212, 0.644);
    color: #999;
    padding: 30px 100px;
    margin: 0 auto;
    width: 55%;
    height: 100%;
    border-radius: 20px;
  }
  
  @media (max-width: 991px) {
    .partner-form .partner-form-selection {
      display: block;
      width: 100%;
      padding: 20px;
      height: 10%;
      background: rgba(255, 247, 212, 0.644);
    }
  }
  
  .partner-form .partner-form-selection .input-text {
    width: 100%;
    padding-bottom: 15px;
    margin: 30px 0 0;
    box-sizing: border-box;
    background: transparent;
    border: none;
    border-bottom: 2px solid #999;
    font-size: 15px;
  }
  
  .partner-form .partner-form-selection .btn-partner {
    display: block;
    border-radius: 20px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    background-color: #fdd106;
    padding: 10px 50px;
    border: none;
    margin: 30px auto auto;
  }
  
  .partner-form .partner-form-selection .btn-partner:focus {
    border: none;
    box-shadow: none !important;
  }
  
  .partner-form .partner-form-selection .btn-partner:active {
    background-color: #fdd106;
    color: #000;
  }
  
  .partner-form .partner-tc {
    text-align: start;
    font-size: 25px;
    font-weight: 700;
    margin: 30px 100px 10px;
  }
  
  @media (max-width: 991px) {
    .partner-form .partner-tc {
      display: block;
      width: 100%;
      margin: 10px;
      padding-top: 20px;
    }
  }
  
  .partner-form .partner-fdiscription {
    font-size: 20px;
    text-align: justify;
    margin: 0 100px 30px;
    color: grey;
  }
  
  @media (max-width: 991px) {
    .partner-form .partner-fdiscription {
      display: block;
      width: 100%;
      margin-left: 10px;
      padding-right: 10px;
      font-size: 16px;
    }
  }
  
  .tars-links li {
    margin: 20px 0;
  }
  
  .tars-links li a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    transition: 0.2s ease-in-out;
  }
  
  .tars-links li a:hover {
    color: #2e5aea;
  }
  
  .tars-links li.active a {
    color: #2e5aea;
    text-decoration: underline;
  }
  
  .advocatebanner {
    margin-bottom: 35px;
  }
  
  .advocatebanner.banneronly h2 {
    font-size: 24px;
    color: #444;
    padding: 25px 0;
    text-align: center;
  }
  
  .advocatebanner .iconDescription {
    padding: 0 15px;
  }
  
  .advocatebanner .iconDescription h3 {
    font-size: 36px;
    color: #444;
    padding: 25px 0;
  }
  
  .advocatebanner .iconDescription p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
  }
  
  .advocatebanner .iconDescription h4 {
    font-size: 18px;
    font-weight: 700;
  }
  
  .advocatebanner .iconDescription li {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
  }
  
  .advocatebanner.videobanner {
    margin-top: 360px;
    border: 10px solid #fcd309;
    padding-bottom: 28px;
  }
  
  @media (max-width: 768px) {
    .advocatebanner.videobanner {
      padding: 10px;
    }
  }
  
  .advocatebanner.videobanner .video_div {
    position: relative;
    margin-top: -270px;
  }
  
  .advocatebanner.iconbanner {
    margin-top: 120px;
    border: 10px solid #fcd309;
  }
  
  @media (max-width: 768px) {
    .advocatebanner.iconbanner {
      border: 3px solid #fcd309;
    }
  }
  
  .advocatebanner.iconbanner .icon_div {
    position: relative;
    top: -63px;
    left: -63px;
  }
  
  @media (max-width: 1260px) {
    .advocatebanner.iconbanner .icon_div {
      left: -30px;
      top: -30px;
    }
  }
  
  @media (max-width: 768px) {
    .advocatebanner.iconbanner .icon_div {
      left: -15px;
      top: -15px;
      max-width: 400px;
    }
  }
  
  @media (max-width: 430px) {
    .advocatebanner.iconbanner .icon_div {
      left: -15px;
      top: -15px;
      max-width: 100%;
    }
  }
  
  .advocatebanner img {
    width: 100%;
  }
  
  .advocatebanner .title_div {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
  }
  
  .iAdvocate_div .advocate_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
  }
  
  @media (max-width: 768px) {
    .iAdvocate_div .grubmate_img.left_img {
      max-width: 100%;
      flex: 0 0 100%;
    }
  
    .iAdvocate_div .grubmate_img.right_img {
      max-width: 100%;
      flex: 0 0 100%;
      text-align: center;
    }
  
    .iAdvocate_div .grubmate_img.right_img ul {
      margin-top: 0 !important;
    }
  
    .iAdvocate_div .grubmate_img.right_img ul li {
      padding: 5px;
    }
  }
  
  .iAdvocate_div .grubmate_img li {
    padding: 15px;
  }
  
  @media (max-width: 768px) {
    .iAdvocate_div .advocate_header ul {
      display: none;
    }
  }
  
  .recurringpayment {
    background-color: #ebebeb;
  }
  
  .recurringpayment .recurringpaymentform {
    padding-bottom: 20px;
  }
  
  .recurringpayment .recurringpaymentform .bgrecurrence {
    background: #ffd000;
    height: 350px;
  }
  
  .recurringpayment .recurringpaymentform .recurringform {
    width: 90% !important;
    left: 5%;
    margin-top: -250px;
  }
  
  .recurringpayment .recurringpaymentform .recurringform .panel_btn button {
    padding: 13px 0;
    border-radius: 5px;
  }
  
  .recurringpayment .recurringpaymentform small {
    text-align: center;
    display: block;
    padding: 8px;
    font-size: 14px;
  }
  
  .recurringpayment .recurring_head img {
    padding-top: 25px;
  }
  
  .recurringpayment .recurring_head h2 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 65px;
  }
  
  .recurringpayment .recurring_head p {
    margin-top: 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
  }
  
  .recurringpayment .recurring_head .recurringimage {
    padding-bottom: 20px;
  }
  
  .recurringbusiness {
    padding: 25px 0;
  }
  
  .recurringbusiness h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  
  .recurringbusiness p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 0;
  }
  
  .recurringwork {
    background-color: #ffd000;
    padding: 25px 0;
  }
  
  .recurringwork h2 {
    font-size: 30px;
    text-align: center;
  }
  
  .recurringwork ul {
    margin-bottom: 70px;
  }
  
  .recurringwork .footerul {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  
  .recurringwork .footerul h5 {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
  }
  
  .recurringwork .footerul p {
    font-size: 16px;
    color: #000 !important;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
  }
  
  @media (max-width: 992px) {
    .recurringwork .tree_recurring {
      width: 85%;
      margin: 0 auto;
    }
  }
  
  @media (max-width: 768px) {
    .recurringwork .tree_recurring {
      width: 92%;
      margin: 0 auto;
    }
  }
  
  .recurringwork .treediv .circle_span {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 8px 16px;
    font-size: 20px;
    border-radius: 50%;
    color: #000;
    max-height: 50px;
    border: 3px solid #fff;
  }
  
  .recurringwork .treediv li {
    width: 100%;
    position: relative;
    border: 4px solid #fff;
    width: calc(86% - 145px);
    padding: 22px 0;
    top: 12px;
  }
  
  @media (max-width: 1199px) {
    .recurringwork .treediv li {
      width: calc(86% - 170px);
    }
  }
  
  @media (max-width: 992px) {
    .recurringwork .treediv li {
      width: 100%;
    }
  }
  
  .recurringwork .treediv li h4 {
    font-size: 24px;
  }
  
  .recurringwork .treediv li p {
    font-size: 16px;
  }
  
  .recurringwork .treediv img {
    position: relative;
    top: 15px;
  }
  
  @media (max-width: 992px) {
    .recurringwork .treediv img {
      display: none;
    }
  }
  
  .recurringwork .treediv.left {
    text-align: left;
  }
  
  .recurringwork .treediv.left li {
    margin-right: auto;
    margin-left: 150px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
  }
  
  .recurringwork .treediv.left li p {
    padding-left: 50px;
  }
  
  @media (max-width: 992px) {
    .recurringwork .treediv.left li {
      margin-left: 0;
    }
  }
  
  .recurringwork .treediv.left li span {
    top: 14px;
  }
  
  .recurringwork .treediv.left li span:after {
    content: "";
    border: 5px solid #fdd408;
    left: 16px;
    position: absolute;
    height: 24px;
    bottom: -26.5px;
  }
  
  @media (max-width: 992px) {
    .recurringwork .treediv.left li span:after {
      height: 14px;
      bottom: -16.5px;
    }
  }
  
  .recurringwork .treediv.left li span:before {
    content: "";
    border: 5px solid #fdd408;
    left: 16px;
    position: absolute;
    height: 17px;
    top: -20.5px;
  }
  
  @media (max-width: 992px) {
    .recurringwork .treediv.left li span:before {
      height: 13px;
      top: -16.5px;
    }
  }
  
  .recurringwork .treediv.left img {
    float: left;
  }
  
  .recurringwork .treediv.left .circle_span {
    float: left;
    left: -26px;
    position: relative;
  }
  
  .recurringwork .treediv.left .tree_description {
    position: relative;
  }
  
  .recurringwork .treediv.right {
    text-align: right;
  }
  
  .recurringwork .treediv.right li {
    border-left: 0;
    margin-left: auto;
    margin-right: 150px;
  }
  
  @media (max-width: 992px) {
    .recurringwork .treediv.right li {
      margin-right: 0;
    }
  }
  
  .recurringwork .treediv.right li p {
    padding-right: 50px;
  }
  
  .recurringwork .treediv.right li span {
    top: 14px;
  }
  
  .recurringwork .treediv.right li span:after {
    content: "";
    border: 5px solid #fdd408;
    right: 16px;
    position: absolute;
    height: 24px;
    bottom: -26.5px;
  }
  
  @media (max-width: 992px) {
    .recurringwork .treediv.right li span:after {
      height: 14px;
      bottom: -16.5px;
    }
  }
  
  .recurringwork .treediv.right li span:before {
    content: "";
    border: 5px solid #fdd408;
    right: 16px;
    position: absolute;
    height: 17px;
    top: -20.5px;
  }
  
  @media (max-width: 992px) {
    .recurringwork .treediv.right li span:before {
      height: 13px;
      top: -16.5px;
    }
  }
  
  .recurringwork .treediv.right img {
    float: right;
  }
  
  .recurringwork .treediv.right .circle_span {
    position: relative;
    float: right;
    right: -26px;
  }
  
  .recurringwork .treediv.right .tree_description {
    position: relative;
  }
  
  .recurringwork .treediv.firstdiv span:before {
    top: -40.5px !important;
    height: 37px !important;
  }
  
  .recurringwork .treediv.lastdiv li {
    border-bottom: 5px solid #fff !important;
  }
  
  .recurringwork .treediv.lastdiv li:after {
    content: "";
    position: absolute;
    right: -5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    bottom: -17px;
  }
  
  .recurringwork .treediv.lastdiv span:before {
    content: "";
  }
  
  .whyvakilsearch_recurring {
    background-color: #ebebeb;
    padding: 50px 0;
  }
  
  .whyvakilsearch_recurring h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  
  .whyvakilsearch_recurring p {
    font-size: 18px;
    line-height: 26px;
  }
  
  .whyvakilsearch_recurring ul {
    list-style: disc;
  }
  
  .whyvakilsearch_recurring ul li {
    margin-bottom: 27px;
    margin-left: 25px;
    font-size: 24px;
  }
  
  .whyvakilsearch_recurring ul li h4 {
    font-weight: 600;
    margin: 0 0 7px;
    font-size: 18px;
  }
  
  .recurring_subscription {
    padding: 25px 0;
  }
  
  .recurring_subscription h2 {
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
  }
  
  .recurring_subscription table td {
    text-align: center;
    border: 0;
  }
  
  .joinvakilsearch {
    padding: 50px 0;
    font-weight: 700;
    background-color: #ebebeb;
  }
  
  .joinvakilsearch h2 {
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
  }
  
  .joinvakilsearch p {
    margin-top: 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .recurringpaymentMain .grubmate_img {
      max-width: 100%;
      flex: 0 0 100%;
      text-align: center !important;
    }
  }
  
  .primepagediv {
    padding-top: 15px;
  }
  
  .primepagediv .headerlogo {
    text-align: center;
  }
  
  .primepagediv .openmodal_previlige {
    box-shadow: 3.5px 3.5px 6px 0 rgba(0, 0, 0, 0.09);
    background-color: #000;
    text-shadow: 1.4px 1.4px 0 #fff;
    font-size: 26px;
    color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 10px 89px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .primepagediv .openmodal_previlige:hover {
    color: inherit;
  }
  
  .primepagediv .openmodal_previlige.joinbtn {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    white-space: inherit;
  }
  
  @media (min-width: 992px) {
    .primepagediv .openmodal_previlige.joinbtn {
      padding: 15px 134px;
    }
  }
  
  @media (max-width: 992px) {
    .primepagediv .openmodal_previlige.priviligebtn {
      padding-left: 10px;
      padding-right: 10px;
      width: 90%;
      margin-left: 5%;
    }
  }
  
  @media (max-width: 768px) {
    .primepagediv .openmodal_previlige.priviligebtn {
      width: 100%;
      margin-left: 0;
    }
  }
  
  .primepagediv .primebanner {
    background-color: #ffd000;
    text-align: center;
    margin-top: 20px;
  }
  
  .primepagediv .primebanner h2 {
    text-shadow: 1.4px 1.4px 0 #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding-top: 49px;
  }
  
  @media (max-width: 600px) {
    .primepagediv .primebanner h2 {
      font-size: 22px;
    }
  }
  
  .primepagediv .primebanner h1 {
    text-shadow: 2.1px 2.1px 0 #000;
    font-size: 80px;
    font-weight: 700;
    font-stretch: normal;
    font-style: italic;
    text-align: center;
    color: #f7f7f7;
  }
  
  @media (max-width: 600px) {
    .primepagediv .primebanner h1 {
      font-size: 40px;
    }
  }
  
  .primepagediv .primesubbanner {
    background-color: #ffd000;
  }
  
  .primepagediv .primesubbanner p {
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 1.4em;
    margin: 0;
    padding: 15px;
  }
  
  .primepagediv .primeprevilige_div {
    padding: 20px 0;
    text-align: center;
    background-color: #f7f7f7;
  }
  
  .primepagediv .primeprevilige_div h2 {
    text-shadow: 2.1px 2.1px 0 #fdd208;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 20px;
  }
  
  @media (max-width: 600px) {
    .primepagediv .primeprevilige_div h2 {
      font-size: 24px;
      padding: 10px 0;
    }
  }
  
  .primepagediv .primeprevilige_div p {
    font-size: 16px;
    color: #221f1f;
    line-height: 1.4em;
    padding-bottom: 10px;
    text-align: center;
  }
  
  @media (max-width: 600px) {
    .primepagediv .primeprevilige_div p {
      font-size: 15px;
    }
  }
  
  .primepagediv .prime_benefits {
    padding: 60px 0 40px;
  }
  
  @media (max-width: 992px) {
    .primepagediv .prime_benefits {
      padding: 30px 0 20px;
    }
  }
  
  .primepagediv .prime_benefits h1 {
    font-size: 90px;
    font-weight: 700;
    position: relative;
    top: -65px;
    margin-bottom: 0;
  }
  
  @media (max-width: 992px) {
    .primepagediv .prime_benefits h1 {
      font-size: 60px;
      top: -50px;
    }
  }
  
  .primepagediv .prime_benefits table th {
    border: 0;
    font-size: 18px;
  }
  
  .primepagediv .prime_benefits table td {
    font-size: 16px;
    text-align: center;
    padding: 7px;
    vertical-align: middle;
  }
  
  .primepagediv .prime_benefits table td:first-child {
    text-align: left;
    padding-left: 15px;
  }
  
  .primepagediv .prime_benefits table td:last-child {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #d95454;
    padding-top: 0;
  }
  
  .primepagediv .prime_begin {
    background-color: #000;
    text-align: center;
    padding-bottom: 60px;
  }
  
  .primepagediv .prime_begin h1 {
    text-shadow: 2.1px 2.1px 0 hsla(0, 0%, 100%, 0.23);
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    color: #fdd208;
    padding-top: 49px;
  }
  
  @media (max-width: 768px) {
    .primepagediv .prime_begin h1 {
      font-size: 40px;
    }
  }
  
  .primepagediv .prime_begin p {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding-top: 30px;
  }
  
  .primepagediv .prime_begin p a {
    background-color: #000;
    border: 1px solid #fff;
    padding: 6px 20px;
    margin-left: 20px;
    font-size: 26px;
    color: #fff;
    text-shadow: none;
    cursor: pointer;
  }
  
  .primepagediv .prime_join {
    padding: 25px 0;
  }
  
  .primepagediv .prime_join h2 {
    font-size: 29px;
    text-align: center;
    padding: 40px;
    font-weight: 700;
  }
  
  @media (max-width: 768px) {
    .primepagediv .prime_join h2 {
      font-size: 20px;
    }
  }
  
  .primepagediv .prime_join .card {
    border: 0;
    background: #f7f7f7;
    margin-bottom: 40px;
    border-radius: 0;
  }
  
  .primepagediv .prime_join .card .card-title {
    padding: 11px;
    display: inline-block;
    font-weight: 700;
    background-color: #ffd000;
  }
  
  .primepagediv .prime_join .card .card-text {
    font-size: 18px;
    font-weight: 700;
  }
  
  .primepagediv .joinvakilsearch {
    background-color: #f7f7f7;
  }
  
  @media (max-width: 768px) {
    .primepagediv .grubmate_img {
      max-width: 100%;
      flex: 0 0 100%;
      text-align: center !important;
    }
  }
  
  .primemodal .close {
    padding: 3px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #fdd208;
    position: absolute;
    right: 18px;
    color: #000;
    opacity: 1;
    border: 0;
    top: 20px;
    outline: 0;
  }
  
  .primemodal .primeform.card {
    box-shadow: none;
    border: 1px solid #fdd408;
  }
  
  .primemodal .primeform.card .panel_btn button {
    padding: 15px 0;
    font-weight: 700;
  }
  
  .aligncenter {
    align-items: center;
  }
  
  .FundRaisingDiv .first_section {
    background-color: #a7a5a6;
    padding: 30px 0 0 30px;
  }
  
  @media (max-width: 768px) {
    .FundRaisingDiv .first_section .fundraisingimage {
      height: 250px;
    }
  }
  
  .FundRaisingDiv .first_section img {
    padding-bottom: 25px;
    width: 180px;
  }
  
  .FundRaisingDiv .first_section h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 25px;
  }
  
  @media (max-width: 768px) {
    .FundRaisingDiv .first_section h1 {
      margin-bottom: 12px;
      font-size: 30px;
      line-height: 34px;
    }
  }
  
  .FundRaisingDiv .first_section h3 {
    font-size: 34px;
    color: #fff;
    line-height: 40px;
  }
  
  .FundRaisingDiv .first_section h3 span {
    color: #000;
    padding-right: 8px;
  }
  
  @media (max-width: 768px) {
    .FundRaisingDiv .first_section h3 {
      font-size: 24px;
      line-height: 30px;
    }
  }
  
  .FundRaisingDiv .first_section h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    font-style: italic;
  }
  
  .FundRaisingDiv .first_section h4 i {
    font-size: 35px;
  }
  
  .FundRaisingDiv .first_section h4 span {
    font-size: 75%;
  }
  
  @media (max-width: 768px) {
    .FundRaisingDiv .first_section h4 {
      font-size: 30px;
    }
  
    .FundRaisingDiv .first_section h4 i {
      font-size: 24px;
    }
  }
  
  .FundRaisingDiv .second_section .fundraisingform {
    width: 100%;
    margin-top: -25px;
  }
  
  .FundRaisingDiv .second_section .fundraisingform h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  
  @media (max-width: 768px) {
    .FundRaisingDiv .second_section .fundraisingform h2 {
      font-size: 26px;
    }
  }
  
  .FundRaisingDiv .second_section .fundraisingform .panel_btn .offer_emi {
    width: auto;
    text-align: right;
    font-size: 26px;
    margin-bottom: 15px;
    display: inline-block;
  }
  
  @media (max-width: 768px) {
    .FundRaisingDiv .second_section .fundraisingform .panel_btn .offer_emi {
      font-size: 18px;
    }
  }
  
  .FundRaisingDiv .second_section .fundraisingform .panel_btn button {
    width: 288px;
    padding: 10px 0;
  }
  
  .FundRaisingDiv .third_section {
    margin: 35px 0;
  }
  
  .FundRaisingDiv .third_section h2 {
    font-size: 30px;
    text-align: center;
  }
  
  .FundRaisingDiv .third_section .container > p {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #231f20;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .FundRaisingDiv .third_section .fundraisingimg {
    text-align: center;
  }
  
  .FundRaisingDiv .third_section img {
    max-width: 180px;
    margin-bottom: 50px;
  }
  
  .FundRaisingDiv .third_section hr {
    border-top: 5px solid #ffd200;
    max-width: 155px;
    margin: 0 auto 20px;
  }
  
  .FundRaisingDiv .third_section .card {
    border: 0;
    background: hsla(0, 0%, 71.8%, 0.2);
    margin-bottom: 40px;
    border-radius: 0;
    min-height: 210px;
    text-align: center;
  }
  
  .FundRaisingDiv .third_section .card.nobackground {
    min-height: auto;
    text-align: left;
    background-color: transparent;
    margin-bottom: 0;
  }
  
  .FundRaisingDiv .third_section .card .card-title {
    font-size: 24px;
    font-weight: 700;
  }
  
  .FundRaisingDiv .third_section .card .card-text {
    font-size: 18px;
    line-height: 28px;
  }
  
  .FundRaisingDiv .fourthsection hr {
    background: #000;
  }
  
  .FundRaisingDiv .fourthsection p {
    font-size: 18px;
    color: rgba(35, 31, 32, 0.5);
    line-height: 28px;
    text-align: center;
  }
  
  .compliance-calendar {
    color: #fff;
  }
  
  .compliance-calendar .btn-primary {
    display: inline-block;
    margin-bottom: 10px;
    background-color: #ffd000;
  }
  
  .businessloandiv .headerdiv {
    margin: 15px 0;
  }
  
  .businessloandiv .headingsection {
    background: #ffd000;
    padding: 70px 0 210px;
  }
  
  .businessloandiv .headingsection h1 {
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  
  .businessloandiv .headingsection p {
    font-size: 20px;
    line-height: 30px;
  }
  
  .businessloandiv .formsection {
    position: relative;
    top: -160px;
  }
  
  .businessloandiv .formsection .formsectiondiv {
    background-color: #ebebeb;
    padding: 45px 0;
  }
  
  .businessloandiv .formsection .formsectiondiv .service_cart_form.card {
    background-color: transparent;
    border: 0;
  }
  
  .businessloandiv
    .formsection
    .formsectiondiv
    .service_cart_form.card
    .custom_label
    input {
    padding-left: 15px;
  }
  
  .businessloandiv
    .formsection
    .formsectiondiv
    .service_cart_form.card
    .custom_label
    input.rupeeimg {
    background: url(https://assets.vakilsearch.com/live-images/website_revamp/rupees-icon.png)
      no-repeat;
    background-size: contain;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 5px;
    background-color: #fff;
  }
  
  .businessloandiv
    .formsection
    .formsectiondiv
    .service_cart_form.card
    .card-title {
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 40px;
    font-size: 24px;
  }
  
  .businessloandiv
    .formsection
    .formsectiondiv
    .service_cart_form.card
    .serviceaction {
    display: block;
    text-align: center;
  }
  
  .businessloandiv
    .formsection
    .formsectiondiv
    .service_cart_form.card
    .serviceaction
    button {
    padding: 10px 70px;
  }
  
  .businessloandiv
    .formsection
    .formsectiondiv
    .service_cart_form.card
    .moredetailscontent
    h4 {
    text-align: center;
    font-size: 13px;
    padding-top: 12px;
  }
  
  .businessloandiv .businessloanfaqs {
    position: relative;
    top: -90px;
  }
  
  .businessloandiv .businessloanfaqs h2 {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card {
    border: 0;
    margin-bottom: 20px;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card-header {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 7px 0;
    margin-bottom: 5px;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card-header.activecolor {
    background-color: #ebebeb;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card-header:hover span {
    color: #dcb513;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card-header > button {
    width: 100%;
    text-align: left;
    color: #000;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card-header > button span {
    font-weight: 700;
    font-size: 18px;
    padding-right: 23px;
    display: inline-block;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card-header > button:hover {
    text-decoration: none;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card-header > button:hover span {
    color: #dcb513;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card-header > button:focus {
    text-decoration: none;
    box-shadow: none;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card-header > button:active span,
  .businessloandiv .businessloanfaqs .accordion .card-header > button:focus span {
    color: #dcb513;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card-header > button i {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
  }
  
  .businessloandiv .businessloanfaqs .accordion .card-body p {
    font-size: 18px;
  }
  
  .businessloandiv .businessloanterms {
    position: relative;
    top: -50px;
    margin-bottom: 40px;
  }
  
  .businessloandiv .businessloanterms h2 {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
  }
  
  .businessloandiv .businessloanterms ul {
    list-style: decimal;
    margin: 20px;
  }
  
  .businessloandiv .businessloanterms ul li {
    list-style-type: decimal;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding-left: 10px;
    margin-bottom: 15px;
    text-align: justify;
  }
  
  .businessloandiv .businessloanterms .justifycenter {
    justify-content: center;
    align-items: center;
  }
  
  .businessloandiv .businessloanterms .justifycenter div {
    text-align: center;
  }
  
  .growthhackdiv .growth_intro {
    padding: 130px 0;
    background: #4267e2;
  }
  
  @media screen and (min-width: 992px) and (max-width: 1322px) {
    .growthhackdiv .growth_intro {
      padding-top: 140px;
    }
  }
  
  .growthhackdiv .growth_intro h1 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    text-shadow: 0 1px 2px #000;
    font-weight: 700;
  }
  
  .growthhackdiv .growth_intro p {
    font-size: 17px;
    font-weight: 550;
    color: #fff;
  }
  
  .growthhackdiv .growth_form {
    padding-bottom: 25px;
  }
  
  .growthhackdiv .growth_form .card {
    border: 0;
    padding: 0;
  }
  
  .growthhackdiv .growth_form .card .card-body {
    padding: 0;
  }
  
  .growthhackdiv .growth_form .card .validation-container.validation-error {
    padding-bottom: 10px;
  }
  
  .growthhackdiv .growth_form .formsection {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  
  .growthhackdiv .growth_form .formsection .custom_label {
    padding-bottom: 12px;
  }
  
  .growthhackdiv .growth_form .formsection .custom_label label {
    display: inline-block;
  }
  
  .growthhackdiv .growth_form .formsection .buttonblockinput {
    color: #b5b5b5;
  }
  
  .growthhackdiv .growth_form .formsection .buttonblockinput .buttonspan {
    padding: 5px 12px;
    border: 1px solid grey;
    display: inline-block;
    cursor: pointer;
  }
  
  .growthhackdiv .growth_form h4 {
    margin: 5px 0;
    font-weight: 700;
  }
  
  .growthhackdiv .growth_form .serviceaction {
    display: block;
  }
  
  .growthhackdiv .growth_form .serviceaction.prev {
    text-align: left;
  }
  
  .growthhackdiv .growth_form .serviceaction.prev button {
    background-color: #e3e3e3;
  }
  
  .growthhackdiv .growth_form .serviceaction.prev button:active,
  .growthhackdiv .growth_form .serviceaction.prev button:focus,
  .growthhackdiv .growth_form .serviceaction.prev button:hover {
    background-color: #e3e3e3 !important;
  }
  
  .growthhackdiv .growth_form .serviceaction.next {
    text-align: right;
  }
  
  @media (max-width: 768px) {
    .growthhackdiv .growth_form .serviceaction {
      text-align: center;
      width: 100%;
    }
  
    .growthhackdiv .growth_form .serviceaction button {
      min-width: 100%;
    }
  }
  
  .growthhackdiv .growth_form .uploadlogo {
    border: 1px dashed #000;
    padding: 15px;
    text-align: center;
  }
  
  .growthhackdiv .growth_form .uploadlogo .logotitle {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  
  .growthhackdiv .growth_form .uploadlogo .buttonspan {
    display: inline-block;
    margin: 30px 0;
    color: #000;
  }
  
  .growthhackdiv .growth_form .uploadlogo .instruct {
    font-size: 13px;
    color: #b5b5b5;
  }
  
  .growthhackdiv .growth_form .radiorow {
    padding-left: 15px;
  }
  
  .growthhackdiv .growth_form .radio_btn_col label {
    display: inline-block;
    padding-left: 10px;
  }
  
  .growthhackdiv .growth_form .radio_btn_col label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }
  
  .growthhackdiv .growth_form .radio_btn_col .radio_btn {
    display: none;
  }
  
  .growthhackdiv .growth_form .radio_btn_col .radio_btn:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #3e67eb;
    border-radius: 100%;
    background: #fff;
  }
  
  .growthhackdiv .growth_form .radio_btn_col .radio_btn:checked + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #3e67eb;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all 0.2s ease;
  }
  
  .growthhackdiv .form2 .formsection {
    margin-bottom: 0;
  }
  
  .growthhackdiv .form3 h3 {
    font-size: 24px;
  }
  
  .growthhack_reviewmodal .modal-header {
    background-color: #ebebeb;
  }
  
  .growthhack_reviewmodal .modal-header .modal-title {
    font-weight: 700;
  }
  
  .growthhack_reviewmodal .modal-header .close {
    border: 0;
    outline: 0;
    font-size: 34px;
  }
  
  .growthhack_reviewmodal .modal-content {
    border-radius: 25px;
    width: 623px;
    margin: 0 auto;
  }
  
  @media (max-width: 768px) {
    .growthhack_reviewmodal .modal-content {
      width: 100%;
    }
  }
  
  .growthhack_reviewmodal .modal-body {
    height: 400px;
  }
  
  .growthhack_reviewmodal .modal-footer {
    padding: 0;
    border: 0;
  }
  
  .growthhack_reviewmodal .modal-footer button {
    width: 50%;
    margin: 0;
    border: 0;
    padding: 16px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
  }
  
  @media (max-width: 768px) {
    .growthhack_reviewmodal .modal-footer button {
      width: 100%;
    }
  }
  
  .growthhack_reviewmodal .modal-footer button:first-child,
  .growthhack_reviewmodal .modal-footer button:first-child:focus {
    background-color: #ebebeb;
    color: #000;
  }
  
  .growthhack_reviewmodal .modal-footer button:first-child:active {
    background-color: #ebebeb;
    box-shadow: none !important;
    color: #000;
  }
  
  .growthhack_reviewmodal .modal-footer button:nth-child(2),
  .growthhack_reviewmodal .modal-footer button:nth-child(2):focus {
    background-color: #ffd000;
    color: #000;
  }
  
  .growthhack_reviewmodal .modal-footer button:nth-child(2):active {
    background-color: #ffd000;
    box-shadow: none !important;
    color: #000;
  }
  
  .growthhack_reviewmodal .modal-body table tr td {
    vertical-align: middle;
    padding: 1rem 0.45rem;
    font-size: 15px;
  }
  
  .growthhack_reviewmodal .modal-body table tr td.noborder {
    border-top: 0;
  }
  
  .growthhack_reviewmodal .modal-body table tr td:first-child {
    width: 30%;
    font-weight: 700;
  }
  
  .bouncingbackdiv {
    background-color: #f5f5f5;
  }
  
  .bouncingbackdiv .headerlogo {
    padding: 15px;
  }
  
  .bouncingbackdiv .bouncingintro img {
    width: 100%;
    height: auto;
  }
  
  .bouncingbackdiv .bouncingintro h2 {
    padding: 15px 0;
    font-size: 23px;
  }
  
  @media (max-width: 768px) {
    .bouncingbackdiv .bouncingintro h2 {
      font-size: 20px;
    }
  }
  
  .bouncingbackdiv .legalbox .borderrow {
    border-top: 1px solid #c5c5c5;
  }
  
  @media (max-width: 768px) {
    .bouncingbackdiv .legalbox .borderrow {
      border: 0;
    }
  }
  
  .bouncingbackdiv .legalbox .borderbottom {
    border-bottom: 1px solid #c5c5c5;
  }
  
  .bouncingbackdiv .legalbox .bordercol {
    border: 1px solid #c5c5c5;
  }
  
  .bouncingbackdiv .legalbox .bordercol.left {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  
  .bouncingbackdiv .legalbox .bordercol.right {
    border-right: 0;
    border-top: 0;
  }
  
  @media (max-width: 768px) {
    .bouncingbackdiv .legalbox .bordercol {
      border: 0;
      border-bottom: 1px solid #c5c5c5;
    }
  }
  
  .bouncingbackdiv .legal_card {
    padding: 20px 0;
  }
  
  .bouncingbackdiv .legal_card .avatar {
    display: flex;
    align-items: flex-end;
    padding-bottom: 25px;
  }
  
  .bouncingbackdiv .legal_card .avatar img {
    width: 50px;
  }
  
  .bouncingbackdiv .legal_card .avatar img.nonsquareimage {
    width: 39px;
  }
  
  .bouncingbackdiv .legal_card .avatar p {
    padding-left: 15px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
  }
  
  .bouncingbackdiv .legal_card h4 {
    font-size: 15px;
    padding-bottom: 25px;
  }
  
  .bouncingbackdiv .legal_card a {
    font-weight: 700;
    color: #2185cf;
    cursor: pointer;
  }
  
  .bouncingbackdiv .bouncingpackages {
    padding: 35px 0;
  }
  
  .bouncingbackdiv .bouncingpackages h1 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
  }
  
  .bouncingbackdiv .bouncingcard.card {
    margin: 15px 0;
  }
  
  .bouncingbackdiv .bouncingcard.card .card-header {
    background: #000;
    color: #ffd000;
    text-align: center;
    margin-top: 20px;
  }
  
  .bouncingbackdiv .bouncingcard.card .card-header .card-title {
    font-size: 30px;
    font-weight: 550;
  }
  
  .bouncingbackdiv .bouncingcard.card .card-body li {
    font-size: 14px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 2em;
    text-indent: -22px;
    margin-left: 6px;
  }
  
  .bouncingbackdiv .bouncingcard.card .card-footer {
    background-color: #ebebeb;
  }
  
  .bouncingbackdiv .bouncingcard.card .card-footer p {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin: 0;
  }
  
  @media (max-width: 490px) {
    .bouncingbackdiv .bouncingcard.card .card-footer p {
      font-size: 20px;
    }
  }
  
  .bouncingbackdiv .bouncingcard.card .card-footer p .offer_amt {
    text-decoration: line-through;
    padding-right: 44px;
    color: red;
  }
  
  @media (max-width: 490px) {
    .bouncingbackdiv .bouncingcard.card .card-footer p .offer_amt {
      padding-right: 0;
      width: 100%;
      display: block;
    }
  }
  
  .bouncingbackdiv .bouncingcard.card .card-footer p .real_amt {
    color: green;
  }
  
  .bouncingbackdiv .bouncingcard.card .card-footer p .real_amt i {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    font-style: normal;
  }
  
  .bouncingbackdiv .bouncingcard.card .card-footer a {
    font-size: 26px;
    background: #ffd000;
    padding: 6px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
    border-radius: 41px;
    margin: 8px 0;
    color: #000;
    text-shadow: 1px 2px 0 #fbfafa;
    cursor: pointer;
  }
  
  .bouncingbackdiv .bouncingnotes {
    padding: 15px 0;
  }
  
  .bouncingbackdiv .bouncingnotes h4 {
    font-weight: 700;
    font-size: 15px;
  }
  
  .bouncingbackdiv .bouncingnotes p {
    font-size: 15px;
    margin-bottom: 14px;
  }
  
  .bouncingbackdiv .bouncingnotes li {
    font-size: 15px;
    margin: 0 15px 10px;
  }
  
  .bouncingbackdiv .bouncinglogos {
    background: #fff;
    padding: 35px 0;
  }
  
  .bouncingbackdiv .bouncinglogos h1 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 0;
  }
  
  .bouncingbackdiv .bouncinglogos .row {
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  
  .bouncingbackdiv .bouncinglogos .row div {
    text-align: center;
  }
  
  .bouncingbackdiv .bouncinglogos .row img {
    padding: 12px;
  }
  
  .bouncingform .modal-header {
    padding: 0;
    border: 0;
  }
  
  .bouncingform .modal-header button {
    right: 7px;
    font-size: 19px;
    z-index: 9999;
    top: 7px;
    border: 1px solid #ffd000;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffd000;
    opacity: 1;
    color: #000;
    position: absolute;
  }
  
  .bouncingform .serviceaction {
    margin-top: 10px;
  }
  
  .bouncingform .serviceaction button {
    min-width: 100%;
  }
  
  .policies_main_page .terms-header {
    padding: 70px 0 50px;
    background-color: #f0f0f0;
    text-align: center;
  }
  
  .policies_main_page .terms-header .firsthead_shadow {
    text-shadow: 4.9px 4.9px 0 #fcd209;
    font-family: Roboto;
    font-size: 45px;
    font-weight: 700;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
  }
  
  .policies_main_page .terms-header .offerdiv {
    margin-bottom: 40px;
  }
  
  .policies_main_page .terms-header .offerdiv2 {
    margin-bottom: 25px;
  }
  
  .policies_main_page .terms-header .nani-text {
    color: #0084ff;
  }
  
  .policies_main_page .terms-header .escalate-img {
    width: 400px;
  }
  
  .policies_main_page .terms-header .offer-btn-link {
    background-color: #ffd200;
    text-shadow: 2.2px 2px 0 #fff;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 6px 10px;
    cursor: context-menu;
    border: none;
  }
  
  .policies_main_page .terms-header .secondhead,
  .policies_main_page .terms-header .secondhead1 {
    font-family: Roboto;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  
  .policies_main_page .terms-header .secondhead1 {
    margin-top: 40px;
  }
  
  .policies_main_page .terms-header h2 {
    font-size: 26px;
    font-weight: 700;
  }
  
  .policies_main_page .terms-header p {
    font-size: 16px;
    line-height: 1.5;
  }
  
  .policies_main_page .terms-header hr {
    border: 0;
    border-top: 4px solid #ffd000;
    clear: both;
    width: 100px;
    padding-bottom: 40px;
  }
  
  .policies_main_page .policy_body_data {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .policies_main_page .policy_body_data .carddiv {
    box-shadow: 10.6px 10.6px 18px 0 rgba(0, 0, 0, 0.13),
      inset 0 137px 0 0 #fcd209;
    border: 5px solid #fcd209;
    background-color: #fcd209;
  }
  
  .policies_main_page .policy_body_data .carddiv .carddiv-text {
    padding: 20px 0;
  }
  
  .policies_main_page .policy_body_data .carddiv .carddiv-text p {
    font-family: roboto;
    font-size: 24px;
    line-height: 10px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  
  .policies_main_page .policy_body_data .carddiv .carddiv-text h3 {
    font-family: roboto;
    font-size: 36px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  
  .policies_main_page .policy_body_data .carddiv .carddiv-text1 {
    padding: 20px 20px 5px 60px;
    background-color: #fff;
  }
  
  .policies_main_page .policy_body_data .carddiv .carddiv-text1 .mail-link {
    font-family: roboto;
    font-size: 23px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0084ff;
  }
  
  .policies_main_page .policy_body_data .carddiv .carddiv-text1 p {
    font-family: roboto;
    font-size: 23px;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  
  .policies_main_page .policy_body_data .carddiv .carddiv-text2 {
    padding: 20px 20px 5px 73px;
    background-color: #fff;
  }
  
  .policies_main_page .policy_body_data .carddiv .carddiv-text2 .mail-link {
    font-family: roboto;
    font-size: 23px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0084ff;
  }
  
  .policies_main_page .policy_body_data .carddiv .carddiv-text2 p {
    font-family: roboto;
    font-size: 23px;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  
  .policies_main_page .policy_body_data .thead-bg {
    background-color: #ffd200;
  }
  
  .policies_main_page .policy_body_data .thead-bg .thead-th {
    border-bottom: none;
    font-size: 20px;
  }
  
  .policies_main_page .policy_body_data .tbody-td .email-link {
    color: #0084ff;
  }
  
  .policies_main_page .policy_body_data .tbody-td td {
    border-top: none;
    font-size: 17px;
  }
  
  .policies_main_page .policy_body_data .head2 {
    font-family: Roboto;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 30px;
  }
  
  .policies_main_page .policy_body_data .section_policy {
    padding-bottom: 15px;
  }
  
  .policies_main_page .policy_body_data .title_div {
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    margin-bottom: 15px;
  }
  
  .policies_main_page .policy_body_data .title_div a,
  .policies_main_page .policy_body_data .title_div span {
    margin-right: 3px;
  }
  
  .policies_main_page .policy_body_data .title_div a {
    color: #ffd000;
  }
  
  .policies_main_page .policy_body_data .description_policy {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .policies_main_page .policy_body_data .description_policy a {
    color: #ffd000;
  }
  
  .policies_main_page .policy_body_data li {
    list-style: decimal;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  
  .policies_main_page .policy_body_data .unorderedList {
    padding-left: 15px;
    margin: 15px 0;
  }
  
  .policies_main_page .policy_body_data .unorderedList.removemargin {
    margin: 10px 0;
  }
  
  .policies_main_page .policy_body_data .unorderedList li {
    list-style: none;
    font-size: 14px;
    position: relative;
    padding: 0;
    margin-bottom: 8px;
  }
  
  .policies_main_page .policy_body_data .unorderedList li:before {
    content: "";
    border-color: transparent #666;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 5px;
    position: absolute;
  }
  
  @media (max-width: 767px) {
    .policies_main_page .terms-header {
      padding: 40px 0 50px;
      background-color: #f0f0f0;
      text-align: center;
    }
  
    .policies_main_page .terms-header .firsthead_shadow {
      text-shadow: 4.9px 4.9px 0 #fcd209;
      font-family: Roboto;
      font-size: 36px;
      font-weight: 700;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin-bottom: 20px;
    }
  
    .policies_main_page .terms-header .offerdiv {
      margin-bottom: 30px;
    }
  
    .policies_main_page .terms-header .offerdiv2 {
      margin-bottom: 25px;
    }
  
    .policies_main_page .terms-header .nani-text {
      color: #0084ff;
    }
  
    .policies_main_page .terms-header .escalate-img {
      width: 400px;
    }
  
    .policies_main_page .terms-header .offer-btn-link {
      background-color: #ffd200;
      text-shadow: 2.2px 2px 0 #fff;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 700;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      padding: 6px 10px;
      cursor: context-menu;
      border: none;
    }
  
    .policies_main_page .terms-header .secondhead,
    .policies_main_page .terms-header .secondhead1 {
      font-family: Roboto;
      font-size: 19px;
      font-stretch: normal;
      font-style: normal;
      line-height: 25px;
      letter-spacing: normal;
      text-align: left;
      color: #000;
    }
  
    .policies_main_page .terms-header .secondhead1 {
      margin-top: 25px;
    }
  
    .policies_main_page .policy_body_data .head2 {
      font-size: 30px;
    }
  
    .policies_main_page .policy_body_data .carddiv {
      margin-bottom: 15px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text {
      padding: 20px 20px 5px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text h3 {
      font-size: 25px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 {
      padding: 20px 20px 5px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 p {
      font-size: 20px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 h3 {
      font-size: 25px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 .mail-link {
      font-size: 20px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 {
      padding: 20px 20px 5px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 p {
      font-size: 20px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 h3 {
      font-size: 25px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 .mail-link {
      font-size: 20px;
    }
  
    .policies_main_page .policy_body_data .thead-bg {
      background-color: #ffd200;
    }
  
    .policies_main_page .policy_body_data .thead-bg .thead-th {
      border-bottom: none;
      font-size: 16px;
    }
  
    .policies_main_page .policy_body_data .tbody-td .email-link {
      color: #0084ff;
    }
  
    .policies_main_page .policy_body_data .tbody-td td {
      border-top: none;
      font-size: 14px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .policies_main_page .terms-header {
      padding: 40px 0 50px;
      background-color: #f0f0f0;
      text-align: center;
    }
  
    .policies_main_page .terms-header .firsthead_shadow {
      text-shadow: 4.9px 4.9px 0 #fcd209;
      font-family: Roboto;
      font-size: 34px;
      font-weight: 700;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin-bottom: 20px;
    }
  
    .policies_main_page .terms-header .offerdiv {
      margin-bottom: 30px;
    }
  
    .policies_main_page .terms-header .offerdiv2 {
      margin-bottom: 25px;
    }
  
    .policies_main_page .terms-header .nani-text {
      color: #0084ff;
    }
  
    .policies_main_page .terms-header .escalate-img {
      width: 400px;
    }
  
    .policies_main_page .terms-header .offer-btn-link {
      background-color: #ffd200;
      text-shadow: 2.2px 2px 0 #fff;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 700;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      padding: 6px 10px;
      cursor: context-menu;
      border: none;
    }
  
    .policies_main_page .terms-header .secondhead,
    .policies_main_page .terms-header .secondhead1 {
      font-family: Roboto;
      font-size: 17px;
      font-stretch: normal;
      font-style: normal;
      line-height: 25px;
      letter-spacing: normal;
      text-align: left;
      color: #000;
    }
  
    .policies_main_page .terms-header .secondhead1 {
      margin-top: 25px;
    }
  
    .policies_main_page .policy_body_data .head2 {
      font-size: 30px;
    }
  
    .policies_main_page .policy_body_data .carddiv {
      margin-bottom: 15px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text {
      padding: 20px 20px 5px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text h3 {
      font-size: 23px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 {
      padding: 20px 20px 5px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 p {
      font-size: 20px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 h3 {
      font-size: 23px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 .mail-link {
      font-size: 20px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 {
      padding: 20px 20px 5px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 p {
      font-size: 20px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 h3 {
      font-size: 23px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 .mail-link {
      font-size: 20px;
    }
  
    .policies_main_page .policy_body_data .thead-bg {
      background-color: #ffd200;
    }
  
    .policies_main_page .policy_body_data .thead-bg .thead-th {
      border-bottom: none;
      font-size: 17px;
    }
  
    .policies_main_page .policy_body_data .tbody-td .email-link {
      color: #0084ff;
    }
  
    .policies_main_page .policy_body_data .tbody-td td {
      border-top: none;
      font-size: 14px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1080px) {
    .policies_main_page .terms-header {
      padding: 40px 0 50px;
      background-color: #f0f0f0;
      text-align: center;
    }
  
    .policies_main_page .terms-header .firsthead_shadow {
      text-shadow: 4.9px 4.9px 0 #fcd209;
      font-family: Roboto;
      font-size: 36px;
      font-weight: 700;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin-bottom: 20px;
    }
  
    .policies_main_page .terms-header .offerdiv {
      margin-bottom: 30px;
    }
  
    .policies_main_page .terms-header .offerdiv2 {
      margin-bottom: 25px;
    }
  
    .policies_main_page .terms-header .nani-text {
      color: #0084ff;
    }
  
    .policies_main_page .terms-header .escalate-img {
      width: 400px;
    }
  
    .policies_main_page .terms-header .offer-btn-link {
      background-color: #ffd200;
      text-shadow: 2.2px 2px 0 #fff;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 700;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      padding: 6px 10px;
      cursor: context-menu;
      border: none;
    }
  
    .policies_main_page .terms-header .secondhead,
    .policies_main_page .terms-header .secondhead1 {
      font-family: Roboto;
      font-size: 20px;
      font-stretch: normal;
      font-style: normal;
      line-height: 25px;
      letter-spacing: normal;
      text-align: left;
      color: #000;
    }
  
    .policies_main_page .terms-header .secondhead1 {
      margin-top: 25px;
    }
  
    .policies_main_page .policy_body_data .head2 {
      font-size: 30px;
    }
  
    .policies_main_page .policy_body_data .carddiv {
      margin-bottom: 15px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text {
      padding: 20px 20px 5px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text h3 {
      font-size: 23px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 {
      padding: 20px 20px 5px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 p {
      font-size: 20px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 h3 {
      font-size: 23px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text1 .mail-link {
      font-size: 20px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 {
      padding: 20px 20px 5px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 p {
      font-size: 20px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 h3 {
      font-size: 23px;
    }
  
    .policies_main_page .policy_body_data .carddiv .carddiv-text2 .mail-link {
      font-size: 20px;
    }
  }
  
  @media (max-width: 991px) {
    .exclusive-content
      .exclusive_pricing_section_slider
      .slick-slider
      .slick-list
      .slick-track
      .slick-slide {
      width: 400px !important;
    }
  }
  
  @media (max-width: 520px) {
    .exclusive-content
      .exclusive_pricing_section_slider
      .slick-slider
      .slick-list
      .slick-track
      .slick-slide {
      width: 350px !important;
    }
  }
  
  @media (max-width: 450px) {
    .exclusive-content
      .exclusive_pricing_section_slider
      .slick-slider
      .slick-list
      .slick-track
      .slick-slide {
      width: 300px !important;
    }
  }
  
  @media (max-width: 350px) {
    .exclusive-content
      .exclusive_pricing_section_slider
      .slick-slider
      .slick-list
      .slick-track
      .slick-slide {
      width: 260px !important;
    }
  }
  
  .exclusive-content .kommunicate_form button,
  .exclusive-content .kommunicate_form input {
    border-radius: 0;
    font-family: Inter;
  }
  
  .exclusive-content .kommunicate_form .form-group {
    margin-bottom: 23px;
  }
  
  .exclusive-content .kommunicate_form input {
    padding: 20px 15px;
  }
  
  .exclusive-content .kommunicate_form input::-moz-placeholder {
    color: #8f9297;
  }
  
  .exclusive-content .kommunicate_form input:-ms-input-placeholder {
    color: #8f9297;
  }
  
  .exclusive-content .kommunicate_form input::placeholder {
    color: #8f9297;
  }
  
  .exclusive-content .kommunicate_form .dropdownerror.validation-error {
    bottom: -5px;
  }
  
  .exclusive-content h2.section_title {
    margin-bottom: 45px;
  }
  
  .exclusive-content div.partner_slider_bg {
    width: 600px !important;
    margin: 0 auto !important;
    display: block !important;
  }
  
  @media (max-width: 768px) {
    .exclusive-content div.partner_slider_bg {
      width: 100% !important;
    }
  }
  
  .exclusive-content #anyqueries .container .wrapper_content_div {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  .exclusive-content #anyqueries .container .wrapper_content_div > h4 {
    padding-bottom: 5px;
  }
  
  .exclusive-content
    #postcompanyincorp
    .circle_exclusive_div
    .exclusive_circle:first-child
    > img,
  .exclusive-content
    #postcompanyincorp
    .circle_exclusive_div
    .exclusive_circle
    > img {
    width: 100%;
  }
  
  .exclusive-content #pricing .slick-slide > div .boxshadow .card-label {
    font-weight: 600;
  }
  
  .exclusive-content #pricing .snap-bottom h4.colorize {
    font-size: 14px;
    font-family: Inter;
    color: #000;
  }
  
  .exclusive-content #pricing .lockpackage:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: linear-gradient(0deg, #fff, #fff, hsla(0, 0%, 100%, 0.5));
    z-index: 2;
    border-radius: 4.1px;
    margin-top: auto;
    filter: blur(9px);
  }
  
  .exclusive-content #pricing .lockpackage .snap-bottom {
    z-index: 3;
  }
  
  @media (max-width: 991px) {
    .exclusive-content #anyqueries h4 {
      text-align: left !important;
    }
  
    .exclusive-content #pricing .slick-slide > div {
      width: 100%;
    }
  
    .exclusive-content #pricing .slick-slide > div .boxshadow {
      box-shadow: 0 2.5px 12.3px 0 rgba(0, 0, 0, 0.1);
      border-radius: 6.1px;
    }
  }
  
  @media (max-width: 991px) and (max-width: 991px) {
    .exclusive-content #postcompanyincorp .slick-slide {
      width: 400px;
    }
  
    .exclusive-content #postcompanyincorp .slick-slide > div > div {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  @media (max-width: 991px) and (max-width: 500px) {
    .exclusive-content #postcompanyincorp .slick-slide {
      width: 360px;
    }
  }
  
  @media (max-width: 991px) and (max-width: 450px) {
    .exclusive-content #postcompanyincorp .slick-slide {
      width: 300px;
    }
  }
  
  @media (max-width: 991px) and (max-width: 400px) {
    .exclusive-content #postcompanyincorp .slick-slide {
      width: 240px;
    }
  }
  
  @media (max-width: 991px) {
    .exclusive-content #postcompanyincorp .circle_exclusive_div {
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
      padding: 26px 20px;
      margin-top: 10px;
      border-radius: 5px;
      text-align: center;
      height: 100%;
    }
  
    .exclusive-content
      #postcompanyincorp
      .circle_exclusive_div
      .exclusive_circle {
      position: relative;
      margin: 0 auto 15px;
    }
  
    .exclusive-content
      #postcompanyincorp
      .circle_exclusive_div
      .exclusive_circle
      > img {
      width: 100%;
    }
  
    .exclusive-content
      #postcompanyincorp
      .circle_exclusive_div
      .right_circle_content {
      padding-left: 0;
    }
  
    .exclusive-content #notconvinced .fz-48 {
      font-size: 26px;
      text-align: left !important;
    }
  
    .exclusive-content #notconvinced .fz-18,
    .exclusive-content #notconvinced .link_row_btn {
      text-align: left !important;
    }
  
    .exclusive-content #notconvinced .link_row_btn button {
      padding-left: 0;
      padding-right: 0;
    }
  
    .exclusive-content h2.section_title {
      font-size: 26px;
      text-align: left;
    }
  
    .exclusive-content h2.section_title:before {
      left: 0;
      right: inherit;
    }
  }
  
  colorme {
    color: #ffd000;
  }
  
  .modal_pricing_unlock,
  .pricing_unlock_modal {
    z-index: 9999;
  }
  
  .pricing_unlock_modal .modal-content {
    background-image: linear-gradient(0deg, #000, #566270);
  }
  
  .pricing_unlock_modal .modal-content .modal-header {
    border: 0;
  }
  
  .pricing_unlock_modal .modal-content .modal-header .modal-title {
    color: #ffd000;
    font-family: Inter;
    font-size: 26px;
    line-height: normal;
  }
  
  .pricing_unlock_modal .modal-content .modal-header button {
    color: #fff;
    opacity: 1;
  }
  
  .pricing_unlock_modal .modal-content form .custom_label {
    margin-bottom: 25px;
  }
  
  .pricing_unlock_modal .modal-content form .custom_label input {
    padding: 10px 8px;
    width: 100%;
    border: 0;
    border-radius: 0;
    outline: 0;
    font-size: 16px;
  }
  
  .pricing_unlock_modal .modal-content form .selectdropdown > div > div {
    padding-left: 8px;
  }
  
  .pricing_unlock_modal .modal-content form .dropdownerror {
    bottom: -7px;
  }
  
  .pricing_unlock_modal .modal-content form .serviceaction {
    margin-top: 28px;
  }
  
  .pricing_unlock_modal .modal-content form .serviceaction button {
    width: 100%;
    padding: 10px 8px;
    border-radius: 0;
    background: #ffd000;
    border: 0;
    color: #000 !important;
    font-family: Inter;
    font-weight: 500;
  }
  
  .pricing_unlock_modal .modal-content form .serviceaction button:active,
  .pricing_unlock_modal .modal-content form .serviceaction button:focus,
  .pricing_unlock_modal .modal-content form .serviceaction button:hover {
    background: #ffd000 !important;
    border-color: transparent;
    box-shadow: none !important;
  }
  
  .emiPopover {
    border: 0;
    z-index: 9;
    margin-top: 11px;
    margin-left: 5px !important;
  }
  
  .emiPopover tr th {
    border: 0;
  }
  
  .comparison_modal .modal-body {
    padding-bottom: 0;
  }
  
  .comparison_modal .modal-footer {
    padding-top: 0;
    border: 0;
  }
  
  .exlusive_terms_conditions_modal p {
    font-size: 14px;
    font-family: Inter;
    padding-bottom: 5px;
  }
  
  .service_exclusive_form .service_cart_form {
    border: 0;
  }
  
  .service_exclusive_form .service_cart_form .card-body {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  .service_exclusive_form .service_cart_form .card-body .row {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  
  .service_exclusive_form .service_cart_form .card-body .row [class*="col-lg"],
  .service_exclusive_form .service_cart_form .card-body .row [class*="col-md"] {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  
  .service_exclusive_form .service_cart_form .card-body .serviceaction button {
    width: 100%;
  }
  
  .service-pricing {
    background-color: #ffd000;
    padding: 30px 15px;
  }
  
  .service-pricing h2 {
    text-align: center;
    font-size: 28px;
  }
  
  .price-card {
    position: relative;
    margin: 15px 0;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    min-height: 500px;
  }
  
  .price-card h1,
  .price-card h2,
  .price-card h3,
  .price-card h4,
  .price-card h5,
  .price-card h6,
  .price-card p {
    margin: 0;
  }
  
  @media (max-width: 991px) {
    .price-card {
      padding: 30px 40px;
    }
  }
  
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .price-card {
      padding: 30px 60px;
    }
  }
  
  @media only screen and (min-device-width: 412px) and (max-device-width: 869px) and (-webkit-min-device-pixel-ratio: 3) {
    .price-card {
      padding: 30px 60px;
    }
  }
  
  .price-card .newcardtxt {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    background: #ffd000;
    padding: 0 25px;
    top: 10px;
    left: -20px;
  }
  
  .price-card .hline {
    width: 100%;
    height: 2px;
    background: #fbfbfb;
    margin: 10px 0 20px;
  }
  
  .price-card .price-group {
    background-color: #f5fbff;
  }
  
  .price-card p {
    font-size: 12px;
    color: #000;
  }
  
  .price-card h2 {
    font-size: 50px;
  }
  
  .price-card h2 span {
    font-size: 30px;
    vertical-align: top;
    line-height: 1.5;
  }
  
  .price-card a {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    left: 0;
    color: #2e5aea;
  }
  
  .price-card .pricing-title {
    font-size: 16px;
  }
  
  .pricing-slider .slick-track {
    display: flex;
  }
  
  .pricing-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
  }
  
  .pricing-slider .slick-track .slick-slide > div {
    display: flex;
    margin: 0 15px;
  }
  
  body,
  html {
    padding: 0;
    margin: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    scroll-behavior: smooth;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  .loding-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120vh !important;
  }
  
  button:focus {
    outline: none;
  }
  
  * {
    box-sizing: border-box;
    font-family: Roboto;
  }
  
  .company-compliance-score {
    overflow-x: hidden;
  }
  
  .center {
    text-align: center;
  }
  
  .top {
    padding-top: 5px;
  }
  
  .vs-nav-bar {
    background-color: #ffd200;
    height: 55px;
  }
  
  .arrows-icon {
    font-size: 16px;
  }
  
  .center-width {
    width: 850px;
    display: block;
    margin: 0 auto;
  }
  
  .why_compliance {
    background-color: #ffd000;
    padding: 60px 0;
  }
  
  .why_compliance .section-header h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .why_compliance .compliance-box {
    height: 100%;
    padding: 30px 10px;
    transition: 0.3s;
    border-radius: 5px;
    text-align: center;
  }
  
  .why_compliance .compliance-box .img-box {
    padding: 25px;
    width: 180px;
    height: 180px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  
  .why_compliance .compliance-box .box-title {
    font-weight: 600;
    line-height: 32px;
    margin-top: 20px;
    align-items: baseline;
    text-align: start;
  }
  
  .why_compliance .compliance-box .box-title,
  .why_compliance .compliance-box .box-title span.points {
    font-family: Roboto;
    font-style: normal;
    font-size: 22px;
    color: #3b3855;
    display: flex;
    justify-content: center;
  }
  
  .why_compliance .compliance-box .box-title span.points {
    font-weight: 900;
    line-height: 52px;
    margin-right: 10px;
  }
  
  .why_compliance .compliance-box .box-detail {
    text-align: start;
    margin-top: 10px;
    margin-left: 25px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .subscribe-modal .left-box {
    padding: 10px 25px;
    margin: -16px -1px;
    background: #f7f7f7;
  }
  
  .subscribe-modal .left-box .key-points {
    padding: 25px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #272343;
  }
  
  .subscribe-modal .left-box .key-points P {
    font-family: Roboto;
    letter-spacing: 0.01em;
  }
  
  .subscribe-modal .left-box .key-points i {
    color: #a29f9f;
  }
  
  .subscribe-modal .right-box .content-sec {
    padding: 36px;
  }
  
  .subscribe-modal .right-box .content-sec .modal-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    align-items: center;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .subscribe-modal .right-box .content-sec .modal-span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    align-items: center;
    letter-spacing: 0.02em;
    color: #272343;
  }
  
  .subscribe-modal .right-box .content-sec .input-box {
    padding: 15px 0;
  }
  
  .subscribe-modal .right-box .content-sec .cin-number,
  .subscribe-modal .right-box .content-sec .email-id {
    width: 100%;
    height: 35px;
    margin-top: 15px;
    padding: 5px 25px;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #555264;
    background: #fff;
    border: 0.8px solid #e0dede;
    box-sizing: border-box;
    border-radius: 50px;
  }
  
  .subscribe-modal .right-box .content-sec .subscribe-btn {
    margin-top: 20px;
    background: #ffd000;
    border: 0.8px solid #e0dede;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #272343;
    width: 100%;
    padding: 5px 20px;
  }
  
  .subscribe-modal .right-box .btn-close {
    float: right;
    border: none;
    background: none;
  }
  
  .leadcreation {
    color: #272343;
  }
  
  .leadcreation .modal-header {
    border: none;
  }
  
  .leadcreation .modal-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    padding: 20px 0;
  }
  
  .leadcreation .modal-sub,
  .leadcreation .modal-title {
    font-family: Roboto;
    font-style: normal;
    align-items: center;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .leadcreation .modal-sub {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  
  .leadcreation .modal-body {
    padding: 0 3.5rem 3.5rem;
  }
  
  .leadcreation .modal-body h4 {
    margin-bottom: 22px;
  }
  
  .leadcreation .modal-body .success-box {
    text-align: center;
  }
  
  .leadcreation .modal-body .success-box .suceess-msg {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .leadcreation .modal-body .success-box .suceess-msg-span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .leadcreation .form-modal {
    padding-top: 1rem;
  }
  
  .leadcreation .form-modal input {
    border-radius: 50px;
    background: #fff;
    border: 0.8px solid #e0dede;
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 0.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px;
  }
  
  .leadcreation .form-modal button {
    border-radius: 50px;
    background: #ffd200;
    border: 0.8px solid #e0dede;
    padding: 8px;
    font-size: 15px;
    color: #272343;
    width: 100%;
  }
  
  .graphsection {
    padding-top: 60px;
  }
  
  .graphsection p {
    font-family: Roboto;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .graphsection .graphchart {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .no-search-found {
    margin: 10px;
    font-family: Roboto;
    font-size: 15px;
    text-align: center;
  }
  
  .newsletter {
    height: 350px;
  }
  
  .newsletter .newsletter-header {
    text-align: center;
    padding: 40px 0;
  }
  
  .newsletter .newsletter-header h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }
  
  .newsletter .newsletter-header h2,
  .newsletter .newsletter-header p {
    font-family: Roboto;
    font-style: normal;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .newsletter .newsletter-header p {
    font-size: 15px;
    line-height: 30px;
  }
  
  .newsletter input {
    width: 366px;
    border-radius: 25px;
  }
  
  .newsletter .subscribe-btn {
    width: 366px;
    padding: 5px 60px;
    background: #ffd000;
    color: #272343;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    font-family: Roboto;
    letter-spacing: 0.03em;
  }
  
  .newsletter .subcribe-input,
  .newsletter .subscribe-btn {
    border: 0.8px solid #e0dede;
    box-sizing: border-box;
    border-radius: 50px;
    line-height: 25px;
    font-size: 15px;
  }
  
  .newsletter .subcribe-input {
    display: block;
    padding: 5px 20px;
    color: #212529;
    background: #fff;
  }
  
  .compliance-section {
    background-color: #fafafa;
  }
  
  .compliance-section .compliance-table {
    background-color: #fff;
    padding: 15px;
  }
  
  .compliance-section .compliance-overall-box {
    padding: 0 40px;
  }
  
  .compliance-section .card-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .compliance-section .left-card {
    background: #fff;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
  }
  
  .compliance-section .left-card .card-header {
    display: flex;
    align-items: baseline;
    background-color: #fff;
    padding: 15px 30px;
    border-bottom: none;
  }
  
  .compliance-section .left-card .tab-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.03em;
    color: #23432c;
    height: 40px;
    background: #faf9f9;
    padding: 10px;
  }
  
  .compliance-section .left-card .static-data {
    padding: 15px 0;
  }
  
  .compliance-section .left-card .static-data .static-title .companynames {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px 0;
    font-family: Roboto;
  }
  
  .compliance-section .left-card .static-data .static-percentage {
    display: flex;
    padding-top: 5px;
  }
  
  .compliance-section .left-card .static-data .score-bg {
    background: #f8f8f8;
    border-radius: 30px;
    padding: 0 5px;
    text-align: center;
  }
  
  .compliance-section .left-card .static-data a {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 5px 8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #131313;
    cursor: pointer;
  }
  
  .compliance-section .left-card .static-data .dot-bell {
    height: 7px;
    width: 7px;
    background: #28d798;
    border-radius: 50%;
    position: absolute;
    left: 29px;
    top: 3px;
  }
  
  .compliance-section .right-card {
    background: #fff;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
  }
  
  .compliance-section .right-card .card-header {
    display: flex;
    align-items: baseline;
    background-color: #fff;
    padding: 15px 30px;
    border-bottom: none;
  }
  
  .compliance-section .right-card .tab-header-two {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.03em;
    color: #23432c;
    height: 40px;
    background: #faf9f9;
    padding: 10px;
  }
  
  .compliance-section .right-card .static-data {
    padding: 15px 0;
  }
  
  .compliance-section .right-card .static-data .static-title .companynames {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px 0;
    font-family: Roboto;
  }
  
  .compliance-section .right-card .static-data .static-percent p {
    font-family: Roboto;
  }
  
  .compliance-section .right-card .score-bg {
    background: #f8f8f8;
    border-radius: 30px;
    padding: 0 5px;
    text-align: center;
  }
  
  .compliance-section .right-card a {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 5px 8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #131313;
    cursor: pointer;
  }
  
  .compliance-section .right-card .dot-bell {
    height: 7px;
    width: 7px;
    background: #28d798;
    border-radius: 50%;
    position: absolute;
    left: 29px;
    top: 3px;
  }
  
  .compliance-section .select-dropdown {
    background: #fff;
    border: 0.5px solid #b9b7b7;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 5px 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100px;
    align-items: center;
    letter-spacing: 0.03em;
    color: #272343;
    float: right;
    margin-left: auto;
    width: 253px;
    height: 28px;
  }
  
  .dots {
    padding: 0 4px;
  }
  
  .dot {
    background: #c4c4c4;
    border-radius: 50%;
    display: inline-block;
    height: 11px;
    margin: 3px;
    width: 11px;
  }
  
  .dot-blue {
    background: #1c87f1;
  }
  
  .search-result .result-header {
    background: #f8f8f8;
    padding: 40px;
  }
  
  .search-result .result-header .suggestions {
    position: absolute;
    z-index: 999999999;
    background-color: #fff;
    width: 550px;
    margin-top: 10px;
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
  }
  
  .search-result .result-header .suggestions li {
    padding: 5px 20px;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.05em;
    cursor: pointer;
  }
  
  .search-result .result-header .suggestions li:hover {
    background: #bbbaba;
    color: #fff;
    border-radius: 5px;
  }
  
  .search-result .result-header .search-box {
    margin: 0;
  }
  
  .search-result .result-header .header-box {
    display: flex;
    height: 50px;
  }
  
  .search-result .result-header .header-box .bizreport {
    margin-left: 150px;
  }
  
  .search-result .result-header .header-box .bizreport p {
    margin-bottom: 0;
    font-family: Roboto;
  }
  
  .search-result .result-header .search-container {
    width: 550px;
    display: block;
    margin: 0 auto;
  }
  
  .search-result .result-header #search-bar {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1rem;
    outline: none;
    background: #fff;
    border: 1px solid #f7ecec;
    box-sizing: border-box;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
    border-radius: 56px;
  }
  
  .search-result .result-header #search-bar:focus {
    border: 1px solid #4c4c4d;
    transition: 0.35s ease;
    color: #4c4c4d;
  }
  
  .search-result .result-header .search-icon {
    position: relative;
    float: right;
    width: 75px;
    height: 75px;
    top: -30px;
    right: -38px;
    color: #525050;
  }
  
  .search-result .result-header .fa-search:before {
    background: #e3e1e1;
    padding: 8px;
    border-radius: 56px;
    cursor: pointer;
  }
  
  .search-result .result-header .subs-btn {
    padding: 10px;
  }
  
  .search-result .result-header .subcribe-btn {
    font-size: 15px;
    float: right;
    color: #211f33;
    padding: 8px 20px;
    border-radius: 25px;
    border: none;
    margin-left: 10px;
    background-color: #ffd200;
  }
  
  .search-icon .fa-circle-notch:before {
    background: #e3e1e1;
    padding: 8px;
    border-radius: 56px;
  }
  
  #bizsetgo {
    overflow-x: hidden;
  }
  
  .bizsetgo .nav-item.nav-link {
    background: #e2e2e2;
    box-shadow: 0 1px 18px rgba(0, 0, 0, 0.05);
    border-radius: 56px;
    margin-left: 8px;
    padding: 7px 20px;
  }
  
  .bizsetgo .nav-item.nav-link.active {
    background: #ffd000;
    color: #211f33;
  }
  
  .accordion-filed-icon {
    color: #18db2b;
  }
  
  .accordion-filed-pending-icon {
    color: #c5c5c5;
  }
  
  .accordion-filed-expired-icon {
    color: #d14545;
  }
  
  .accordion-p-tag {
    display: inline;
    padding-left: 10px;
  }
  
  .erroroops {
    font-size: 36px;
    font-weight: 700;
  }
  
  .error-page {
    padding: 30px 50px;
  }
  
  .errorNo {
    font-size: 50px;
    font-weight: 700;
    color: #204ed1;
  }
  
  .errormsg {
    font-size: 14px;
    font-weight: 500;
    color: #8b8b92;
  }
  
  .result-first-card {
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 30px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .result-first-card .result-card-header {
    display: flex;
    padding-right: 15px;
    justify-content: center;
    align-items: center;
  }
  
  .result-first-card .vs-head {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.07em;
    color: #272343;
    margin-bottom: 0;
  }
  
  .result-first-card .select-dropdown {
    background: #fff;
    border: 0.5px solid #b9b7b7;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 5px 14px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #272343;
    width: 230px;
    height: 28px;
    margin-left: 15px;
  }
  
  .result-first-card .notify-box {
    position: relative;
    top: -25px;
  }
  
  .result-first-card .notify-box .notify-me-btn {
    background: none;
    border: none;
    float: right;
    margin-left: auto;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.03em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #111213;
  }
  
  .result-first-card .result-body {
    text-align: center;
  }
  
  .result-first-card .result-body .overall-score {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #272343;
    margin: 40px auto 0;
  }
  
  .result-first-card .result-body .score-percent {
    font-family: Roboto;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 0.03em;
    color: #23432c;
  }
  
  .result-first-card .result-body .progress-box {
    width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  
  .result-first-card .result-body .progress-box .progress-icons {
    position: relative;
    top: -20px;
  }
  
  .result-first-card .result-body .progress-box .star-icon {
    background: #fff;
    border: 1px solid #adadad;
    box-sizing: border-box;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    padding: 2px;
    display: inline-block;
    margin: 0 -8px;
    width: 30px;
    height: 30px;
  }
  
  .result-first-card .result-body .progress-box .start-1 {
    float: left;
  }
  
  .result-first-card .result-body .progress-box .start-3 {
    float: right;
  }
  
  .result-first-card .result-body .progress-bar {
    border-radius: 50px;
    background: linear-gradient(
      270deg,
      #1189f9 -1.33%,
      #4c7ccd 35.3%,
      #f05656 97.73%
    );
  }
  
  .result-first-card .result-body .fix-score {
    padding: 5px 50px;
    background: #ffd200;
    font-family: Roboto;
    margin-bottom: 20px;
  }
  
  .result-first-card .result-body .fix-score,
  .result-first-card .result-body .report-download {
    border: 0.8px solid #e0dede;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .result-first-card .result-body .report-download {
    padding: 4px 10px;
    display: block;
    background: #fffcfc;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-family: ROBOTO;
    text-decoration: none;
  }
  
  .result-second-card {
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 30px;
    width: 1200px;
    margin: 50px auto 25px;
  }
  
  .result-second-card .date-span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #23432c;
  }
  
  .result-second-card li:nth-child(odd) {
    background-color: #fff;
  }
  
  .result-second-card li:nth-child(2n) {
    background-color: #f8fafb;
  }
  
  .result-section {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
  }
  
  .accordion-box {
    margin: 25px 0;
  }
  
  .accordion-box .card {
    border-radius: 18px;
    margin-bottom: 10px;
    width: 913.77px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.11);
  }
  
  .accordion-box .card .percent-box {
    display: flex;
  }
  
  .accordion-box .card .card-header {
    padding-bottom: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    background-color: #fff;
    color: #272343;
    cursor: pointer;
    background: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png)
      no-repeat calc(100% - 10px) 50%;
    background-size: 20px;
  }
  
  .accordion-box .card .card-header.collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
  }
  
  .accordion-box .card .card-header .compliance-percentage {
    padding: 0 15px;
  }
  
  .accordion-box .card .card-header .pending-items .fa-exclamation-circle {
    color: #d14545;
  }
  
  .accordion-box .card .card-body {
    margin: 0 20px;
  }
  
  .accordion-box .card .card-body .data-items {
    padding: 15px;
    height: 50px;
    margin: 5px 0;
  }
  
  .accordion-box .card .card-body .data-items .warn-msg {
    color: #ca4444;
    background: #fcf1f1;
  }
  
  .accordion-box .card .card-body .data-items .desc-msg {
    font-family: Roboto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .accordion-box .card .card-body .data-items .accordion-due-box {
    text-align: center;
  }
  
  .accordion-box .card .card-body .pending-btn {
    width: 230px;
    padding: 5px;
    border: 0.8px solid #e0dede;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.03em;
    margin: 10px 0;
    background: #ffd200;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
    border-radius: 50px;
  }
  
  .accordion-box .card h2 {
    cursor: pointer;
    font-size: 18px;
  }
  
  .accordion-box .card-body {
    padding-left: 0;
    padding-right: 0;
  }
  
  .bell-notify {
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
  }
  
  .bell-notify .modal-header {
    border: none;
  }
  
  .bell-notify .modal-body {
    padding: 2rem;
  }
  
  .bell-notify .modal-body .notify-box {
    padding: 0 40px 30px;
  }
  
  .bell-notify .modal-body .notify-msg {
    font-family: Roboto;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .bell-notify .modal-body .notify-msg-span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #272343;
  }
  
  .bell-notify .getNotify {
    padding: 15px 10px;
  }
  
  .bell-notify .getNotify input {
    border-radius: 50px;
    background: #fff;
    border: 0.8px solid #e0dede;
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    height: 35px;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px;
  }
  
  .bell-notify .getNotify button {
    margin-top: 20px;
    height: 42px;
    color: #272343;
    background: #ffd000;
    border: 0.8px solid #e0dede;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 10px 40px;
    width: 100%;
    text-align: center;
  }
  
  #bell-notify button,
  #bell-notify input {
    border-radius: 20px;
    padding: 10px 20px;
  }
  
  #bell-notify button {
    background-color: #ffd000;
    color: #272343;
    border-color: #f5f5f5;
    width: 100%;
  }
  
  #bell-notify .modal-content {
    padding: 20px;
  }
  
  .nav-bar {
    margin: 0 auto;
    text-align: center;
    display: flex;
    font-size: 14px;
  }
  
  .nav-bar .nav-btn {
    padding: 3px 20px;
    font-size: 14px;
  }
  
  .nav-bar .head-button {
    padding: 3px 20px;
    border-radius: 56px;
    background: #fdfdfd;
    border: 1px solid #f7ecec;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  
  .nav-bar .header-label {
    padding: 3px 10px;
  }
  
  .user-data-section .input-box-header {
    font-family: Roboto;
    font-weight: 900;
    font-size: 15px;
    color: #444;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  
  .user-data-section .com-input-box {
    width: 100%;
    background: #fff;
    border: 1px solid #dfd8d8;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.09);
    border-radius: 56px;
    padding: 6px 25px;
  }
  
  .user-data-section .com-heading {
    padding: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    color: #444;
  }
  
  .user-data-section .score-row {
    padding-top: 10px;
  }
  
  .user-data-section .financial-year {
    margin-top: -5px;
  }
  
  .user-data-section .com-checkbox {
    width: 185px;
  }
  
  .user-data-section .com-checkbox,
  .user-data-section .com-checkbox-2 {
    height: 41px;
    background: #f7f5f5;
    border-radius: 40px;
    padding: 10px;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    color: #505050;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .user-data-section .com-checkbox-2 {
    width: 125px;
    margin: 0 15px;
  }
  
  .user-data-section .view-btn {
    margin-top: 20px;
  }
  
  .user-data-section .view-btn .view-score {
    background: #ffd200;
    border: 0.8px solid #e0dede;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #272343;
    padding: 5px 30px;
  }
  
  .main_section {
    padding: 0;
  }
  
  .main_section .content-text {
    text-align: center;
    padding-top: 20px;
  }
  
  .main_section .vs-content {
    font-weight: 800;
    font-size: 50px;
    line-height: 72px;
  }
  
  .main_section .span-content,
  .main_section .vs-content {
    font-family: Roboto;
    font-style: normal;
    text-align: center;
    color: #000;
  }
  
  .main_section .span-content {
    display: block;
    margin: 30px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.03em;
  }
  
  .main_section .subs-btn {
    padding: 25px 30px;
  }
  
  .main_section .subs-btn .bs-logo {
    float: left;
  }
  
  .main_section .subcribe-btn {
    font-size: 15px;
    float: right;
    color: #211f33;
    background-color: #ffd200;
    padding: 8px 20px;
    border-radius: 25px;
    border: none;
    margin-left: 5px;
  }
  
  .main_section .search-box {
    padding-bottom: 15px;
  }
  
  .main_section .search-container {
    width: 850px;
    display: block;
    margin: 0 auto;
  }
  
  .main_section .suggestions {
    position: absolute;
    z-index: 999999999;
    background-color: #fff;
    width: 850px;
    margin-top: 10px;
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
  }
  
  .main_section .suggestions li {
    padding: 5px 20px;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.05em;
    cursor: pointer;
  }
  
  .main_section .suggestions li:hover {
    background: #bbbaba;
    color: #fff;
    border-radius: 5px;
  }
  
  .main_section .search-icon {
    align-self: center;
    margin-left: -40px;
  }
  
  .main_section .fa-search:before {
    background: #e3e1e1;
    padding: 8px;
    border-radius: 56px;
  }
  
  .main_section .popular-search {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 700px;
    display: block;
    padding: 25px 0;
  }
  
  .main_section .company-search {
    padding: 7px 20px;
    margin-left: 15px;
    text-decoration: none;
    color: #000;
    background: #f5f5f5;
    border-radius: 50px;
  }
  
  .main_section .s-left {
    display: inline-block;
  }
  
  .news-letter-search {
    width: 365px !important;
  }
  
  .search-bar {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1rem;
    outline: none;
    background: #fff;
    border: 1px solid #f7ecec;
    box-sizing: border-box;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
    border-radius: 56px;
  }
  
  .search-bar:focus {
    border: 1px solid #4c4c4d;
    transition: 0.35s ease;
    color: #4c4c4d;
  }
  
  .search-not-found {
    position: absolute;
    padding: 5px 140px;
    background-color: #fff;
  }
  
  .loader-report-form,
  .loader-report-form:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
  }
  
  .loader-report-form {
    font-size: 3px;
    margin: 0 auto;
    top: 0;
    position: relative;
    text-indent: -9999em;
    border: 1.1em solid hsla(0, 0%, 100%, 0.2);
    border-left-color: #565657;
    transform: translateZ(0);
    -webkit-animation: load8 1.1s linear infinite;
    animation: load8 1.1s linear infinite;
  }
  
  @keyframes load8 {
    0% {
      transform: rotate(0deg);
    }
  
    to {
      transform: rotate(1turn);
    }
  }
  
  .suggestionsmodal {
    position: absolute;
    width: 300px;
    height: 120px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
  }
  
  .suggestionsmodal li {
    padding: 5px;
    cursor: pointer;
    font-size: 13px;
  }
  
  .suggestionsmodal li:hover {
    background-color: #f5f5f5;
  }
  
  .d-none {
    display: none !important;
  }
  
  .section-bg-2 {
    background: url(https://ads.cinimage.org/images/bg3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 80px 0;
  }
  
  .bg-overlay {
    width: 100%;
    background: var(--yellow);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .fw-700 {
    font-weight: 700;
  }
  
  .contact-input {
    width: 100%;
    height: 56px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 15px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    font-size: 16px;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
  }
  
  .contact-input.message {
    height: 145px;
    margin-bottom: 12px;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 16px;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
  }
  
  .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
  }
  
  .list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .f-icon {
    font-size: 24px;
    line-height: 50px !important;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
  }
  
  input.contact-submit {
    background: #fff;
    border: none;
    color: var(--yellow);
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    max-width: 300px;
    padding: 20px 0;
    text-transform: uppercase;
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: #000000d6 !important;
    font-size: large;
  }
  
  .navbar-light .navbar-nav .nav-link:hover {
    color: #000000 !important;
  }
  
  a {
    text-decoration: none !important;
  }

  #myCarousel .carousel-inner .item i{
    position: absolute;
    top: -10px;
    left: 0;
  }
  
  #contact ::placeholder{
    color: #fdfdfd;
    opacity: .95;
  }