body {
  font-family: "Inter", sans-serif;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1460px !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: "Inter", sans-serif;
}
header {
  box-shadow: 0 10px 20px #6666661a;
}

.mt-8{
    margin-top:7rem;
}
button.get-btn {
  background-color: #f58220;
  border: none;
  color: white;
  border-radius: 55px;
  /* padding: 14px; */
  padding: 6px 10px 6px 14px;
}
button.get-btn:hover img {
  transform: translateX(6px) rotate(45deg);
}
ul.navbar-nav.ms-auto {
  margin-right: 20px;
}
li.nav-item {
  margin-left: 38px;
}
section.wrapper.blue {
  background-color: #346fb7;
  height: 43px;
}
.top-action-bar {
  background: #2e73bd;
  color: #fff;
  font-size: 14px;
}

.top-action-bar a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.top-action-bar a:hover {
  color: #cce2ff;
}
.text-orange {
  color: #f47c21;
}
.text-grad {
  background: linear-gradient(76deg, #f58220, #346fb7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1.hero.heading {
  font-weight: 800;
  font-size: 56px;
  color: #212529;
  line-height: 64px;
}

p.hed-btn {
    margin-bottom: -5px;
}
.hero-heading {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #212529;
}
p.mt-3 {
  font-size: 20px;
  line-height: 30px;
  color: #666666;
}

.row.new {
    display: flex;
    justify-content: left;
    gap: 0px;
    margin: auto;
}

p.bottomcontent {
    text-align: justify;
    color: #343434;
}

h4.bottomheadings {
    font-size: 24px;
    font-weight: 700;
}

.review-box {
  background: #fff;
  padding: 15px;
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid #eee;
}

.pricing p {
  font-size: 16px;
  line-height: 28px;
}
.smart-process p {
  font-size: 16px;
  line-height: 28px;
}
.pricing-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  height: 100%;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.pricing-header {
  background: #346fb7;
  color: #fff;
  padding: 16px;
  border-radius: 16px 16px 0px 0px;
}

.pricing-header h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.pricing-header p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

.price {
  font-size: 48px;
  font-weight: 800;
}
.price span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 26px 0 22px;
}

.pricing-features li {
  padding: 11px 0;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  font-weight: 400;
}
.read-more {
  color: #346fb7;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 25px;
  font-size: 16px;
}
p.read-more span {
  border-bottom: 1px solid #346fb7;
  font-weight: 600;
}
.buy-btn {
  background: #ed7c1d;
  border: none;
  border-radius: 35px;
  color: #fff;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}
.buy-btn:hover img {
  transform: translateX(6px) rotate(45deg);
}

.buy-btn span {
  background: #1c6adb;
  border-radius: 50%;
  padding: 6px 10px;
  margin-left: 6px;
}

.popular .popular-badge {
  position: absolute;
  right: -40px;
  top: -38px;
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
  transform: scale(.81);
}
.gradient-heading {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #212529;
}

.full-gradient-text {
  background: linear-gradient(
    90deg,
    #f58220 0%,
    #ff8200 20%,
    #cc783b 40%,
    #6e7da8 60%,
    #346fb7 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.pricing-inner {
  padding: 0px 25px 30px 25px;
}
.pricing-inner h6 {
  color: #666;
  font-size: 20px !important;
  font-weight: 700;
}
.card-inner h4 {
  font-size: 24px;
  font-weight: 700;
}
.card-inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #666666;
  text-align: justify;
}
.card.text-center {
  border: 1px solid #e8efff;
  background-color: white;
}
.core-search {
  background: url("../img/core-bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.card-lead-inner h4 {
  color: #212529;
  font-size: 20px;
  font-weight: 700;
}
.card-lead-inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
p.read-more.lead-btn {
  font-weight: 600;
  font-size: 16px;
}
.leadership .card {
  border-radius: 16px;
}
.pd {
  padding-top: 100px;
  padding-bottom: 100px;
}
h2.tech {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: white;
  text-align: center;
}
section.technology {
  background-color: #346fb7;
}
.cta-banner {
  background: url("../img/newsletter.png") no-repeat center center;
  background-size: cover;
  border-radius: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}

.cta-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
}

.cta-price {
  background: #f58220;
  color: #fff;
  padding: 6px 20px;
  border-radius: 6px;
  font-size: 40px;
  font-weight: 700;
}

.cta-btn {
  margin-top: 22px;
  display: inline-flex;
  gap: 6px;
  background: #f58220;
  padding: 10px 22px;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  align-items: center;
}
.cta-btn:hover {
  background: #f58220;
}

.right-img {
  position: absolute;
  right: -60px;
  bottom: 0;
}
.cta-img {
  max-height: 380px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .right-img {
    position: static;
    margin: 0 auto;
  }
  .cta-img {
    max-height: 260px;
  }
  .cta-title {
    font-size: 24px;
    text-align: center;
  }
  .cta-btn {
    margin: 20px auto 0;
  }
}
section.faq h5 {
  font-weight: 700;
  font-size: 24px;
  /* border-bottom: 1px solid #212529; */
}
hr {
  color: #212529 !important;
  opacity: 1.25 !important;
}

.accordion-item {
  border: none !important;
  border-bottom: 1px solid #e8efff !important; /* only bottom border */
  border-radius: 0 !important;
  background-color: none !important;
}

.accordion-button {
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  color: #212529;
}

.accordion-button:focus {
  box-shadow: none !important;
}
section.faq {
  background-color: #e8efff80;
}
footer.footer-bg {
  background-color: #346fb7;
}
.social-icons-container {
  display: flex;
  gap: 22px;

  margin-top: 30px;
}

.social-icons-container img {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  transition: 0.3s;
}


.social-icons-container img:hover {
  border-color: #fff;
  color: #fff;
  transform: translateY(-4px);
}
.copyright-ftr {
  border-top: 1px solid #00000045;
  background-color: #346fb7;
  color: white;
}
footer.footer-bg.pd p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
.carousel-indicators .active {
  background: orange;
}

.case-study-slider .carousel-indicators {
  position: absolute;
  bottom: -35px; /* pushes dots below carousel */
}


.case-study-slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background: #cfd6e6;
  border-radius: 50%;
  opacity: 1;
  margin: 0 6px;
  border: none;
}

.case-study-slider .carousel-indicators .active {
  background: #ffa200 !important;
}


.case-study-slider .carousel-control-prev,
.case-study-slider .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff00;
  border-radius: 50%;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
}

.case-study-slider .carousel-control-prev-icon,
.case-study-slider .carousel-control-next-icon {
  filter: invert(0) !important; /* make icon visible */
}


.case-study-slider .carousel-control-prev {
  left: -60px;
}
.case-study-slider .carousel-control-next {
  right: -60px;
}


@media (max-width: 991px) {
  .case-study-slider .carousel-control-prev {
    left: 10px;
  }
  .case-study-slider .carousel-control-next {
    right: 10px;
  }
}

h2.heading-real {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
}
h5.semi-heading.mt-2 {
  font-size: 24px;
  font-weight: 700;
}

section.case-study-slider p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.carousel-item h5 {
  font-size: 24px;
  line-height: 32px;
}
.carousel-item h3 {
  font-size: 40px;
  line-height: 32px;
  font-weight: 700;
}
.custom-cont {
  padding-right: 50px;
  padding-left: 40px;
  width: 75%;
}
.case-study-pro-section {
  background: #f9f9f9;
}

.case-title-pro {
  font-size: 28px;
  font-weight: 700;
}

.case-desc-pro {
  font-size: 16px;
  color: #636e72;
}

.schedule-btn-pro {
  background: #ff7f27;
  color: white;
  border-radius: 50px;
  padding: 10px 22px;
  font-weight: 600;
}

.counter-box-pro {
  background: #2f71c8;
}

.counter-box-pro h3 {
  font-size: 28px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff7f27;
}

.carousel-indicators .active {
  background: #2f71c8;
}
.case-study-pro-section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background: #cfd6e6;
  border-radius: 50%;
  opacity: 1;
  margin: 0 6px;
  border: none;
}
.case-study-pro-section .carousel-indicators .active {
  background: #ffa200 !important;
}
.d-sms-none {
  display: block;
}
/*span.carousel-control-next-icon {*/
/*  display: none;*/
/*}*/
@media (max-width: 767px) {
  .d-sms-none {
    display: none;
  }
  .gradient-heading {
    font-size: 32px;
    line-height: 38px;
  }
  
  .row.new {
    margin-top: 0px;
    width: auto;
    display: flex;
    gap: 18px;
    /* margin-left: 0px; */
    margin: auto;
    /* padding-left: 20px; */
    justify-content: center;
}

.col-md-3.col-sm-6.col-6.new {
    gap: 10px;
    /* padding-left: 42px; */
    /* align-items: center; */
    display: contents;
    /* gap: 10px; */
}
  
  .popup-wrapper {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    width: 95%;
    margin: auto;
}
  
  .buy-btn {
    background: #ed7c1d;
    border: none;
    border-radius: 25px;
    color: #fff;
    padding: 7px 32px;
    font-size: 18px;
    font-weight: 600;
    width: 85%;
    cursor: pointer;
}
  
  p.mt-3 {
  font-size: 17px;
  line-height: 27px;
  color: #666666;
  text-align: center;
}

  h1.gradient-heading.hero.heading {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    margin-top: 7px;
  }
  .popular-badge img {
    width: 76%;
    /* height: 65%; */
  }
  h2.tech.mb-4 {
    font-size: 24px;
    line-height: 35px;
  }
  h2.heading-real {
    font-size: 28px;
    line-height: 32px;
  }
  
  h5.resultsheading {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
}
  .custom-cont {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .case-study-slider .carousel-control-prev,
  .case-study-slider .carousel-control-next {
    display: none;
  }
  /*span.carousel-control-next-icon {*/
  /*  display: none;*/
  /*}*/
  .cta-price {
    background: #f58220;
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 700;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 27px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

@media (min-width: 1024px) and (max-width: 1300px) {
  h1.hero.heading {
    font-weight: 800;
    font-size: 36px;
    color: #212529;
    line-height: 44px;
  }
}

.popup-wrapper {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.popup-close-white {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 100;
  background: #ffffff;
  color: #000;
  font-size: 20px;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}
.popup-close-white:hover {
  background: #eaeaea;
}

.contact-left {
  background: #f8f9fa;
}

.contact-right {
  background: #306fbe;
}
.contact-right h3 {
  font-weight: 700;
  font-size: 24px;
}

.icon {
  font-size: 22px;
  color: #306fbe;
}

form .form-control {
  border-radius: 5px;
  height: 40px;
}

textarea.form-control {
  height: auto !important;
}

.btn-warning {
  border-radius: 25px;
}

@media (max-width: 767px) {
  .contact-right h3 {
    font-size: 20px;
  }
  .social-icons-container {
    display: flex;
    gap: 11px;
    margin-top: 30px;
}

.common-heading h2 {
    font-size: 36px !important;
    color: #130D3A;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 24px;
}
section.wrapper.pd img {
    width: 100% !important;
    height: auto !important;
}
  .row .col {
    margin-bottom: 7px;
  }
}
.contact-left {
  background: #f8f9fa;
  padding: 75px 42px 60px 80px;
  background-color: #e8efff;
}

.google-review-slider {
  /*background: #f8fbff;*/
  /*padding: 60px 0;*/
}
.review-container {
  display: flex;
  overflow-x: auto;
  gap: 25px;
  scroll-behavior: smooth;
  padding: 20px;
}
.review-card {
  min-width: 350px;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}
.review-card p {
  font-size: 14px;
  color: #333;
}
.review-card h5 {
  margin-top: 15px;
  font-size: 17px;
  color: #0072ff;
}
.star {
  color: #ffc300;
  font-size: 20px;
}
.pricing-featuress {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease-in-out;
  list-style: none;
    padding: 0;
    margin: -25px 0 15px;
}

.pricing-card.expanded .pricing-featuress {
  max-height: 450px; 
  margin-top: 15px;
}


.pricing-featuress li {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;

    padding: 16px 0;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    font-weight: 400;

}

.pricing-card.expanded .pricing-featuress li {
  opacity: 1;
  transform: translateY(0);
}
.read-more span {
  transition: 0.3s;
  display: inline-block;
}

/*.pricing-card.expanded .read-more span {*/
/*  transform: rotate(180deg);*/
/*}*/
section.DeliverResult {
    position: relative;
}
.Deliver_box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 24px 24px 2px 24px;
    margin-bottom: 24px;
}
.Deliver_box ul li {
    list-style: none;
    display: flex;
    align-items: baseline;
}
.Deliver_box p {
    color: #6A6A6A;
    font-size: 15px;
}
.Deliver_box ul li h5 span {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-right: 10px;
}
.Deliver_box ul li img {
    margin-right: 10px;
}
.Deliver_box img {
    margin-bottom: 14px;
}
.Deliver_box ul li h5 {
    font-size: 16px;
    color: #6A6A6A;
    font-weight: 400;
}
.common-heading span {
    color: #346FB7;
    background: #E8EFFF;
    padding: 12px 30px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.common-heading h2 {
    font-size: 40px;
    color: #130D3A;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 24px;
}
.common-heading p {
    margin-bottom: 70px;
}
.common-heading p {
    font-size: 20px;
    color: #6A6A6A;
    font-weight: 400;
    line-height: 34px;
}
.common-heading h5 {
    margin-bottom: 30px;
}

.footer-cta {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}

.cta-btn {
    flex: 1;
    padding: 12px 0;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
      border-radius:1px;
}

.enquire {
    background: #ed7c1d;   
}

.whatsapp {
    background: #1cc85c;   
}

.cta-btn i {
    font-size: 18px;
}

@media (max-width: 768px) {
    .cta-btn {
        font-size: 16px;
        padding: 10px 0;
        border-radius:1px;
                font-weight: 400;
    }
    .cta-button {
    display: grid !important;
    align-items: center;
    justify-content: center;
    padding: 26px 3px;
    border: 2px solid #0056b3;
    border-radius: 8px;
    background-color: #f8f9fa;
    text-decoration: none;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
    
    .Deliver_box p {
    color: #6A6A6A;
    font-size: 18px;
    font-weight: 600;
}
    p.hed-btn {
    text-align: center;
            margin-bottom: 0px;
            margin-top: -5px;
}
    p.bottomcontent {
    text-align: justify;
    color: #343434;
    font-size: 14px;
}
.col-lg-6.col-md-5.col-12.p-4.contact-left {
    display: none !important;
}
 .counter-box-pro h3 {
    font-size: 18px;
}
.footer-cta {
    display: flex !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}
button.get-btn {
    background-color: #ed7c1d;
        border: none;
        color: white;
        border-radius: 55px;
        /* padding: 14px; */
        padding: 10px 15px 10px 15px;
        font-size: 13px;
        font-weight: 600;
}

.price span {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
}

.price {
    font-size: 42px;
    font-weight: 700;
}

button.get-btn img {
           width: 20px;
        height: auto;
        margin-left: 1px !important;
}.container-fluid.px-5.nav-mob {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.top-action-bar.py-2 {
    display: none !important;
}
}
button.navbar-toggler {
    display: none;
}

.footer-cta{
    display:none;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #346FB7;
    padding: 24px 30px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
#counter:before {
    position: absolute;
    content: "";
    width: 102px;
    height: 64px;
    background-image: url(https://marketing.webhopers.com/img/trusted-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 0px;
    top: -6px;
}
#counter .item:first-child {
    border-right: 1px solid #fff;
}
#counter .item {
    width: 200px;
    margin: 10px;
    text-align: left;
}
#counter .item .count {
    color: #fff;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 700;
}
#counter .item h3 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}
.trusted-outer {
    /* background: rgb(245,226,210); */
    /* background: radial-gradient(circle, rgba(245,226,210,1) 0%, rgba(218,232,249,1) 100%); */
    padding: 14px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.google-rating p {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
}
.google-star-icon {
    width: auto;
    margin-right: 10px;
    margin-bottom: 6px;
    min-height: 30px;
}
.upworkicon img {
    width: 74px;
}
.google-star-content img.tick {
    display: flex;
    margin-top: 8px;
}
.truspiloticon img {
    width: 100px;
}
.googleicon img {
    width: 66px;
}
.goodfirmicon img {
    width: 110px;
}

.review-left-box {
    /*text-align: center;*/
    padding: 20px;
}

/*.review-left-box img {*/
/*    width: 80px;*/
/*}*/

.google-rating {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    display:flex;
}

.google-stars i {
    color: #fbbc05;
    font-size: 20px;
}

.review-card {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 12px;
    background: white;
    height: 100%;
        overflow-y: scroll;
    height: 223px;
}

.review-profile {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 10px;
}

.google-icon-small {
    width: 20px;
    margin-left: auto;
}

.stars i {
    color: #fbbc05;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.wp-google-name a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 23px;
}
.google-review-slider #reviewSlider .carousel-indicators {
    position: static !important;
    margin-top: 20px !important;
    justify-content: center !important;
}

.google-review-slider #reviewSlider .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    background-color: #ccc !important; 
    opacity: 1 !important;
    border: none;
}

.google-review-slider #reviewSlider .carousel-indicators .active {
    background-color: #ff8a00 !important; 
}
.google-stars.mb-2 {
    margin-top: -3px;
    margin-left: 6px;
}

.google-review-slider .carousel-indicators {
    position: static !important;
    margin-top: 15px;
}

.google-review-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc !important;
    opacity: 1 !important;
    margin: 0 4px;
}

.google-review-slider .carousel-indicators .active {
    background-color: #ff8a00 !important;
}
.swiper-button-next {
    display: none !important;
}
.swiper-button-prev {
    display: none !important;
}
header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}


 
@media (max-width: 768px) {
    .one-buttons {
       text-align: center;
    }

   section#home {
    margin-top: 12px !important;
}
}

section.smart-process.pd button {
    font-size: 18px;
    font-weight: 500;
}

input.get-btn {
    background-color: #f58220;
    border: none;
    color: white;
    border-radius: 55px;
    /* padding: 14px; */
    padding: 6px 10px 6px 14px;
}