/*------------------------------------------------------------------
/*
Theme Name: TamilAccounting
Theme URI: https://tamilaccounting.com
Description : A Finance theme for TamilAccounting
Author: Varadha
Author URI: https://tamilaccounting.com
Version: 1.0.0

-------------------------------------------------------------------*/

:root {
  --primary: #508eff;
  --secondary: #2b2c5d;
  --greenbd: #019f56;
  --success: #00cff4;
  --light: #f1f1f1;
  --text-size: 0.938rem;
  --text-color: #333;
  --container: 1440px;
}

/* ==== Global Styles ==== */
html,
body {
  font-family: "Jost", sans-serif;
  font-size: var(--text-size);
  color: var(--text-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h4 {
  line-height: 1.5em;
}
a:hover,
a:focus,
a {
  text-decoration: none;
}

a:hover {
  color: #0d0d0d;
}

/* .search-form form button {
  background-color: #616161;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.search-form form button:hover {
  background-color: #303030;
}

.search-form form button img {
  width: 20px;
  height: 20px;
  filter: invert(1);
} */

/* img {
  max-width: 100%;
} */

button,
input,
textarea {
  outline: none;
}

a,
.btn-link {
  color: #616161;
  font-weight: 500;
}
.btn-link:hover {
  color: #1386ff;
}

b,
strong {
  font-size: 18px;
  font-weight: 600;
}

.btn {
  line-height: inherit;
  font-weight: 300;
  border-radius: 0.2rem;
  transition: all 0.3s;
  padding-top: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn.btn-block {
  width: 100%;
}

.btn i {
  padding-left: 0.3rem;
}

.btn.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn.btn-primary:hover {
  filter: brightness(85%);
  color: #fff;
}

button:focus,
input:focus,
textarea:focus {
  box-shadow: 0 0 0 !important;
}

.gradient-space {
  background: linear-gradient(
    180deg,
    #f5f6f8 0%,
    rgba(245, 246, 248, 0) 67.54%
  );
}

.bullet-lists,
.list_arrow,
.list_shuttle,
.list_reports {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bullet-lists li,
.list_arrow li,
.list_shuttle li,
.list_report li {
  display: block;
  position: relative;
  font-size: 1rem;
}

.bullet-lists li::before {
  font-family: "Font Awesome 5 Free";
  padding-right: 0.4rem;
  font-weight: 700;
  content: "\f058";
  color: var(--greenbd);
}

.bullet-lists li {
  margin-left: 1rem;
}

.list_arrow li:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 0.4rem;
  font-weight: 700;
  color: var(--greenbd);
  content: "\f0a9";
}

.list_shuttle li:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 0.4rem;
  font-weight: 700;
  color: var(--greenbd);
  content: "\f0fb";
}

.list_reports li:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 0.4rem;
  font-weight: 700;
  color: var(--greenbd);
  content: "\f00c";
}

.tag {
  padding: 8px 20px 5px;
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
}

.tags .tag {
  background: var(--light);
  color: var(--secondary);
  font-weight: 600;
  border-radius: 30px;
  margin: 5px;
  font-size: 1rem;
}

.content {
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.content_page_fields {
  /* max-width:800px; */
  margin: 0 auto;
}

.content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--secondary);
}

.content .tag {
  margin-bottom: 20px;
}

.content h2 {
  margin-bottom: 20px;
}

.main-conent {
  padding-top: 90px;
  background: #f6f6f6;
}
.alert h3 {
  margin: 0.5rem 0;
}
.support-img {
  text-align: center;
}
.support-img img {
  max-height: 300px;
}
.blog-content {
  text-align: justify !important;
}
@media (max-width: 1200px) {
  .bullet-lists li {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .content {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .bullet-lists li {
    font-size: 1rem;
  }
}
.me-auto {
  margin-right: auto !important;
}
.badge {
  letter-spacing: 0.5px;
  padding: 4px 8px;
  font-weight: 600;
  line-height: 11px;
}
.bg-soft-primary {
  background-color: rgba(47, 85, 212, 0.1) !important;
  border: 1px solid rgba(47, 85, 212, 0.1) !important;
  color: #2f55d4 !important;
}
.p-4 {
  padding: 1.5rem !important;
}
/* ==== Header Styles ==== */
.navbar {
  /* 
  box-shadow: 0px 18px 30px rgb(0 0 0 / 3%);
	padding: 1rem 0;
  */
}

.navbar-toggler:focus {
  box-shadow: 0 0 0;
}

.navbar-brand img {
  max-width: 240px;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 400;
  color: var(--text-color);
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-light .navbar-nav .nav-item:hover > .nav-link,
.navbar-light .navbar-nav .nav-item > .nav-link.active {
  color: var(--primary);
}

@media (min-width: 1400px) {
  .navbar .container {
    max-width: var(--container);
  }
}

li.has-child a {
  position: relative;
}

li.has-child > a::after {
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f107";
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.2s;
}

li.has-child:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
  right: -5px;
}

.megamenu-content {
  width: 100%;
  /* top: calc(100% - 20px);*/

  left: 0;
  z-index: 380;
  padding: 2rem 0 1rem;
  background-color: #fff;
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
  text-align: left;
  transition: all 0.3s;
}

.mega-item {
  display: block;
  color: var(--text-color);
  text-decoration: none;
  position: relative;
  padding: 15px 15px 15px 40px;
  font-size: 0.8rem;
  transition: all 0.2s;
}

.mega-item > i {
  position: absolute;
  left: 5px;
  font-size: 1.3rem;
  color: var(--primary);
}

.mega-item h5 {
  font-size: 1rem;
}

.mega-item p {
  margin-bottom: 0;
}
/*
  .mega-item:hover {
	background: rgb(67 83 255 / 10%);
	color: var(--text-color);
  } */

.navbar-toggler.active .navbar-toggler-icon {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  opacity: 0.5;
}

.dropdown-menu {
  border: 0px !important;
}
.border-light {
  border-color: #f0f3ff !important;
  text-align: justify;
}
.border-light:hover {
  background: #f0f3ff;
}
.navbar .megamenu {
  padding: 1rem;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* ============ mobile view .end// ============ */

/* ==== Hero Section Styles ==== */
.hero-wrap {
  padding: 50px 0;
}

.hero-wrap .container {
  text-align: center;
}
.hero-inner {
  font-size: 1.25rem;
}

.hero-wrap.enterprise-hero {
  padding: 12rem 0;
  color: #fff;
  background-image: url("../images/enterprise-hero-bg.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.enterprise-hero .hero-inner h1 {
  font-size: 4rem;
}

@media (max-width: 1200px) {
  .hero-inner h4 {
    font-size: 1.4rem;
  }
  .hero-inner {
    font-size: 1.15rem;
  }
}

@media (max-width: 768px) {
  .hero-inner h1 {
    font-size: 1.7rem;
  }
  .hero-inner h4 {
    font-size: 1.2rem;
  }
  .hero-inner {
    font-size: 1.1rem;
  }
}
/* ==== Pricing Styles ==== */
.pricing-row {
  border: 1px solid var(--primary);
  border-radius: 10px;
}

.pricing-row .col + .col {
  border-left: 1px solid var(--primary);
}

.pricing-header {
  border-bottom: 1px solid var(--primary);
  text-align: center;
  padding: 30px 10px;
}

.pricing-row .col {
  padding: 0;
}

.pricing-header h3 {
  font-size: 1.8rem;
}

.pricing-header p {
  margin: 0;
  font-size: 1rem;
}

.pricing-plan {
  text-align: center;
  padding: 30px 10px;
  border-bottom: 1px solid var(--primary);
}

.pricing {
  font-size: 0.9rem;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
}

.check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  width: 17px;
  height: 17px;
  background: var(--primary);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  font-size: 0.6rem;
  line-height: 1.8;
}

.check-list li + li {
  margin-top: 10px;
}

.pricing-buttons li {
  min-width: 280px;
}

.pricing-buttons li .btn {
  border-radius: 0;
}

.pricing-buttons li:first-child .btn {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pricing-buttons li:last-child .btn {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pricing-buttons .btn:not(.active):hover {
  background-color: rgb(13 110 253 / 15%);
  color: var(--secondary);
}
/* ==== Clients-Logo Section Styles ==== */
.clients-inner {
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 20px;
}

.client-logo img {
  max-height: 69px;
  max-width: 244px;
}

@media (max-width: 768px) {
  .client-logo {
    width: 50%;
    padding: 0.5rem;
  }
}

/* ==== Features Section Styles ==== */
.single-feature + .single-feature {
  margin-top: 30px;
}

.features-content h2 {
  font-size: 2rem;
  line-height: 45px;
}

@media (max-width: 1200px) {
  .features-content h2 {
    font-size: 2rem;
  }
}
/* ==== CTA Section Styles ==== */
.cta-wrap {
  background: var(--greenbd);
  padding: 7rem 0;
}

.cta-content {
  font-size: 1.5rem;
}

.cta-content h1 {
  font-size: 2.5rem;
  line-height: 2;
}

@media (max-width: 1200px) {
  .cta-wrap {
    padding: 5rem 0;
  }
  .cta-content {
    font-size: 1.3rem;
  }
  .cta-content h1 {
    font-size: 2.1rem;
  }
}

@media (max-width: 768px) {
  .cta-content {
    font-size: 1.2rem;
  }
  .cta-content h1 {
    font-size: 2rem;
  }
}
/* ==== Signup Section Styles ==== */
.signup-form-wrap {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 8px 24px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.signup-form button[type="submit"] {
  margin: 20px 0;
  max-width: 200px;
}
/* ==== Blog & Single-Blog Styles ==== */
.blog-item {
  display: block;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  color: var(--secondary);
  text-decoration: none;
  transition: all 0.5s;
}

.blog-item:hover {
  color: var(--secondary);
  box-shadow: 0px 4px 40px rgb(0 0 0 / 15%);
  transform: translateY(-10px);
}

.blog-item .blog-content {
  padding: 2rem 1.5rem;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-item .blog-title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 20px;
}

.blog-details .blog-title {
  font-size: 2.5rem;
  line-height: 1.7;
  margin: 30px 0;
}
.blog-title2 {
  line-height: 28px;
}

.blog-meta {
  position: relative;
  padding-left: 60px;
}

.blog-meta .blog-meta-img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(-50%);
}

.blog-meta h4 {
  font-size: 0.8rem;
}

.blog-meta p {
  margin: 0;
  font-size: 0.7rem;
}

.blog-author {
  padding: 30px;
  padding-left: 100px;
  font-size: 1.1rem;
  border-radius: 100px;
  font-weight: 500;
}

.blog-author p {
  font-size: inherit;
}

.blog-author .blog-meta-img {
  left: 30px;
}

.realated-blog .blog-img {
  border-radius: 10px;
  overflow: hidden;
}

.realated-blog .blog-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.realated-blog small {
  font-size: 0.8rem;
}

.realated-blog .blog-title:hover {
  color: var(--primary);
}

.blog-item.realated-blog:hover {
  transform: translateY(0);
  box-shadow: 0 16px 24px rgb(0 0 0 / 16%);
}

.blog-item.realated-blog {
  box-shadow: 0 8px 24px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.realated-blog:hover .blog-img img {
  transform: scale(1.1);
}

.realated-blog .blog-img img {
  transition: all 0.5s;
}

@media (max-width: 992px) {
  .blog-details .blog-title {
    font-size: 1.8rem;
  }

  .realated-blog .blog-title {
    font-size: 1.2rem;
  }

  .blog-author {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .blog-details .blog-title,
  .realated-blog .blog-title {
    font-size: 1.5rem;
  }

  .blog-item .blog-content {
    min-height: unset;
  }

  .blog-author {
    border-radius: 10px;
    font-size: 0.75rem;
    padding: 15px;
    padding-left: 80px;
  }

  .blog-author .blog-meta-img {
    left: 15px;
  }
}

table.tablestyle {
  border-collapse: collapse;
  /* border: 1px solid #eaeaea; */
  box-shadow: 2.5px 5px 18px 0 rgb(162 162 162 / 7%);
}
table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
table.tablestyle td.tableheader {
  color: #ffffff;
  background-color: #4e4e4e !important;
}
table.tablestyle td {
  border-collapse: collapse;
  border-bottom: 0;
  background: #fff;
  padding: 5px;
}

table.tablestyle td:first-child {
  padding-left: 10px;
}
tr.evenrow td {
  background-color: #fff !important;
}
table tr td {
  line-height: 2.5em;
}
tr.oddrow td {
  background-color: #f3f3f3 !important;
}
.inquirybg td {
  background-color: #cdcfd1;
}
picture.blog-img {
  width: 100%;
  display: block;
  text-align: center;
}
.widget {
  margin-bottom: 2rem;
  margin-left: 2em;
}

.widget h5 {
  font-size: 1.3rem;
  color: #1ea433;
  margin-bottom: 1rem;
  font-weight: bold;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  display: block;
}

.widget ul li a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.3s;
}

.widget ul li:hover a {
  color: var(--primary);
}

.footer-bottom {
  border-top: 1px solid #e6e9ef;
}
.navbar-light .navbar-toggler {
  border-color: transparent !important;
}

p {
  line-height: 30px;
  text-align: justify;
}
.fs-5 {
  color: #000;
  font-size: 17px;
  line-height: 31px;
}
ul.product-listing li {
  line-height: 45px;
}

@media (min-width: 1400px) {
  .navbar-brand {
    line-height: 3.5em;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.shadow {
  box-shadow: 0 10px 30px 0 rgb(31 45 61 / 26%);
}
.text-green {
  color: #40a433 !important;
}
.bg-green {
  background-color: #40a433 !important;
}
.pd-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.client-logo {
  line-height: 60px;
}
.client-logo img {
  max-height: 60px;
  padding: 0 0.4rem;
  max-width: 150px;
}
.SalesReceivables {
  background: #e8f4ff;
  background: linear-gradient(172deg, #e8f4ff 1%, #cee4f7 100%);
}
.LightPink {
  background-color: rgb(243 240 245 / 1);
}
.WhiteYellow {
  background-color: rgb(247 245 237 / 1);
}
.bg-products {
  background-image: url(assets/images/product-bg.png);
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  display: flex;
}

.bg-products .carousel-indicators [data-bs-target] {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 6px;
  border: 2px solid #000000;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators {
  bottom: -25%;
}
.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;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.bg-products .carousel-indicators .active {
  background-color: #20ad96;
  border: 2px solid #20ad96;
}
/* .bg-white{ background-color: transparent !important; } */
.carousel {
  position: relative;
}
.py-12 {
  padding-bottom: 5.5rem !important;
  padding-top: 5.5rem !important;
}
.py-lg-6 {
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important;
}
.mb-6 {
  margin-bottom: 2.5rem !important;
}

.theme-main-menu {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 40px;
  box-shadow: 0px 18px 30px rgb(0 0 0 / 3%);
  transition: all 0.4s ease-out;
}
.theme-main-menu.sticky-menu.fixed {
  z-index: 9999;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.theme-main-menu > div {
  position: relative;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.d-flex {
  display: flex !important;
}

.theme-menu-three .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.theme-main-menu .logo a {
  display: block;
}
.logo img {
  width: 250px;
}

#mega-menu-holder {
  position: static;
}
.theme-menu-three .navbar {
  position: static;
}

.navbar {
  padding: 0;
  z-index: 1;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.navbar-toggler {
  float: right;
  width: 44px;
  height: 38px;
  padding: 0;
  position: relative;
  z-index: 99;
  border: none;
  background: #2a2a2a;
  box-shadow: 0 15px 20px 0px rgba(0, 0, 0, 0.05);
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.position-static {
  position: static !important;
}
.navbar-nav .nav-item .nav-link {
  padding: 30px 0;
  margin: 0 20px;
  display: block;
  color: #2b2c2e;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.theme-menu-three .navbar-nav .nav-item .nav-link,
.theme-menu-two .navbar-nav .nav-item .nav-link {
  margin: 0 25px;
}
.navbar .dropdown-menu {
  border: none;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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;
}
.theme-menu-three .right-widget {
  position: absolute;
  right: 0;
  top: 50%;
  list-style: none;
  transform: translateY(-50%);
}
.theme-menu-three .user-login-button li .signUp-action {
  border: 2px solid #616161;
  background: #616161;
  padding: 0 20px;
  color: #fff;
  margin-left: 35px;
}
.theme-menu-three .user-login-button li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  color: #000;

  transition: all 0.3s ease-in-out;
}
.theme-menu-three .user-login-button li .signUp-action img {
  margin-left: 12px;
}
.theme-menu-three .user-login-button .signIn-action img {
  margin-right: 12px;
  margin-top: -3px;
}

.doc-container.top-border {
  /*
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  */

  margin-top: 100px;
}
.doc-container.full-width {
  padding: 0 15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.doc-sidebar {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  height: 100vh;
  position: sticky;
  top: 30px;
}
.doc-container.top-border .doc-main-body,
.doc-container.top-border .doc-sidebar,
.doc-container.top-border .doc-sideNav {
  padding-top: 50px;
  padding-right: 0; 
  margin-left: 8px;
}
.doc-container.top-border .doc-main-body {
  text-align: justify; 
}
.doc-container .doc-main-body {
  padding-left: 50px;
  padding-bottom: 65px;
}
.doc-sideNav {
  top: 100px;
  position: sticky;
  height: 100%;
}
.doc-sideNav .wrapper {
  padding-left: 40px;
}
.doc-sideNav .nav-link {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #919191;
  padding: 8 15px;
  transition: all 0.3s ease-in-out;
}

.doc-sideNav .nav-link:hover {
  color: #303030;
}

a.nav-link {
  display: flex;
  align-items: center;
}
a.nav-link img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.scroll-top {
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  background: #5d5c5c;
  display: none;
  transition: all 0.3s ease-in-out;
}
#doc-sidebar-nav {
  max-height: 100vh;
  overflow-y: auto;
  padding-right: 5px;
}
.doc-sidebar .search-form form {
  position: relative;
  height: 50px;
}
.doc-sidebar .search-form form input {
  width: 100%;
  height: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  font-size: 16px;
  color: #2a2a2a;
  padding: 0 50px 0 15px;
}
.doc-sidebar .search-form form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  background-color: transparent;
  padding: 0;
}
.doc-sidebar .search-form form button img {
  margin: 0 auto;
}

.doc-sidebar .list-item li h4 {
  font-family: "Jost", sans-serif;
  display: block;
  position: relative;
  /* line-height: 44px; */
  font-size: 20px;
  color: #303030;
  cursor: pointer;
  margin-bottom: 6px;
  text-wrap: nowrap;
}

.doc-sidebar .list-item li h4 img {
  width: 25px !important;
  height: 25px !important;
}
.doc-sidebar .list-item > li:first-child {
  padding-top: 0;
}
.doc-sidebar .list-item > li {
  padding-bottom: 12px;
}

.doc-sidebar .list-item li h4 .expander {
  display: list-item;
  position: absolute;
  background: transparent;
  line-height: 50px;
  right: 0;
  top: 0;
  color: inherit;
  font-size: 12px;
}
ul.list-item,
ul.sub-menu {
  list-style: none;
  padding-left: 0.5rem;
}

ul.sub-menu li a {
  line-height: 18px;
}

ul.sub-menu li a:hover {
  color: #1386ff;
}

.doc-sidebar .search-form {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.block-style-six .quote-wrapper {
  display: flex;
  align-items: center;
  background: #f4f9fc;
  border-radius: 5px;
  padding: 35px 50px 25px 35px;
  position: relative;
}
.blockquote {
  font-size: 14px;
  line-height: 18px !important;
  text-align: left;
  color: #616161;
  /* min-height: 170px; */
}
.block-style-six .name {
  color: #a8a8a8;
  margin-top: 20px;
  text-align: left;
  line-height: 1.44em;
}
.block-style-six .name strong {
  font-size: 18px;
  font-weight: 600;
  color: #191717;
}
.right-widget .signIn-action:hover {
  color: var(--bs-blue);
}
.theme-menu-three .user-login-button li .signUp-action:hover {
  background-color: #303030;
  border-color: #303030;
}
.quote-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #0d0d0d;
}

@media (max-width: 1316.98px) {
  .doc-container .doc-main-body {
    padding-left: 25px;
    padding-bottom: 30px;
    padding-top: 25px;
  }
  .block-style-six .quote-wrapper {
    padding: 20px 25px 14px 20px;
  }
}

@media (min-width: 1200px) {
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  #doc-sidebar-nav {
    display: block !important;
  }
}

/* doc card style  */
.ss-card-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;

  @media (max-width: 1100px) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ss-card-icon {
  width: 150px;
  height: 50px;
}

.ss-card-icon img {
  width: 50px;
  height: 50px;
}

.ss-card {
  background-color: #fbfaff;
  border: 1px solid #fbfaff;
  padding: 1rem;
  border-radius: 8px;
  transition: all 0.5s;
}

.bx-chevron-right {
  font-size: 2.5rem;
  color: #616161;
  transition: all 0.4s;
}

.ss-card:hover {
  border-color: #1386ff;
}

.quote-wrapper:hover > .bx-chevron-right {
  color: #1386ff;
}

/* .quote-icon img {
  width: 30px;
  height: 30px;
} */

.inner-ss-card {
  display: flex;
  align-items: center;
  gap: 1rem;
}
