html,
body {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  line-height: 1.3;
  font-size: 16px;
}

.wrapper {
  width: 375px;
}

.cleaning-service-wrapper .header {
  background-color: #0077c7;
  display: inline-block;
  width: 100%;
}

.cleaning-service-wrapper .header h5 {
  text-align: center;
  display: inline-block;
  padding: 12px 18px;
  color: #fff;
  width: 100%;
}

.service-section h6 {
  text-align: center;
  padding: 16px 0px 8px 0px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}

.service-tabs {
  width: 70%;
  margin: 0 auto 30px auto;
  display: block;
}

.service-tabs .nav li a .tab-content {
  display: flex;
  column-gap: 12px;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 6px #c9c9c9;
  padding: 12px 20px;
}

.service-tabs .nav li.box2 a .tab-content {
  background-color: #f68c62;
}

.service-tabs .nav li.box3 a .tab-content {
  background-color: #7dc67e;
}

.service-tabs .nav li.box4 a .tab-content {
  background-color: #82b1df;
}

.service-tabs .nav li a .tab-content .content-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-input-div.time-tab .nav li a .content-icon img {
  width: 35px;
  margin: 0 auto 8px auto;
  display: block;
}

.form-input-div.time-tab .nav li a .content-icon span {
  color: #837073;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.service-tabs .nav li a.nav-link {
  padding: 0.4rem 0rem;
}

.service-tabs .nav li a .tab-content .content-details h5 {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}

.service-tabs .nav li a.nav-link {
  position: relative;
  cursor: pointer;
}

.service-tabs .nav li a.nav-link.active {
  transform: scale(1.1);
  background-color: transparent;
}

.Drycleaning-Service-wrapper {
  position: relative;
  height: 100vh;
}

.Drycleaning-Service-wrapper .input-group.search-box .page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.service-tabs .nav li a.nav-link .tooltip-btn {
  position: absolute;
  top: 9px;
  right: 8px;
  background-color: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
  height: auto;
}

.service-tabs .nav li a.nav-link .tooltip-btn.focus,
.service-tabs .nav li a.nav-link .tooltip-btn:focus {
  box-shadow: unset;
}

.service-tabs .nav li a.nav-link .tooltip-btn img {
  width: 15px;
}

/* Laundry-section */
.Laundry-section .content-wrapper {
  background-color: #f1f3f5;
  padding: 20px 15px;
  display: inline-block;
}

.Laundry-section .modal-content {
  max-width: 320px;
}

.Laundry-section .content-text {
  margin-bottom: 8px;
  display: inline-block;
}

.Laundry-section .content-text h5 {
  color: #0d0b4e;
  font-weight: 700;
}

.Laundry-section .logo {
  padding: 25px 0px;
  display: inline-block;
}

.Laundry-section .logo img {
  height: 40px;
}

#gallery img.gallery-image {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-content {
  background-color: #fff;
  margin-bottom: 25px;
  border-radius: 12px;
  padding: 8px 8px 0px 8px;
}

.gallery-content .gallery-btns {
  padding: 18px 0px;
  display: flex;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
}

.gallery-content .gallery-btns button {
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
}

.Laundry-section .submit-btn {
  width: 100%;
  height: 45px;
  background-color: #0d0b4e;
  border: 0;
  color: #fff;
  border-radius: 25px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 320px;
    margin: 1.75rem auto;
  }
}

.gallery-content .gallery-btns button.accept-btn.active {
  background-color: #49bb62;
  width: 85px;
  height: 35px;
  border-radius: 16px;
  color: #fff;
  border: 0;
  font-size: 12px;
  line-height: 1.4;
}

.gallery-content .gallery-btns button.reject-btn.active {
  background-color: #f83e3e;
  width: 85px;
  height: 35px;
  border-radius: 16px;
  color: #fff;
  border: 0;
  font-size: 12px;
  line-height: 1.4;
}

.carousel-item img {
  height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-content img {
  height: 150px;
  object-fit: contain;
}

* {
  transition: 0.3s;
}

#gallery.custom {
  padding: 0 15px;
}

#gallery.custom img {
  display: block;
  margin: 15px 0;
  border-radius: 300px 30px 300px 300px;
}

#gallery.custom img:hover {
  border-radius: 30px 90px 30px 30px;
}

#GalleryModal.custom .modal-content {
  background: none;
  border: none;
}

#exampleModal.custom .modal-header {
  border: none;
}

#exampleModal.custom .modal-header button {
  background: none;
  border-radius: 100px 100px 0 0;
  padding: 5px 10px;
  opacity: 1;
  position: relative;
  top: 3px;
  border: solid 2px white;
}

#exampleModal.custom .modal-header button:hover {
  top: 3px;
}
#exampleModal.custom .modal-header span {
  color: white;
}
#exampleModal.custom .modal-body {
  padding: 0;
  border: none;
  position: relative;
}

#exampleModal.custom .modal-body::before,
#exampleModal.custom .modal-body::after {
  content: "";
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  background: white;
  border-radius: 3px 10px;
}

#exampleModal.custom .modal-body::before {
  top: -5px;
  left: -5px;
}

#exampleModal.custom .modal-body::after {
  bottom: -5px;
  right: -5px;
  z-index: -1;
}

#exampleModal.custom .modal-footer {
  border: none;
  margin-top: 60px;
}

#exampleModal.custom .modal-footer .btn {
  margin: auto;
  border: solid 2px white;
  background: none;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 0.2em 0.7em;
}

#exampleModal.custom .modal-footer .btn:hover {
  background: white;
  color: black;
}

#exampleModal.custom .carousel-control-prev,
#exampleModal.custom .carousel-control-next {
  font-size: 2em;
  top: auto;
  opacity: 1;
  bottom: -52px;
}

#exampleModal.custom .carousel-control-next-icon,
#exampleModal.custom .carousel-control-prev-icon {
  height: 30px;
  width: 30px;
}

#exampleModal.custom .carousel-indicators {
  bottom: -60px;
}

#exampleModal.custom .carousel-indicators li {
  height: 30px;
  border-radius: 100px;
  background: none;
  border: solid 2px white;
}

#exampleModal.custom .carousel-indicators li:hover,
#exampleModal.custom .carousel-indicators li.active {
  background: white;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-wrap {
  text-align: center;
  background-color: #b1fbc1;
  padding: 30px;
  border-radius: 3px;
  margin: 30px 0 0;
}

.switch-text {
  display: block;
  margin: 0.5em;
}
