.list {
 line-height: 2;
}

.sidebar-newsletter h3 {
    color: #fff;
    font-size: 20px;
}

.sidebar-newsletter .btn.btn-green {
    width: 100%;
    font-size: 20px;
}

.side_logo_img {
  height:30px;
  margin-bottom: 30px;
}

.product-info-full li {
 margin-bottom: 8px;
}

.product-info-full ol {
  padding-left: 0px;

 
}

.product-info-full ol li {
  padding-left: 10px;
  margin-left: 15px;
 
 
}

.product-info-full ul li {
  padding-left: 10px;
  margin-left: 15px;
  list-style:disc;
 
}

.product-info-full2 li {
  list-style: none; /* remove default bullet */
  padding-left: 10px;
  position: relative;
}

.product-info-full2 li::before {
  content: "✔"; /* Unicode checkmark */
  position: absolute;
  width: 14px; 
  left: 0;
  color: green; /* optional */
}

.product-info-full ul {
 margin-top: 20px;
 margin-bottom: 20px;
}

.dropcap-bold {
  font-weight: 800;
  font-size: 22px;
}

.bg-dark {
  background-color: #232D3C !important;
}

.bg-brand {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #000;
}

.bg-yellow {
  background-color: #fcc658;
  border-color: #fcc658;
  color: #fff;
}

.font-white {
  color: #fff !important;
}

.font-yellow {
  color: #fcc658 !important;
}

.bg-blue {
  background-color: #0ea2c7;
  border-color: #0ea2c7;
  color: #fff;
}

.font-blue {
  color: #0ea2c7;
}

.bg-green {
  background-color: #1ABC9C;
  border-color: #1ABC9C;
  color: #000;
}

.font-green {
  color: #1ABC9C;
}

.bg-red {
  background-color: #fc473a;
  border-color: #fc473a;
  color: ##fff;
}

.font-red {
  color: #fc473a;
}

.call-us-ctr{
   text-align: center;
}

.ratting-star{
color: #fdc657
}

.btn.btn-green {
  background-color: #1ABC9C;
  color: #fff;
}
.btn.btn-green:hover {
  background-color: #efefef;
  border-color: #1ABC9C;
  color: #1ABC9C;
}

li.flagship a:after {
  content: "Flagship";
  background-color: #FF0000;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
}

li.foundational a:after {
  content: "Foundational";
  background-color: #FF0000;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
}

.btn.btn-medium {
  padding: 12px 12px;
  font-size: 15px;
}

.single-product-wrap {
   _max-width: 250px;
}

.product-link {
   font-size: 19px !important;
   font-weight: 800 !important;
}

.product-callout {
   padding-top: 10px;
   font-weight: 800 !important;
   font-size: 18px !important;
}

.product-callout-btn {
   margin-top: 15px;
}


.exp-services-accordion .card {
  border: 0;
  border-radius: 0;
  margin-bottom: 15px;
}
.exp-services-accordion .card:last-child {
  margin-bottom: 0;
}
.exp-services-accordion .card .card-header {
  border: 0;
  background-color: #f4f4f4;
  padding: 0;
  cursor: pointer;
}
.exp-services-accordion .card .card-header h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 25px 15px;
  margin-bottom: 0;
}
.exp-services-accordion .card .card-header h3 span {
  font-size: 25px;
  margin-right: 5px;
}
.exp-services-accordion .card .card-body {
  padding: 15px;
  border: 1px solid #f4f4f4;
  border-top: 0;
}
.exp-services-accordion .card .card-body p:first-child {
  margin-bottom: 0;
}

.single-product-wrap .product-thumb .btn-quick-view:hover {
  background-color: #1ABC9C;
  color: #fff;
}
.single-product-wrap .product-thumb .btn-add-cart {
  background-color: #1ABC9C;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 15px 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


/*========================
Start Why Us Content Area
=========================*/
.why-us-title-area h2 {
  font-size: 70px;
  margin-bottom: 54px;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .why-us-title-area h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.why-us-item-wrap {
  margin-top: 50px;
}
.why-us-item-wrap:first-child {
  margin-top: 0;
}
.why-us-item-wrap h3 {
  font-size: 34px;
}

.why-us-item-wrap p {
  font-size: 22px;
  font-weight: 400;
}

.why-us-item-wrap-brand h3 {
  color: #29C7A4;
}

.why-us-item-wrap-secondary h3 {
  color: #9ED92E;
}

.why-us-item-wrap-orange h3 {
  color: #FFA42C;
}

.why-us-area h2 {
   font-size: 44px;
}


/*========================
Start Process Content Area
=========================*/
.process-title-area h2 {
  font-size: 70px;
  margin-bottom: 54px;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .process-title-area h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.process-item-wrap {
  margin-top: 50px;
}
.process-item-wrap:first-child {
  margin-top: 0;
}
.process-item-wrap h3 {
  font-size: 34px;
}

.process-item-wrap p {
  font-size: 22px;
  font-weight: 400;
}

.process-area h2 {
   color: #fff;
   font-size: 44px;
}

.process-area h3 {
   color: #fff;
   font-size: 28px;
}

.process-area p {
   color: #cac8c8;
}



.testimonial-area h2 {
  color: #fff; 
}


.team-member-content-item .call-to-action-left h3 {
  font-size: 20px;
}


.team-member-content-item ul li {
  padding-left: 10px;
  margin-left: 15px;
  list-style:disc;
 
}

.team-member-content-item h3 {
  margin-top: 25px;
  margin-bottom: 15px;

 
}

.left-page-header-wrapper .page-header-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 280px;
}

.left-page-header-wrapper .page-header-content h1 {
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.mt-40 {
    margin-top: 40px !important;
}


.referral-wrapper ol li {
  padding-left: 10px;
  margin-left: 15px;
 
 
}

.referral-wrapper ul li {
  padding-left: 10px;
  margin-left: 15px;
  list-style:disc;
 
}

.exp-content ol li {
  padding-left: 10px;
  margin-left: 15px;
 
 
}

.exp-content ul li {
  padding-left: 10px;
  margin-left: 15px;
  list-style:disc;
 
}


.font-white {
  color: #fff; 
}

.font-black {
  color: #000; 
}


.alert-dark {
    --bs-alert-color: #fff;
    --bs-alert-bg: #232D3C !important;
    --bs-alert-border-color: #232D3C !important;
}