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:#c14348;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: #dc549a; }
.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; }
.image-holder {
  position: relative;
  width:100%;
  margin:0 0 10px 0;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.image-holder:hover .overlay {
  height: 100%;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
a.view-more { background:#fff; color:#000; font-size:17px; padding:10px 15px; }
@media screen and (max-width: 480px) {
  img.google { top:110px; width:30%; }
}

.splite_sideEnquiry {
  cursor: pointer;
  border-radius: 3px;
  height: auto;
  padding: 5px;
  width: 100px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  z-index: 1001;
  background:#ea1e26;
  color: #F1F1F1;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 32px;
  top: 40%;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  right: -30px;
  cursor: pointer;
}
.splite_sideEnquiry:hover {
  background: #5A6268;
  color: #fff;
}
.splite_sideEnquiry1 {
  cursor: pointer;
  border-radius: 3px;
  height: auto;
  padding: 5px;
  width: 140px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  z-index: 1001;
  background:#ea1e26;
  color: #F1F1F1;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 32px;
  top: 65%;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  right: -50px;
  cursor: pointer;
}
.splite_sideEnquiry1:hover {
  background: #5A6268;
  color: #fff;
}
.carousel-control-prev { left: -100px; }
.carousel-control-next { right: -100px; }
.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%; }

ul.service-list1 { margin: 0; padding:0; width:100%; float:right; list-style:none; }
ul.service-list1 li { margin:10px 0 0 0; padding:0; width:100%; float:right; }
ul.service-list1 li a { margin: 0; padding:0; width:100%; float:right; color:#fff !important; font-size:23px; }
ul.service-list1 li a:hover { cursor:pointer; }
ul.service-list1 li a img { margin-left:15px; }
ul.service-list2 { margin: 0; padding:0; width:100%; float:left; list-style:none; }
ul.service-list2 li { margin:10px 0 0 0; padding:0; width:100%; float:left; }
ul.service-list2 li a { margin: 0; padding:0; width:100%; float:left; color:#fff !important; font-size:23px; }
ul.service-list2 li a:hover { cursor:pointer; }
ul.service-list2 li a img { margin-right:15px; }
@media only screen and (max-width: 500px) {
	ul.service-list1 { float:left; }
	ul.service-list1 li { float:left; text-align: left; line-height: 70px; }
	ul.service-list1 li a { float:left; font-size:15px; }
	ul.service-list1 li a img { float:left; margin-right:5px; margin-left: 0; }
	ul.service-list2 li { line-height: 70px; }
	ul.service-list2 li a { font-size:15px; }
	ul.service-list2 li a img { float:left; margin-right:5px; margin-left: 0; }
	#modal-card { min-width:200px; }
	.carousel-control-prev { left: -15px; }
    .carousel-control-next { right: -15px; }
} 