/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2025 | 06:31:18 */
/* truic section csss Start */
.page-id-38095 .col.column-left.content-left {
    display: none !important;
}
.page-id-38095 .col.column-right.content-right {
    display: none;
}
.page-id-38095 h1.has-text-align-center {
    background: #000000 !important;
    color: white !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-top: 50px !important;
}
.page-id-38095 .mt-12.px-12.flex.flex-col.align-center.items-center.justify-center {
    padding-bottom: 50px !important;
}
.page-id-38095 .right-column-disabled .column-center {
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.page-id-38095 p {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.page-id-38095 ol.wp-block-list {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    max-width: 750px;
    margin: 0 auto;
}
.page-id-38095 h3#guidelines {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.page-id-38095 ul.wp-block-list {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.page-id-38095 .tip-cta.px-5.py-4.border.mb-20 {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.page-id-38095 .container.header-container.mx-auto.overflow-hidden {
    display: none !important;
}
.page-id-38095 h3,h2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 750px;
    margin: 0px auto;
}
.sdhaskdsaljf {
    background-color: black;
    margin-top: -10px;
    margin-bottom: 40px;
}
.page-id-38095 .content-container.d-flex.flex-row.justify-content-center.px-3.right-column-disabled {
    padding: 0 !important;
}

.my-custom-class {
    position: relative;
    top: 6px;
    left: -8px;
	z-index:99;
}
div#widgetBngPageElement {
    margin-top: -20px;

}
h3.authorss {
    background-color: black;
    width: 100% !IMPORTANT;
    max-width: 100%;
    justify-content: center;
    color: white !important;
    margin-bottom: 0px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 27px;
    z-index: 99999;
    position: relative;
}

@media (max-width: 768px) {
   .page-id-38095  p,
    ol.wp-block-list,
    h3#guidelines,
    ul.wp-block-list,
    .tip-cta.px-5.py-4.border.mb-20,
    h3,
    h2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
	.page-id-38095 ul.wp-block-list {
    max-width: 90%;

}
	.page-id-38095 ol.wp-block-list {
    max-width: 90%;

}
}

/*truic section csss End  */

/* Table CSS Start */

.llc-table-container {

  overflow-x: auto;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

  margin-bottom: 1.5rem;

  max-width: 900px;

  margin-left: auto;

  margin-right: auto;

  border: 1px solid #e5e5e5;

}
 
.llc-table {

  width: 100%;

  border-collapse: collapse;

  font-size: 0.8rem;

  text-align: left;

  font-family: 'Raleway';

}
 
.llc-table caption {

  background-color: #264653;

  color: white;

  font-size: 0.75rem;

  padding: 0.5rem;

  caption-side: top;

  border-bottom: 1px solid #E57010;

}
 
.llc-table thead {

  background-color: #f5f7f9;

  border-bottom: 1px solid #e5e5e5;

}
 
.llc-table th {

  padding: 0.6rem 0.4rem;

  font-weight: 600;

  color: #264653;

  white-space: nowrap;

  text-align: center;

  font-size: 0.8rem;

}
 
.llc-table th:first-child {

  text-align: left;

  width: 180px;

}
 
.llc-table td {

  padding: 0.6rem 0.4rem;

  border-bottom: 1px solid #e5e5e5;

  vertical-align: middle;

  text-align: center;

}
 
.llc-table td:first-child {

  text-align: left;

  width: 180px;

}
 
.llc-table tr:last-child td {

  border-bottom: none;

}
 
.llc-table .recommended-row {

  background-color: #f9f5f1;

  border-left: 3px solid #E57010;

}
 
.llc-table .service-name {

  font-weight: 700;

  font-size: 0.9rem;

  margin-bottom: 0.4rem;

  color: #217D72;

  cursor: pointer;

  position: relative;

  text-decoration: underline;

  text-decoration-color: rgba(33, 125, 114, 0.2);

  text-underline-offset: 2px;

}
 
.llc-table .service-link {

  display: block;

  text-decoration: none;

}
 
.llc-table .service-link:hover .service-name {

  color: #E57010;

  text-decoration-color: #E57010;

}
 
.llc-table .badge-container {

  display: flex;

  flex-wrap: wrap;

  gap: 0.4rem;

  margin-top: 0.2rem;

  margin-bottom: 0.4rem;

}
 
.llc-table .badge {

  display: inline-block;

  font-size: 0.65rem;

  font-weight: 600;

  border-radius: 2px;

  padding: 0.1rem 0.3rem;

}
 
.llc-table .badge-top {

  color: #E57010;

  border: 1px solid #E57010;

  background-color: rgba(229, 112, 16, 0.05);

}
 
.llc-table .badge-discount {

  color: #264653;

  border: 1px solid #264653;

  background-color: rgba(38, 70, 83, 0.05);

}
 
.llc-table .price {

  font-weight: 700;

  color: #d15c00;

}
 
.llc-table .free {

  font-weight: 600;

  color: #217D72;

}
 
.llc-table .na {

  color: #666666;

}
 
.llc-table .feature-note {

  display: block;

  font-size: 0.7rem;

  color: #666666;

  margin-top: 0.1rem;

  font-weight: normal;

}
 
/* Responsive adjustments */

@media (max-width: 768px) {

  .llc-table-container {

    margin-left: 0;

    margin-right: 0;

  }

  .llc-table th, 

  .llc-table td {

    padding: 0.5rem 0.3rem;

  }

  .llc-table th:first-child, 

  .llc-table td:first-child {

    width: 160px;

  }

}
/* Table CSS End */


/* Latest csss Start  */
.llc-table-container {
  overflow-x: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e5e5e5;
}
 
.llc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
  text-align: left;
  font-family: 'Raleway';
}
 
.llc-table caption {
  background-color: #264653;
  color: white;
  font-size: 0.75rem;
  padding: 0.5rem;
  caption-side: top;
  border-bottom: 1px solid #E57010;
}
 
.llc-table thead {
  background-color: #f5f7f9;
  border-bottom: 1px solid #e5e5e5;
}
 
.llc-table th {
  padding: 0.6rem 0.4rem;
  font-weight: 600;
  color: #264653;
  white-space: nowrap;
  text-align: center;
  font-size: 0.8rem;
}
 
.llc-table th:first-child {
  text-align: left;
  width: 180px;
}
 
.llc-table td {
  padding: 0.6rem 0.4rem;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
  text-align: center;
}
 
.llc-table td:first-child {
  text-align: left;
  width: 180px;
}
 
.llc-table tr:last-child td {
  border-bottom: none;
}
 
.llc-table .recommended-row {
  background-color: #f9f5f1;
  border-left: 3px solid #E57010;
}
 
.llc-table .service-name {
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  color: #217D72;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
  text-decoration-color: rgba(33, 125, 114, 0.2);
  text-underline-offset: 2px;
}
 
.llc-table .service-link {
  display: block;
  text-decoration: none;
}
 
.llc-table .service-link:hover .service-name {
  color: #E57010;
  text-decoration-color: #E57010;
}
 
.llc-table .badge-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}
 
.llc-table .badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  border-radius: 2px;
  padding: 0.1rem 0.3rem;
}
 
.llc-table .badge-top {
  color: #E57010;
  border: 1px solid #E57010;
  background-color: rgba(229, 112, 16, 0.05);
}
 
.llc-table .badge-discount {
  color: #264653;
  border: 1px solid #264653;
  background-color: rgba(38, 70, 83, 0.05);
}
 
.llc-table .price {
  font-weight: 700;
  color: #d15c00;
}
 
.llc-table .free {
  font-weight: 600;
  color: #217D72;
}
 
.llc-table .na {
  color: #666666;
}
 
.llc-table .feature-note {
  display: block;
  font-size: 0.7rem;
  color: #666666;
  margin-top: 0.1rem;
  font-weight: normal;
}
 
/* Responsive adjustments */
@media (max-width: 768px) {
  .llc-table-container {
    margin-left: 0;
    margin-right: 0;
  }
  .llc-table th, 
  .llc-table td {
    padding: 0.5rem 0.3rem;
  }
  .llc-table th:first-child, 
  .llc-table td:first-child {
    width: 160px;
  }
}

/*  Latest csss End*/

/*  vikrant cssssss Start*/
@font-face {
  font-family: 'Raleway';
  src: url('https://howtostartanllc.com/wp-content/uploads/al_opt_content/FONT/howtostartanllc.com/./images/2025/05/6855ba9db076f77c1b780e6d/6855ba9db076f77c1b780e6d-fa56e8c122bb66dbcb913e416bb54c97_Raleway-Medium.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}

/* h5{
	font-weight:bold !important; 
} */

.list-group-item {
    border: none !IMPORTANT;
    font-weight: normal !important;
}
.toc-item.active {
    font-weight: 700 !important;
}
.list-group-item {
    font-family: 'Raleway' !important;
    font-size: 18px;
    color: black;
}
.content-header ul.has-small-font-size li, .content-header .has-small-font-size {
    font-weight: 500;
}
.page-id-40846 .tip-cta p {
    text-align: center;
}

.pum-content p {
    padding-top: 0px;
}

h1.has-text-align-center {
    font-family: 'Raleway' !important;
    font-weight: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong {
    font-family: 'Raleway' !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
h3 strong {
    font-family: 'Raleway' !important;
	 font-weight: normal;
}

.heading-4 {
    font-weight: 600 !Important;
}

.nav-item a {
    font-family: 'Raleway' !IMPORTANT;
}
strong {
    font-family: 'Raleway';
}
span {
    font-family: 'Raleway' !important;
}
h1.has-text-align-center {
    font-family: 'Raleway' !important;
}
.custom-author-box span {
    font-family: 'Raleway', sans-serif;
    color: black !important;
    font-size: 17px !important;
}
.custom-author-box strong {
    font-size: 20px !important;
    font-family: 'Raleway', sans-serif !important;
}

.content-body img {
    top: 10px !Important;
    position: relative;
}
.content-body p {
    padding-top: 14px;
    color: black !important;
}

 .custom-author-box {
    margin-bottom: 30px;
}
 .page-id-50172 p {
    font-size: 18x !Important;
    font-family: 'Raleway', sans-serif !important;
	 color:#595959 !important;
}
.page-id-50172 h2 {
    font-size: 34px;
    font-family: 'Raleway', sans-serif !important;
}
.page-id-50172 .content-body ol li {
    font-size: 18px !Important;
color:#595959 !important;
}
.page-id-50172 p.homepage-inline-icon {
    font-size: 18px !Important;
}
.page-id-50172  .content-body h2 {
    padding-left: 1rem !important;
}

.page-id-50172 .content-body ol li {
    padding-top: 0px;
    padding-bottom: 0px;
    color: black;
    font-size: 16px;
	font-family: 'Raleway', sans-serif !important;
}

.content-body .btn {
    width: 227px;
    font-family: 'Raleway', sans-serif !important;
}



p {
    padding-top: 15px;
    color: black !important;
	
    font-family: 'Raleway', sans-serif !important;
    font-size: 19px ;
    line-height: 30px !important;
    letter-spacing: .3px !important;
    visibility: visible;
}
h2 {
    font-size: 36px;
}

.content-body ol li {
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    font-size: 20px;
}
.content-body h2 {
    padding-left: 0 !important;
}
li {
    color: #000000;
		line-height: 30px !important;

}

.page-id-50172 .custom-author-box {
    display: none !important;
}

@media (max-width: 767px) {
    p {
        padding-top: 15px !important;
        color: black !important;
        font-family: 'Raleway', sans-serif !important;
             font-size: 16px;
        line-height: 27px !important;
        letter-spacing: 0.3px !important;
    }
	.pum-responsive-medium p {
    line-height: 22px !important;
    margin-bottom: 0px !important;
}
	h1{

    font-size: 30px;
}
	.content-body ol li {
    font-size: 18px;
}
p.homepage-inline-icon {
    font-size: 18px;
}
	h2 {
    font-size: 28px;
    padding-left: 0 !important;
}
.content-body p {
    padding-top: 8px;
    color: black !important;
}
.page-id-50172  .content-body h2 {
    padding-left: 1rem !important;
}
   .page-id-40846  .has-text-align-center {
    margin-bottom: 0px !important;
}
	h1 {
  
    margin-bottom: 0px !important;
}
}

 /* Prevent layout jumps on header and content */
.container.header-container {
  min-height: 80px;
}
.content-container {
  min-height: 600px;
}
.logo {
  width: 200px;
  height: auto;
  display: block;
}
.column-left {
  width: 25%;
}
.column-center {
  width: 75%;
}
/*  Vikrant Css End*/