/* Custom styles for Connect Painters */

/* General styles */
body {
  font-family: "Poppins", serif;
  color: #000;
}
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
img {
  max-width: 100%;
}

.btn {
  border-radius: 20rem;
  --bs-btn-padding-x: 1rem;
}

/* Hero section */
.hero-section {
  background: url(../images//hero-back-img.png) no-repeat center center / cover;
  /* background: linear-gradient(135deg, #ffffff 60%, #ffeae5 100%); */
  /* min-height: 80vh; */
  display: flex;
  align-items: center;
}

.hero-section h1 {
  color: #282828;
  font-weight: 700;
}

/* Stats section */
.stats-section {
  .stats-inner {
    padding-inline: 6rem;
    background: #282828;
    border-radius: 1.25rem;
    /* padding: 3.4375rem; */
    .stats-item {
      h3 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
      }
      p {
        margin: 0;
        color: #606060;
      }
    }
  }
}

.section-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.25rem;
  margin: 0;
}

.section-head-btn {
  .btn {
    padding: 0.75rem 2rem;
  }
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #fff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav button:hover {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.owl-carousel .owl-nav button i {
  font-size: 1.2rem;
}

.owl-carousel .owl-dots {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dee2e6 !important;
  transition: all 0.3s ease;
}

.owl-carousel .owl-dot.active {
  background-color: #dc3545 !important;
  transform: scale(1.2);
}

.rating {
  color: #ffc107;
}

/* Testimonials */
.testimonials-section .card {
  transition: transform 0.3s ease;
}

/* User types section */
.user-types-section .card {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/* Steps section */
.step-number {
  width: 40px;
  height: 40px;
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.hero-left-content .subcribe-form {
  margin: 30px 0 0;
}
/* Navbar */
.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Footer */
.footer {
  background-color: #2d3436;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section {
    text-align: center;
    padding: 4rem 0;
  }

  .stats-section h3 {
    font-size: 2rem;
  }
}

.header {
  .navbar {
    box-shadow: none;
    padding: 0;
    justify-content: center;
    .nav-link {
      color: #000;
      padding: 0.5rem 1rem;
    }
  }
  .header-right {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 10px;
    .btn {
      padding: 0.5rem 1.375rem;
      font-weight: 600;
    }
  }
}
.hero-left-content {
  .lead {
    color: #606060;
  }
}
.subcribe-form p {
  color: #fff;
  font-size: 14px;
}

.subcribe-form {
  max-width: 550px;
  margin: 30px auto 0;
  position: relative;
  width: 100%;
}
.search-form {
  max-width: 463px;
  position: relative;
  width: 100%;
}

.subcribe-form,
.search-form {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(
        145deg,
        #ff4d4d,
        #fff,
        #fff,
        #fff,
        #fff,
        #fff,
        #fff,
        #fff,
        #ffff,
        #fff,
        #fff,
        #fff
      )
      border-box;
  border: 2px solid transparent;
  border-radius: 50px;
  form {
    position: relative;
    border: 5px solid #dddddd;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
  }
}

.subcribe-form,
.search-form {
  input {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    border-radius: 50px;
    padding: 0 10px;
  }
}

.subcribe-form,
.search-form {
  .subscribe-button,
  .search-button {
    border-radius: 50px;
    border: none;
    /* background: #dc3545; */
    padding: 0.5rem 1.375rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    min-width: max-content;
  }
}

.search-form {
  margin-left: auto;
  form {
    border: none;
    .search-button {
      padding: 0.375rem !important;
      min-width: auto;
      aspect-ratio: 1;
      width: 40px;
    }
  }
}

/* Solving Problems Section */
.solving-problems-section {
  background-color: #fff;
}

.problem-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.problem-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.problem-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.problem-icon i {
  color: #dc3545;
}

.problem-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
}

.problem-text {
  color: #606060;
  line-height: 1.6;
}

/* Portfolio Section */
.portfolio-section {
}

.portfolio-card {
  transition: transform 0.3s ease;
}

.portfolio-image {
  position: relative;
  overflow: hidden;
}

.portfolio-image img {
  transition: transform 0.3s ease;
}

.portfolio-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

.portfolio-tags .badge {
  font-weight: 500;
  padding: 0.5rem 1rem;
}

.portfolio-carousel .owl-nav {
  position: absolute;
  top: 99%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: end;
  gap: 10px;
  pointer-events: none;
}

.portfolio-carousel .owl-nav button {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
  margin: 0 0;
}

.portfolio-carousel .owl-nav button:hover {
  color: #dc3545 !important;
}

.portfolio-carousel .owl-dots {
  margin-top: 2rem;
  display: flex;
  justify-content: start;
  gap: 0.5rem;
}

.portfolio-carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dee2e6 !important;
  transition: all 0.3s ease;
}

.portfolio-carousel .owl-dot.active {
  background-color: #dc3545 !important;
  transform: scale(1.2);
}
.footer-main {
  padding: 4.375rem 0 3rem;
}
.footer-bottom {
  border-top: 1px solid #ffffff;
}
.footer-middle-menu {
  ul {
    li {
      margin-bottom: 1.5rem;
    }
  }
}
.footer-right {
  h5 {
    margin: 1.5rem 0;
  }
  .btn {
    padding: 0.75rem 2rem;
  }
}
.footer-bottom-link {
  ul {
    gap: 1rem;
    a {
      color: #fff;
      font-size: 1.25rem;
    }
  }
}
.portfolio-aut {
  margin-top: 1.5rem;
  gap: 1rem;
}
.painters-aut {
  gap: 1rem;
  align-items: center;
}
.portfolio-aut-img,
.painters-aut-img {
  border: 1px solid #d4d4d4;
  border-radius: 0.25rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.portfolio-aut-txt,
.painters-aut-txt {
  h5 {
    margin: 0 0 0.25rem;
    color: #202020;
  }
  p {
    margin: 0;
    color: #696969;
  }
}
.user-type-card {
  background: #f9f9f9;
  border-radius: 1.25rem;
  .card-body {
    padding: 2rem;
    .user-type-icon {
      background: #dc3545;
      padding: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      width: 5rem;
      height: 5rem;
      margin-bottom: 1rem;
    }
    h4 {
      font-size: 2rem;
    }
    p {
      font-size: 1.25rem;
      color: #606060;
    }
    a,
    .more-link {
      font-size: 1.25rem;
      cursor: pointer;
    }
  }
}
.testimonials-section {
  .owl-item {
    transition: transform 0.3s ease;
    .card {
      transition: transform 0.3s ease;
    }
    &.active.center {
      transform: scale(1.15);
      .card {
        background: #282828;
        color: #fff;
        & .card-body {
          p {
            color: #fff;
          }
        }
      }
    }
  }
}
.testimonial-item,
.reviews-item {
  .card {
    background: #eee;
    border: none;
    border-radius: 1.25rem;
    box-shadow: none;
    .card-body {
      padding: 2.525rem;
      p {
        color: #606060;
      }
    }
  }
  .client-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin: 0 auto;
  }
}
.reviews-item {
  .client-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    .client-item-left {
      display: flex;
      align-items: center;
      gap: 1rem;
    }
    .client-deails {
      text-align: left;
    }
  }
}
.steps-item {
  /* background: #dc3545; */
  border-radius: 1.25rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  .steps-img {
    transition: transform 0.3s ease;
  }
  &:hover {
    .steps-img {
      transform: translate(0, -10px);
    }
    .steps-cont.card {
      background: #282828;
      h4 {
        color: #fff;
      }
      p {
        color: #fff;
      }
      .btn {
        border-color: #fff;
        color: #fff;
      }
    }
  }
}
.steps-img img {
  display: block;
}
.steps-cont.card {
  background: #eee;
  margin-top: -2.525rem;
  border: none;
  border-radius: 1.25rem;
  flex: 1;
  box-shadow: none;
  .card-body {
    display: flex;
    flex-direction: column;
    padding: 2.525rem;
    h4 {
      font-weight: 700;
    }
    p {
      font-size: 1.25rem;
      color: #606060;
    }
    .steps-btn {
      margin-top: auto;
    }
  }
}

.about-hero-section,
.professionals-hero-section {
  background: url(../images/about-banner-new.png) no-repeat center center /
    cover;
  display: flex;
  align-items: center;
  position: relative;
  padding-block: 10rem !important;
  min-height: 80vh;
  .subcribe-form {
    margin: 0 auto;
  }
}
.professionals-hero-section {
  > div {
    position: relative;
    z-index: 1;
  }
  &:after {
    content: "";
    background: #00000099;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.right-cont {
  p {
    color: #606060;
  }
}
.left-img img {
  aspect-ratio: 1.5;
  object-fit: cover;
  /* width: 85%; */
  width: 100%;
  object-position: top;
  border-radius: 1.25rem;
}
.solving-problems-section {
  .container > .my-5 {
    &:nth-child(odd) {
      .left-img {
        text-align: right;
      }
    }
  }
  .right-cont {
    p {
      font-weight: 400;
    }
  }
}
.system-cont {
  h3 {
    font-size: 2rem;
  }
  p {
    font-size: 1.25rem;
    color: #606060;
  }
  a {
    font-size: 1.25rem;
  }
}
.about-hero-section2 {
  background: url(../images/about-banner-02.png) no-repeat center center / cover;
  display: flex;
  align-items: center;
  position: relative;
  padding-block: 5rem !important;
  &::after {
    content: "";
    background: #dc3545cc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  & > div {
    position: relative;
    z-index: 1;
  }
  .hero-center-content {
    color: #fff;
    p {
      font-size: 1.25rem;
    }
    .btn {
      padding: 0.75rem 2rem;
    }
  }
}
.team-item {
  padding: 1.25rem;
  .team-card {
    background: #f5f5f5;
    padding: 0.5rem 0.5rem 0;
    position: relative;
  }
  .team-image {
    img {
      aspect-ratio: 1 / 1.25;
      object-fit: contain;
      object-position: bottom;
    }
  }
  .team-content {
    position: absolute;
    background: #fff;
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 0.75rem;
    h5 {
      font-size: 1rem;
      margin: 0 !important;
    }
    p {
      font-size: 0.75rem;
      color: #606060;
      margin: 0 !important;
    }
  }
}
.blog-items {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
  .blog-img {
    img {
      aspect-ratio: 410/274;
      object-fit: cover;
    }
  }
  .blog-item {
    padding: 15px;
    width: 33.3333%;
    h4 {
      a {
        color: #303030;
      }
    }
    p {
      color: #606060;
      margin-bottom: 0.5rem;
      small {
        font-style: italic;
      }
    }
  }
}
.blog-details {
  .blog-cont {
    h5,
    h4,
    h3 {
      color: #303030;
    }
    p {
      color: #606060;
    }
  }
}
.portfolio-items {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
  .portfolio-item {
    padding: 15px;
    width: 33.3333%;
  }
}
.accordion {
  .accordion-item {
    border: 1px solid #bfbfbf;
    border-radius: 1.25rem;
    margin-bottom: 1.5rem;
    .accordion-button {
      background: none;
      box-shadow: none;
      outline: none;
      font-size: 2rem;
      color: #282828;
      padding-inline: 2rem;
    }
    .accordion-body {
      color: #565656;
      font-size: 1rem;
      padding-top: 0;
      padding-inline: 2rem;
    }
  }
}

.states-list {
  border-top: 1px solid #0000001a;
  max-width: 94%;
  margin: 0 auto;
  h4 {
    color: #606060;
  }
  .states-ul {
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
    column-count: 4;
    li {
      margin: 0 0 0.25rem;
      a {
        color: #dc3545;
        font-size: 1rem;
        &:before {
          content: "\f1fc";
          font-weight: 900;
          font-family: "Font Awesome 6 Free";
          margin-right: 0.25rem;
        }
      }
    }
  }
}

.contact-form-section {
}
.contact-title span {
  color: #dc3545;
}
.contact-form-section form {
  margin: 2.5rem 0 0;
}
body .form-control,
body .form-select {
  border-radius: 30px;
  border: 1px solid #e0e0e0;
  padding: 0.75rem 1.25rem;
  box-shadow: none !important;
  outline: none !important;
}
.contact-form-section .btn-submit {
  font-weight: bold;
  padding: 0.75rem 1.25rem;
  border-radius: 30px;
  width: 100%;
}
.job-info-form .btn-submit {
  font-weight: bold;
  padding: 0.75rem 1.25rem;
  border-radius: 30px;
  width: auto;
}
.contact-form-section .btn-submit:hover {
  background: #dc3545;
}
.contact-form-section .address {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.contact-form-section .address i {
  font-size: 2rem;
  color: #dc3545;
  margin-right: 10px;
}
.address-txt h5 {
  margin: 0;
}
.address-txt p {
  font-size: 1rem;
  color: #606060;
  margin: 0;
}
.contact-map {
  img {
    width: 100%;
  }
}
.pricing-card {
  border-color: #6c757d !important;
  border-radius: 1.25rem;
  height: 100%;
  .btn-select {
    width: 100%;
    padding: 0.75rem 1.25rem;
    margin-block: 1rem;
  }
  p {
    color: #606060;
    margin: 0 0 2rem;
  }
  .features-list {
    margin: 0;
    padding: 0;
    li {
      color: #606060;
      margin: 0 0 1rem;
      position: relative;
      list-style: none;
      &::before {
        content: "\f058";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-right: 0.5rem;
        color: #00b900;
      }
    }
  }
}

.pricing-card h3 {
  font-size: 1.25rem;
  color: #606060;
  margin: 0 0 1.5rem;
}
.pricing-card h3 span.popular-badge {
  color: #dc3545;
  font-size: 0.75rem;
  border: 1px solid #dc3545;
  padding: 0.1rem;
}
.pricing-card .price {
  font-size: 2.25rem;
  font-weight: 600;
  color: #000000;
  small {
    color: #606060;
    font-size: 1.25rem;
    font-weight: 500;
  }
}
.help-text {
  color: #606060;
  font-size: 1rem;
}

.state-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.state-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
  border: 1px solid #cbcdcf;
  padding: 0.7rem 1rem;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.state-list li:hover {
  background: #ffd2d7;
  border: 1px solid #dc3545;
}
.state-list li img {
  width: 20px;
  height: 14px;
  border-radius: 3px;
}
.painter-top-right-icn {
  img {
    width: 40px;
    aspect-ratio: 1;
    object-fit: contain;
  }
}
.painter-rate {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 1.25rem;
  color: #606060;
}
.painter-txt {
  font-size: 1.25rem;
  color: #606060;
}
.painter-ftr-btns {
  display: flex;
  gap: 18px;
  align-items: center;
}
.local-painters-section .row {
  margin-inline: -5px;
  > * {
    padding-inline: 5px;
  }
}
.painters-list-page {
  .painters-item {
    margin-bottom: 2rem;
  }
}
.painters-item {
  padding: 2.5rem;
  background: rgba(248, 249, 250, 1);
  border-radius: 10px;
}
.painters-list {
  border-right: 1px solid #cbcdcf;
  width: 100%;
  height: 100%;
  overflow: auto;
  aspect-ratio: 1;
  .painters-item {
    &:not(:last-child) {
      border-bottom: 1px solid #cbcdcf;
    }
  }
}
.pegulations-txt {
  h3 {
    margin-top: 2rem;
  }
  p {
    font-size: 1.25rem;
    color: #606060;
  }
}
.painters-heart {
  font-size: 1.5rem;
  color: #dc3545;
}
.painter-vrt-txt {
  font-size: 1.25rem;
  color: #606060;
}
.painters-details-sec {
  padding-block: 3rem;
  &:not(:last-child) {
    border-bottom: 1px solid #cbcdcf;
  }
  p {
    font-size: 1.25rem;
    color: #606060;
  }
}
.painters-details {
  .painters-aut-img {
    width: 100px;
    height: 100px;
  }
  .painters-aut-txt {
    h5 {
      font-size: 2rem;
    }
    p {
      font-size: 1.5rem;
    }
  }
}
.painters-badges,
.painters-service {
  gap: 3rem;
  align-items: center;
}
.badges-itm,
.service-itm {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  color: #606060;
  img {
    width: 50px;
    aspect-ratio: 1;
    object-fit: contain;
  }
}
.service-type-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 10px;
}
.service-type-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f9f9f9;
  padding: 0.7rem 1rem;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.service-type-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  color: #00b900;
  font-size: 1.5rem;
}
.portfolio-itm-img {
  margin-bottom: 1rem;
  img {
    border-radius: 1.25rem;
    aspect-ratio: 410/313;
    object-fit: cover;
  }
}
.portfolio-itm-cont {
  font-size: 1.25rem;
  color: #282828;
}
.affordable-section {
  .pricing-card p {
    font-size: 1.25rem;
  }
  .pricing-card {
    max-width: 550px;
    margin: 0 auto;
  }
  .more-link {
    font-size: 1.25rem;
    cursor: pointer;
  }
}
.business-painting-back {
  background: url(../images/portrait-cheerful.png) no-repeat center center /
    cover;
  position: relative;
  padding-block: 10rem !important;
  .user-type-card {
    background: #f9f9f9cc;
  }
}
.features-designed-section {
  .user-type-card {
    transition: 0.3s ease;
    & .card-body {
      .user-type-icon {
        margin: 0;
        width: 4rem;
        height: 4rem;
        border-radius: 0.75rem;
        border: 1px solid #dc3545;
      }
    }
    &:hover {
      background: #dc3545;
      color: #fff;
      p,
      .more-link {
        color: #fff !important;
      }
      & .card-body {
        .user-type-icon {
          border: 1px solid #fff;
        }
      }
    }
  }
}
.hidden {
  display: none;
}
.stape-form {
  /* max-width: 950px; */
  max-width: 100%;
  margin: 0 auto;
  .card {
    border-radius: 1.25rem;
    .card-body {
      padding: 2.5rem;
      min-height: 450px;
    }
  }
}
.progress-top {
  margin-bottom: 6rem;
}
.step {
  h4 {
    text-align: center;
  }
  .form-control,
  .form-select {
    border: 5px solid #dddddd;
    background-color: #f5f5f5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .col-lg-6 {
    label {
      min-width: 135px;
    }
    .btn {
      min-width: auto;
    }
    .mb-3.d-flex.gap-2 {
      align-items: center;
    }
  }
}
.stape-form {
  .btn {
    padding-inline: 2rem;
  }
}
.progress-bar.bg-success {
  background: #64cba1 !important;
}
.radio-option {
  .btn {
    border: 5px solid #dddddd;
    background-color: #f5f5f5;
    border-radius: 50px;
    padding: 0.5rem 0.75rem;
    box-shadow: none !important;
    outline: none !important;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 1rem;
    gap: 0.75rem;
    color: #606060;
    i {
      font-size: 1.5rem;
    }
    &:hover {
      color: #606060;
      border: 5px solid #dc3545;
      background-color: #f5f5f5;
    }
  }
  .btn-check:checked + .btn {
    color: #606060;
    border: 5px solid #dc3545;
    background-color: #f5f5f5;
  }
  > [for="yes"] {
    i {
      color: #34c759;
    }
  }
  > [for="no"] {
    i {
      color: #ff3b30;
    }
  }

  > [for="yes2"] {
    i {
      color: #34c759;
    }
  }
  > [for="no2"] {
    i {
      color: #ff3b30;
    }
  }
}
.job-details-cont {
  color: #6c757d;
  font-size: 1.25rem;
  h6 {
    color: #cbcdcf;
  }
}
.options-group {
  flex-wrap: wrap;
}

/* Harshit css */

.max-w-680 {
  max-width: 780px;
}

.pt-100 {
  padding-top: 48px;
  width: 71%;
  margin-left: auto;
  margin-right: auto;
}

.blog-cont h2,
h5 {
  color: #303030;
}

.blog-cont h4,
h3 {
  color: #606060 !important;
}

#multiStepForm {
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
}

.progress-top h5 {
  color: #696969 !important;
}

.max-w-1144 {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
}

.span-red-color {
  color: #e2212f;
}

.text-truncate-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.bg-modal {
  background: #f9f9f9;
}

.get-a-quote-subtitle {
  color: #696969;
}

.select-services {
  border: 2px solid #cbcdcf;
  border-radius: 20px;
  padding: 24px;
  background-color: #f9f9f9;
  cursor: pointer;
}

.select-services h6 {
  color: #999999;
  font-weight: 600;
}

.selected-service {
  border: 2px solid #d01f30;
  background-color: #fff2f2;
}

.selected-service h6 {
  color: #d01f30;
}

.card-border {
  border: 1px solid #d4d4d4;
  padding: 20px;
  border-radius: 20px;
}

.color-light-black {
  color: #111111 !important;
}

.item-subtitle {
  color: #6c757d;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px;
}

.success-alert {
  background: #00b900;
  padding: 20px;
  border-radius: 20px;
}

.success-alert p,
i {
  color: #fff;
  margin-bottom: 0px;
}

.color-282828 {
  color: #282828;
}

.pricing-detail-item {
  color: #111111;
  font-weight: 500;
  margin: 0px;
}

.pricing-detail-divider {
  color: #d4d4d4;
  margin-bottom: 24px;
  margin-top: 24px;
  opacity: 1;
}

.color-6C757D {
  color: #6c757d;
}

.service-details-card {
  flex-basis: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  height: 75%;
}

.lable-pay {
  color: #111111;
  font-weight: 500;
  margin-bottom: 18px;
}

.input-card {
  background-color: #e6e6e6 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 16px;
  border: 0;
  border-radius: 10px !important;
}

.input-card-image {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  position: absolute;
}

.form-check-input:focus {
  border-color: #d01f30;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #da9aa0;
}

.form-check-input:checked {
  background-color: #d01f30 !important;
  border-color: #d01f30 !important;
}

.form-check-input {
  cursor: pointer;
  border-color: #d01f30;
  width: 20px;
  height: 20px;
}

.btn-danger {
  background-color: #d01f30 !important;
  border-color: #d01f30 !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.nav-link i {
  color: #000;
}
