@charset "UTF-8";
:root {
  --hic-primary: #5680E9;
  --hic-primary-dark: #252D76;
  --hic-primary-lt: #F1F5F9;
  --hic-secondary: #8860D0;
  --hic-white: #fff;
  --hic-text-dark: #1F1F1F;
  --hic-text-gray: #505961;
}

body {
  background-color: var(--tblr-body-bg) !important;
}

@media (max-width: 800px) {
  .vflex-d {
    flex-direction: column-reverse;
  }
}
.vsec-heading {
  font-size: 24px;
  font-weight: 600;
}
.v a {
  text-decoration: none;
}
.v #sidebar-menu span.nav-link-title {
  width: 165px;
  white-space: normal;
}
.vlogo--con {
  background-color: #206bc4;
  border-radius: 5px;
  padding: 5px;
}
.vlogo-mainhead {
  font-size: 15px;
  margin-bottom: 0;
  line-height: normal;
}
.vlogo-headtext {
  font-size: 13px;
  font-weight: 400;
}
.vlogo-dashboard {
  line-height: 2px;
}
.vlogo-dashboard .vlogo-mainhead {
  font-size: 14px;
  margin-bottom: 0;
}
.vlogo-dashboard .vlogo-headtext {
  font-size: 10px;
  font-weight: 400;
}
.vlogo-dashboard-sidebar {
  line-height: 2px;
}
.vlogo-dashboard-sidebar .vlogo-mainhead {
  font-size: 10px;
  margin-bottom: 0;
}
.vlogo-dashboard-sidebar .vlogo-headtext {
  font-size: 8px;
  font-weight: 400;
}
.vlogo-dashboard-sidebar-user {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vlogo-dashboard-sidebar-user .vlogo-mainhead-user {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}
@media (max-width: 600px) {
  .vlogo-dashboard-sidebar-user .vlogo-mainhead-user {
    font-size: 9px;
  }
}
.vlogo-dashboard-sidebar-user .vlogo-headtext-user {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .vlogo-dashboard-sidebar-user .vlogo-headtext-user {
    font-size: 8px;
  }
}
.vuser-dashboard-menu li.nav-item:last-child {
  right: 0;
  left: auto;
}
.vuser-dashboard-menu li.nav-item:last-child .dropdown-menu .dropend .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.vuser-dashboard-menu li.nav-item:nth-last-child(2) {
  right: 0;
  left: auto;
}
.vuser-dashboard-menu li.nav-item:nth-last-child(2) .dropdown-menu .dropend .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.vuser-dashboard-menu li.nav-item .dropdown-menu .dropdown-menu-column .dropdown-item {
  width: 18rem;
  white-space: normal;
}
.vsignIn {
  background-color: rgba(255, 255, 255, 0.3411764706);
  padding: 20px;
  position: relative;
}
.vsignIn .vtriangle {
  background-image: url("./../img/v-svg/bg-triangle.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.vsignIn .vtriangle svg {
  position: absolute;
  left: -12px;
}
.vsignIn .vnotif-heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vsignIn-notif {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .vsignIn-notif {
    position: initial;
    transform: none;
  }
}
.vsignIn-notif .vnotif--con {
  list-style: none;
  padding-left: 0;
  overflow-y: auto;
  height: 100%;
  margin-bottom: 0;
}
.vsignIn-notif .vnotif--con li {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  padding: 5px 5px 5px 25px;
  color: #494949;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s;
  position: relative;
  margin: 8px 5px;
}
.vsignIn-notif .vnotif--con li:before {
  content: "\ea9d";
  font-family: "tabler-icons";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  display: block;
  color: #206bc4;
}
.vsignIn-notif .vnotif--con li:hover {
  padding-left: 28px;
  background-color: #f6f6f6;
}
.vsignup--con {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 50px);
}
@media (max-width: 600px) {
  .vsignup--con {
    margin: 30px 0;
  }
}
.vdashboard-icons i {
  font-size: 24px;
}
.vtab-content .accordion-button:after {
  order: -1;
  margin-left: 0;
  margin-right: 0.5em;
}
@media (max-width: 600px) {
  .vtab-content .accordion-button {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .vtab-mb-view {
    width: 100%;
    padding: 5px;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .vtab-mb-view li.nav-item a.nav-link {
    white-space: nowrap;
  }
}
.vstep-captions {
  display: none;
}
.vstep-captions.active {
  display: block;
}
.vapplication-filter input[type=checkbox] {
  display: none;
}
.vapplication-filter-view .vdate-range {
  position: relative;
}
.vapplication-filter-view .vdate-range-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.vapplication:has(.vapplication-filter-input:checked) .vapplication-filter-view {
  display: block;
}
.vapplication-preview-con {
  width: 300px;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.vapplication-preview-con:after {
  content: "\ea5e";
  display: block;
  color: green;
  text-align: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.vapplication .mbatachstage-form #p0 > .btn-group {
  display: flex;
  justify-content: end;
}
.vapplication .mbatachstage-form > .btn-group {
  display: flex;
  justify-content: end;
}
.vapplication .mbatachstage-form .grid-view .summary {
  margin-bottom: 10px;
}
.vapplication .mbatachstage-form .grid-view ul.pagination {
  display: flex;
  justify-content: end;
  margin: 10px 0;
}
.vapplication .mbatachstage-form table.table-vcenter tr {
  background-color: #fff !important;
}
.vapplication .mbatachstage-form table.table-vcenter tr:nth-child(odd) {
  background-color: #fff !important;
}
.vapplication .mbatachstage-form hr {
  display: none;
}
.vapplication .mbatachstage-form #w4 {
  background-color: #fff !important;
  padding: 10px;
  margin-top: 28px;
}
.vlubricate-form-con {
  padding: 10px;
}
.vlubricate-form-btn-con {
  position: sticky;
  bottom: 0;
  background-color: #fff;
}
.vlubricate-form .valert-danger {
  background-color: rgba(150, 0, 0, 0.1098039216);
}
.vlubricate-field-con .vmain-label {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
}
.vlubricate-field-con .vmain-label.vrequired::after {
  content: "*";
  color: #FF3D3D;
}
.vlubricate-field-con .vlabel {
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
}
.vlubricate-field-con .vlabel.vrequired::after {
  content: "*";
  color: #FF3D3D;
}
.vlubricate-field-con .vlabel i {
  font-size: 16px;
  font-weight: 600;
  color: #010101;
}
.vlubricate-field-con .vlabel-link {
  font-weight: 700;
}
.vlubricate-field-con .vlubricate-input-file {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.vlubricate-field-con .vlubricate-input-file + .vlubricant-file-label {
  width: 100%;
  text-align: center;
  padding: 15px 16px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #e2ecf6;
  background-color: #f1f5f9;
  cursor: pointer;
}
.vlubricate-field-con .vlubricate-input-file + .vlubricant-file-label::before {
  content: "\ea10";
  font-family: "tabler-icons" !important;
  margin-right: 8px;
}
.vlubricate-field-con .vform-sec-heading {
  color: #494949;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
}
.vlubricate-field-con .vform-sec-heading::after {
  content: "";
  flex-grow: 1;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ddd;
}
.vlubricate-field-con .vfilePreview-con {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
  border: 5px;
}
.vlubricate-field-con .invalid-feedback {
  display: block !important;
}
.vlubricate-field-con .input-group .input-group-append .kv-date-picker {
  height: 100%;
}
.vlubricate-addmore-con {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 10px;
}
@media (max-width: 700px) {
  .vlubricate-addmore-con {
    display: block;
  }
}
.vlubricate-steps {
  position: sticky;
  top: 10px;
  left: 0;
}
.vlubricate-steps .steps-vertical .step-item:not(:first-child) {
  margin-top: 2rem;
}
.vlubricate-steps .steps-vertical .step-item:not(:first-child)::after {
  height: calc(100% + 2rem);
}
.vlicenseIbr .tbody-scrollable {
  max-height: 110px;
  overflow: auto;
}
.vlicenseIbr .tbody-scrollable table {
  border-collapse: collapse;
}
.vlicenseIbr .tbody-scrollable thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.valert-danger {
  background-color: rgba(150, 0, 0, 0.1803921569);
}
.verror-icon i.ti {
  font-size: 50px;
}
.vtext-elippsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vdetail-annual-inspection .tab-content .tab-pane .card .card-body {
  padding: 10px;
}
.vdetail-annual-inspection .tab-content .tab-pane .card .card-body .v-datetimetext:before {
  content: "⏱︎ ";
  display: block;
}
.v #hic-content h3.vsec-heading {
  font-size: 1.625em;
}
.v #hic-content h4.vcount-down-text {
  font-size: 1.375em;
}
.v #hic-content h5.card-title {
  font-size: 1.25em;
}
.v #hic-content p {
  font-size: 1em; /* 14px */
}
.v #hic-content span.vschemes-btn-text {
  font-size: 0.875em;
}
.vlogo-con {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 600px) {
  .vlogo-con {
    white-space: nowrap;
  }
}
.vlogo-con .vlogo-img {
  width: 8%;
}
.vlogo-con .vlogo-text {
  display: flex;
  flex-direction: column;
}
.vlogo-con .vlogo-text span {
  color: var(--hic-text-dark);
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .vlogo-con .vlogo-text span {
    font-size: 8px;
  }
}
.vlogo-con .vlogo-text span.vlogo-main {
  color: var(--hic-text-dark);
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .vlogo-con .vlogo-text span.vlogo-main {
    font-size: 9px;
  }
}
.vheader {
  background-image: url("./../img/v-images/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100%;
  position: relative;
}
.vheader-options {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 600px) {
  .vheader-options-lang {
    display: none;
  }
}
.vheader-options-lang label.btn-lang-plain {
  background-color: transparent !important;
  color: var(--hic-text-gray);
  border: none;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}
.vheader-options-lang label.btn-lang-plain:first-of-type::after {
  content: "";
  display: block;
  color: var(--hic-text-dark);
  width: 1px;
  height: 50%;
  background-color: #010101;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.vheader-options-lang .btn-lang-check:checked + .btn-lang-plain {
  background-color: transparent !important;
  color: var(--hic-text-dark);
  border: none;
  font-size: 14px;
  font-weight: 600;
}
.vheader-menu-btn {
  background-color: var(--hic-white);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vheader-menu-offcanvas.offcanvas-top {
  width: 100%;
  height: 100%;
  text-align: center;
}
.vheader-menulist .nav-pills .nav-item .nav-link {
  color: var(--hic-text-gray);
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  width: 100%;
}
.vheader-menulist .nav-pills .nav-item .nav-link:hover {
  font-weight: 600;
}
.vheader-menulist .nav-pills .nav-item .nav-link.active {
  color: var(--hic-text-dark);
  font-weight: 600;
  border: none;
}
.vheader-menulist .nav-pills .nav-item.dropdown .vheader-submenulist {
  list-style: none;
}
.vheader-menulist .nav-pills .nav-item.dropdown .vheader-submenulist .nav-link.vsubmenu {
  color: var(--hic-text-gray);
  box-shadow: none;
  border: none;
  font-size: 20px;
  font-weight: 400;
}
.vheader-leaders {
  position: absolute;
  bottom: 0;
}
.vheader-leaders.vimg-dushyan {
  left: 0;
}
@media (max-width: 600px) {
  .vheader-leaders.vimg-dushyan {
    width: 40%;
  }
}
.vheader-leaders.vimg-khattar {
  right: 0;
}
@media (max-width: 600px) {
  .vheader-leaders.vimg-khattar {
    width: 40%;
  }
}
.vheader-map {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.vheader-map .figure-caption {
  color: var(--hic-primary-dark);
  font-size: 36px;
  font-weight: 600;
  line-height: initial;
}
@media (max-width: 600px) {
  .vheader-map .figure-caption {
    font-size: 28px;
    font-weight: 600;
    margin-top: 30px;
  }
}
.vheader-map .figure-caption span {
  font-size: 32px;
  font-weight: 500;
  color: var(--hic-text-dark);
}
@media (max-width: 600px) {
  .vheader-map .figure-caption span {
    font-size: 26px;
  }
}
.vheader-map .figure-img {
  margin-top: 20px;
}
.vheader-top {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vheader-text-control {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .vheader-text-control {
    display: none;
  }
}
.vheader-text-control button.btn-tab-outline {
  color: var(--hic-text-dark);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 10px;
  border: 1px solid var(--hic-primary);
}
.vheader-text-control button.btn-tab-outline:hover {
  color: var(--hic-white);
  background-color: var(--hic-primary);
}
.vheader-text-control button.btn-tab-outline.active {
  color: var(--hic-white);
  background-color: var(--hic-primary);
}
.vheader-text-control button:first-child {
  border-radius: 5px 0 0 5px;
}
.vheader-text-control button:last-child {
  border-radius: 0 5px 5px 0;
}
.vheader-text-control .btn-check:checked + .btn-tab-outline {
  color: var(--hic-white);
  background-color: var(--hic-primary);
}
.vheader-text-control label.btn-tab-outline {
  color: var(--hic-text-dark);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 10px;
  border: 1px solid var(--hic-primary);
}
.vheader-text-control label.btn-tab-outline:hover {
  color: var(--hic-white);
  background-color: var(--hic-primary);
}
.vheader-text-control label.btn-tab-outline.active {
  color: var(--hic-white);
  background-color: var(--hic-primary);
}
.vheader-text-control label:first-child {
  border-radius: 5px 0 0 5px;
}
.vheader-text-control label:last-child {
  border-radius: 0 5px 5px 0;
}
.vheader-inner {
  min-height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.vheader-inner-h {
  color: var(--hic-text-dark);
  font-size: 40px;
  font-weight: 500;
}
.vcounter {
  padding-bottom: 30px;
}
.vcounter-con {
  margin-top: -30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 600px) {
  .vcounter-con {
    margin-top: 0;
    padding: 40px 0;
    gap: 40px;
    flex-direction: column;
  }
}
.vcounter-con .vcard {
  background-color: var(--hic-primary-lt);
  flex: 1 0 0;
}
.vcounter-con .vcard-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #8860D0 0%, #5680E9 50%, #5AB9EA 100%);
}
.vcounter-con .vcard .card-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 40px 24px 16px 24px;
}
.vcounter-con .vcount-down {
  color: var(--hic-secondary);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.vcounter-con .vcount-down-text {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.vnoticebar-con {
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: var(--hic-primary-dark);
}
@media (max-width: 600px) {
  .vnoticebar-con {
    flex-direction: column;
  }
}
.vnoticebar-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.vnoticebar-slider .carousel {
  width: 100%;
  color: var(--hic-white);
  text-align: center;
}
.vnoticebar-slider .carousel-inner {
  width: 75%;
  margin: 0 auto;
}
.vabout {
  padding: 30px 0;
}
.vabout-desc-con {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: start;
  background-color: var(--hic-primary);
  border-radius: 5px;
  color: var(--hic-primary-lt);
}
@media (max-width: 600px) {
  .vabout-desc-con {
    flex-direction: column;
  }
}
.vabout-img {
  width: 35%;
}
@media (max-width: 600px) {
  .vabout-img {
    width: 100%;
  }
}
.vabout-text {
  padding: 20px;
}
.vabout-text .vsec-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 34px;
}
.vabout-text p {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .vabout-text p {
    font-size: 12px;
  }
}
.vaboutDesc {
  padding: 40px 0;
}
.vaboutDesc ul.nav {
  gap: 5px;
}
.vaboutDesc ul.nav .vnotif-btn {
  position: relative;
}
.vaboutDesc ul.nav .vnotif-btn.nav-link {
  font-size: 20px;
  padding: 15px;
  font-weight: 500;
  color: var(--hic-white);
  justify-content: center;
  border-radius: 5px 5px 0 0;
  background-color: var(--hic-text-gray);
}
.vaboutDesc ul.nav .vnotif-btn.nav-link.active {
  font-weight: 600;
  color: var(--hic-white);
  border: none;
  background-image: linear-gradient(90deg, #8860D0 0%, #5680E9 50%, #5AB9EA 100%);
}
.vaboutDesc ul.nav .vnotif-btn.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--hic-primary);
}
.vaboutDesc-h {
  font-size: 20px;
  font-weight: 600;
}
.vaboutDesc-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 45px;
}
.vnotif {
  padding: 20px 0;
}
.vnotif-con {
  padding: 20px 0;
}
.vnotif-con ul.nav {
  gap: 5px;
}
.vnotif-con ul.nav .vnotif-btn {
  position: relative;
}
.vnotif-con ul.nav .vnotif-btn.nav-link {
  font-size: 14px;
  padding: 5px;
  color: var(--hic-white);
  border-radius: 5px 5px 0 0;
  background-color: var(--hic-text-gray);
}
.vnotif-con ul.nav .vnotif-btn.nav-link.active {
  color: var(--hic-white);
  border: none;
  background-image: linear-gradient(90deg, #8860D0 0%, #5680E9 50%, #5AB9EA 100%);
}
.vnotif-con ul.nav .vnotif-btn.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--hic-primary);
}
.vnotif-list {
  overflow-y: auto;
}
.vnotif-list .tab-pane .vnotif-list-ul {
  list-style: none;
  padding-left: 0;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.vnotif-list .tab-pane .vnotif-list-ul .vnotif-list-card {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.vnotif-list .tab-pane .vnotif-list-ul .vnotif-list-card:hover {
  cursor: pointer;
  background-color: var(--hic-primary-lt);
}
.vnotif-list .tab-pane .vnotif-list-ul .vnotif-list-date {
  width: 40px;
  height: 40px;
  color: var(--hic-white);
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  background-color: var(--hic-text-dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vnotif-list .tab-pane .vnotif-list-ul .vnotif-list-text {
  color: var(--hic-primary);
  display: flex;
  flex-direction: column;
}
.vnotif-list .tab-pane .vnotif-list-ul .vnotif-list-text .vnotif-head {
  color: var(--hic-text-dark);
  font-size: 16px;
  font-weight: 500;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .vnotif-list .tab-pane .vnotif-list-ul .vnotif-list-text .vnotif-head {
    font-size: 12px;
  }
}
.vnotif-list .tab-pane .vnotif-list-ul .vnotif-list-text .vnotif-lt {
  color: var(--hic-text-dark);
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .vnotif-list .tab-pane .vnotif-list-ul .vnotif-list-text .vnotif-lt {
    font-size: 10px;
  }
}
.vvertical {
  background-image: url(./../img/v-images/verticals-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 40px 0;
}
.vvertical .card-body {
  position: relative;
  padding: 10px;
}
.vvertical .card-title {
  color: var(--hic-text-dark);
  font-size: 14px;
  font-weight: 500;
}
.vvertical .bx-wrapper {
  box-shadow: none;
  border: 0;
  background: transparent;
}
.vimpLinks-con {
  padding: 40px 50px;
  background-color: var(--hic-primary-lt);
}
.vimpLinks-logo {
  background-image: url(./../img/v-images/imp-links-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}
.vleader {
  padding: 40px 20px;
}
.vleader-text {
  padding: 20px 0;
  text-align: center;
}
.vleader-text .vleader-h {
  color: var(--hic-text-dark);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.vleader-text .vleader-t {
  font-size: 14px;
  font-weight: 400;
}
.vleader-flex {
  flex: 1 0 0;
}
.vschemes {
  background-image: url(./../img/v-images/schemes-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 40px 0;
}
.vschemes .vcard {
  background-color: var(--hic-primary-lt);
}
.vschemes .vcard .card-header {
  background-image: url(./../img/v-images/scheme-heading-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
}
.vschemes .vcard .card-title {
  font-size: 20px;
  font-weight: 500;
}
.vschemes .vcard .card-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--hic-white);
  border-radius: 100%;
  border: 1px solid var(--hic-primary);
  padding: 10px;
  margin-bottom: -6%;
}
.vschemes .vcard .card-body {
  padding-top: 32px;
}
.vschemes-btn {
  background-color: var(--hic-white);
  border: 1px solid var(--hic-text-dark);
  border-radius: 5px;
}
.vschemes-btn-text {
  width: 248px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
}
.vcontact {
  padding: 40px 0;
}
.vcontact .vcard {
  height: 100%;
  background-color: var(--hic-white);
}
.vcontact .vcard .card-header {
  background-image: linear-gradient(90deg, #8860D0 0%, #5680E9 50%, #5AB9EA 100%);
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
}
.vcontact .vcard .card-title {
  color: var(--hic-white);
  font-size: 14px;
  font-weight: 600;
}
.vcontact .vcard .card-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--hic-white);
  border-radius: 100%;
  border: 1px solid var(--hic-primary);
  padding: 10px;
  margin-bottom: -6%;
}
.vcontact-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vcontact-list li {
  color: var(--hic-text-dark);
  font-size: 14px;
  font-weight: 400;
  display: flex;
}
.vcontact-list li a {
  color: var(--hic-text-dark);
}
.vcontact-list li:nth-child(1)::before {
  content: "\eae8";
  margin-right: 5px;
  color: var(--hic-primary);
}
.vcontact-list li:nth-child(2)::before {
  content: "\eb09";
  margin-right: 5px;
  color: var(--hic-primary);
}
.vcontact-list li:nth-child(3)::before {
  content: "\eae5";
  margin-right: 5px;
  color: var(--hic-primary);
}
.vfooter {
  background-image: url(./../img/v-images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 40px 0 0 0;
  color: var(--hic-white);
}
.vfooter-list {
  padding: 30px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  .vfooter-list {
    flex-direction: column;
  }
}
.vfooter-list-con {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 400;
}
.vfooter-list-con address a {
  color: var(--hic-white);
}
.vfooter-h {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}
.vfooter-qlinks {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.vfooter-qlinks li a {
  color: var(--hic-white);
}
.vfooter-social {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.vfooter-social li a {
  color: var(--hic-white);
}
.vfooter-cpyrt {
  color: var(--hic-white);
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding: 10px;
  background-color: var(--hic-text-dark);
}
.vrowaddbtn {
  margin-top: 48px;
}
.vtb-toggle {
  cursor: pointer;
}
.vtb-toggle-icon {
  font-size: 18px;
  color: var(--hic-primary-dark);
  cursor: pointer !important;
}/*# sourceMappingURL=vstyle.css.map */