body {
  font-size: 18px;
  line-height: 1.8;
}

h2 {
  font-size: 1.7em;
  font-weight: 600;
}

.banner-inner img {
  width: 100%;
}

.why-clients {
  background-color: #ffd8db;
}

p {
  margin-top: 0rem;
  margin-bottom: 2rem;
}

ul {
  margin-top: 1.7rem;
  margin-bottom: 3rem;
}

.faq-sec .card .card-header .card-link {
  color: #000
}

.faq-sec .card .card-header .card-link:after {
  color: #dc549a;
}

.card-body {
  padding-left: 40px !important;
}

.client-reviews.p {
  color: white;
}

.client-reviews {
  background-color: #dc549a;
  color: white;
}

.client-reviews p {
  text-align: center;
  border-bottom: 1px solid #fff;
}

.contact-details {
  background: #ffd8db;
}

.before-after {
  margin-top: 40px;
}

a.whatsapp {
  position: fixed;
  width: 41px;
  height: 41px;
  bottom: 50px;
  right: 50px;
  z-index: 999999999;
}

ul.fillers-list li b {
  color: #0957a4;
}

.why-clients .row div .content {
  display: flex;
  flex-direction: column;
}

.why-clients .row div .content p {
  margin: 0;
}

.why-clients .row div .content ul {
  margin: 0;
}

img.google {
  position: absolute;
  top: 20px;
}

@media screen and (max-width: 480px) {
  img.google {
    top: 110px;
    width: 30%;
  }
}

.smooth-scroll {
  position: fixed;
  right: 0;
  top: 6rem;
  border-radius: .2rem 0 0 .2rem;
  z-index: 99999999999;
  background: #f54991;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 1.8rem 1.8rem;
  padding: 0.5rem;
  width: fit-content;
}

.smooth-scroll:hover {
  cursor: pointer;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 9999999999999;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.modal.is-active {
  display: flex;
}

#modal-background {
  background-color: rgb(10 10 10 / 15%) !important;
}

#modal-card {
  align-items: left !important;
  width: auto;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 6rem !important;
  border-radius: 0 0 .4rem .4rem !important;
  display: flex;
  flex-direction: column;
  max-height: 350px;
  overflow: hidden;
  -ms-overflow-y: visible;
  max-width: 300px;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: #f54991;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 11px 0;
  position: relative;
}

.modal-card-title {
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0rem !important;
  font-size: 1.3rem;
  font-weight: 501;
  color: #fff !important;
  margin: 0;
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-close,
.delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  top: 0px !important;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
  color: #fff;
  font-size: 21px;
  line-height: 20px;
}

#modal-card-body {
  padding: 0 0 0 0 !important;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

#modal-card-foot {
  padding: .4rem !important;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.section-items {
  border: 1px solid #f8f8f8;
  font-size: .8rem;
  font-weight: 501;
  text-decoration: none;
  color: #000 !important;
  background: #fff;
  padding: .6rem !important;
  cursor: pointer !important;
  text-transform: capitalize !important;
  margin: 0;
  float: left;
  width: 100%;
}

.section-items:hover {
  background: #ffd8db;
}

.section-items a {
  float: left;
  width: 100%;
}



#Before-After img {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 8px;
  height: 270px;
  width: 100%;
  object-fit: cover;
}


#Before-After .img-box h4 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 70%);
  color: #fff;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  font-size: 20px;
}

#Before-After .img-box:hover h4 {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

#Before-After .img-box + h5 {
    font-size: 18px;
}