@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  cursor: pointer;
}

a, img {
  text-decoration: none !important;
  transition: 0.3s all ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none !important;
}

html {
  font-size: 16px;
}

p {
  line-height: 28px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  background: #FFF;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF; /* change color if needed */
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader img {
  width: 200px;
}

.closeBtn {
  right: 10px;
  top: 14px;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: none;
}

.offcanvas1 {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #FFF;
  transition: left 0.3s ease;
  z-index: 1002;
  padding: 20px;
  overflow: auto;
}
.offcanvas1 .mb-logo {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.offcanvas1 .mb-logo img {
  width: 160px;
}

/* Mobile menu container */
.mobile-menu {
  width: 100%;
}
.mobile-menu li {
  border-bottom: 1px solid #efefef;
}
.mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-menu li .link {
  background-color: #00016D;
  border-radius: 40px;
  color: #FFF;
  justify-content: center;
}

/* Menu list */
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Main links */
.mobile-menu a,
.submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 400;
}

/* Sub menu */
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.submenu a {
  padding: 12px 30px;
  font-size: 14px;
}

/* Open state */
.submenu.open {
  max-height: 300px;
}

.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.submenu.open + .arrow {
  transform: rotate(45deg);
}

.offcanvas1.active {
  left: 0;
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1001;
  backdrop-filter: blur(9px);
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Page content */
.page-content {
  transition: transform 0.3s ease;
}

.page-content.active {
  transform: translateX(280px);
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.menu-open {
  overflow: hidden;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #FFF;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  animation: loading 0.1s infinite alternate;
}

.load-text img {
  width: 200px;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 15px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
  background-color: #FFF;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #00016D;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #00016D;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ====================== [ Start overlay1 ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #fff;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #00016D;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp2;
}

.overlay1 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #00016D;
  background-color: #00016D;
  overflow-y: hidden;
  transition: 0.5s;
  background-image: url(../images/banner-overlay.svg);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 620px;
}

.overlay-content {
  position: relative;
  text-align: center;
  margin-top: 30px;
  padding-left: 30px;
}
.overlay-content a {
  margin-bottom: 10px;
  color: #FFF;
  display: block;
  text-align: left;
  font-size: 18px;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay1 .closebtn {
  background-color: #2FAECF;
  border: 1px solid #2EC7EF;
  padding: 2px 15px 2px 6px;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 35px;
  color: #FFF;
}

header {
  width: 100%;
}
header .desktop-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .desktop-nav .logo img {
  width: 170px;
}
header .desktop-nav .nav li {
  margin: 0px 1px;
}
header .desktop-nav .nav li a {
  color: #000;
  padding: 35px 12px;
  display: inline-block;
  background-image: url(../images/nav-hvr.svg);
  background-repeat: repeat-x;
  background-position: 0px -130px;
  font-weight: 500;
}
header .desktop-nav .nav li a:hover {
  background-position: 0px 0px;
}
header .desktop-nav .nav li.active a {
  background-position: 0px 0px;
}
header .desktop-nav .book .link {
  padding: 12px 25px;
  background-color: #00016D;
  border-radius: 50px;
  color: #FFF;
  text-transform: uppercase;
}
header .desktop-nav .book .link:hover {
  background-color: #4183FC;
  color: #FFF;
}
header .desktop-nav .book .mobile-btn {
  display: none;
}

.whatsapp-icon .btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 40px;
  display: flex;
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 28px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.whatsapp-icon .btn-whatsapp-pulse-border {
  bottom: 115px;
  animation-play-state: paused;
}
.whatsapp-icon .btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.banner {
  width: 100%;
  padding: 0px 10px;
}
.banner .banner-sec {
  width: 100%;
  height: 576px;
  overflow: hidden;
  border-radius: 70px;
  position: relative;
}
.banner .banner-sec video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-sec::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #00016D;
  left: 0;
  top: 0;
  opacity: 0.95;
}
.banner .banner-sec .banner-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
}
.banner .banner-sec .banner-content::after {
  content: "";
  position: absolute;
  width: 370px;
  height: 484px;
  background-image: url(../images/logo-shape1.svg);
  background-size: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.banner .banner-sec .banner-content::before {
  content: "LAUNDERIST";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 100px;
  bottom: -30px;
  font-size: 158px;
  color: #020478;
  font-weight: 800;
}
.banner .banner-sec .banner-content .content {
  position: relative;
  z-index: 1;
}
.banner .banner-sec .banner-content .content::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: 0;
  top: -100px;
  background-image: url(../images/icon-star.svg);
  background-size: 100%;
  animation: zoom 1s linear 1s infinite;
}
.banner .banner-sec .banner-content .content::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  right: 90px;
  top: -100px;
  background-image: url(../images/icon-star.svg);
  background-size: 100%;
  animation: zoom 1s linear 1s infinite;
}
.banner .banner-sec .banner-content .content h3 {
  font-size: 40px;
  color: #FFF;
  font-weight: 400;
}
.banner .banner-sec .banner-content .content h3 span {
  font-weight: 700;
}
.banner .banner-sec .banner-content .content p {
  color: #FFF;
}
.banner .banner-sec .banner-content .content .banner-btn {
  display: flex;
  gap: 10px;
}
.banner .banner-sec .banner-content .content .banner-btn a {
  padding: 12px 25px;
  border: 1px solid #FFF;
  border-radius: 50px;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
}
.banner .banner-sec .banner-content .content .banner-btn a:hover {
  background-color: #FFF;
  color: #00016D;
}
.banner .banner-sec .banner-content .content .banner-btn a:first-child {
  background-color: #FFF;
  color: #00016D;
}
.banner .banner-sec .banner-content .img-sec {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner .banner-sec .banner-content .img-sec img {
  width: 100%;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
footer {
  width: 100%;
  position: relative;
  padding: 40px 0px 0px 0px;
}
footer .footer-first-sec {
  width: 100%;
  position: relative;
}
footer .footer-first-sec::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00016D;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
footer .footer-first-sec::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #2748FF;
}
footer .footer-first-sec .container {
  position: relative;
  z-index: 9;
}
footer .footer-first-sec .box-item1 {
  padding: 30px 0px;
  background-color: #00016D;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
footer .footer-first-sec .box-item1 .f-logo {
  width: 100%;
  margin-bottom: 30px;
}
footer .footer-first-sec .box-item1 .f-contact li {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 7px 0px 7px 41px;
}
footer .footer-first-sec .box-item1 .f-contact li a {
  color: #FFF;
}
footer .footer-first-sec .box-item1 .f-contact li.mail {
  background-image: url(../images/mail-icon.svg);
}
footer .footer-first-sec .box-item1 .f-contact li.phone {
  background-image: url(../images/phone-icon.svg);
}
footer .footer-first-sec .box-item1 .f-contact li.map {
  background-image: url(../images/map-icon.svg);
}
footer .footer-first-sec .f-right {
  width: 100%;
  height: 100%;
  padding: 30px 0px;
  background-color: #2748FF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  padding-left: 30px;
}
footer .footer-first-sec .box-item {
  width: 100%;
}
footer .footer-first-sec .box-item .f-nav {
  width: 100%;
}
footer .footer-first-sec .box-item .f-nav h4 {
  font-size: 22px;
  color: #FFF;
  margin-bottom: 12px;
}
footer .footer-first-sec .box-item .f-nav ul li {
  margin-bottom: 10px;
}
footer .footer-first-sec .box-item .f-nav ul li a {
  color: #FFF;
}
footer .footer-first-sec .sp-sec {
  width: 30%;
  display: flex;
  justify-content: end;
  align-items: center;
}
footer .footer-first-sec .f-media {
  width: 40px;
}
footer .footer-first-sec .f-media a {
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin: 5px 0px;
}
footer .footer-first-sec .f-media a:hover {
  background-color: #FFF;
  color: #00016D;
}

.copyright {
  width: 100%;
}
.copyright .copyright-txt {
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright .copyright-txt p {
  margin: 0;
}
.copyright .f-link2 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: end;
  gap: 10px;
}
.copyright .f-link2 a {
  display: inline-block;
  color: #000;
}

.points {
  width: 100%;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.points .container {
  position: relative;
  z-index: 9;
}
.points::before {
  content: "";
  position: absolute;
  width: 276px;
  height: 145px;
  background-image: url(../images/icon-shape1.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100%;
  left: 0;
  bottom: 0;
}
.points::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  background-image: url(../images/icon-star3.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100%;
  right: 0;
  bottom: 0;
  animation: zoom 1s linear 1s infinite;
}
.points .pointwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.points .pointwrapper .item-box {
  display: flex;
  align-items: center;
}
.points .pointwrapper .item-box .content {
  padding-left: 12px;
}
.points .pointwrapper .item-box .content h5 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}
.points .pointwrapper .item-box .content p {
  margin: 0;
}

.p60 {
  padding: 60px 0px;
}

.services-sec {
  width: 100%;
  background-color: #F8F8FF;
}
.services-sec .item {
  width: 100%;
}
.services-sec .box {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  padding-bottom: 80px;
  border-radius: 20px;
  background-color: #FFF;
}
.services-sec .box .icon-sec {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.services-sec .box .icon-sec img {
  width: 55px;
  height: 55px;
  display: inline-block;
}
.services-sec .box .content {
  width: 100%;
  text-align: center;
}
.services-sec .box .content h6 {
  font-size: 18px;
  color: #00016D;
  font-weight: 600;
  margin-bottom: 3px;
}
.services-sec .box .content p {
  margin: 0;
  font-size: 15px;
}
.services-sec .box .link {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding-bottom: 15px;
}
.services-sec .box .link a {
  width: 46px;
  height: 46px;
  border: 1px solid #00016D;
  display: inline-block;
  border-radius: 50%;
  padding: 6px;
}
.services-sec .box .link a img {
  width: 100%;
}
.services-sec .box:hover .link a {
  background-color: #00016D;
}
.services-sec .box:hover .link a img {
  filter: brightness(0) invert(1);
}

.how-it-works {
  width: 100%;
  background-color: #FFF;
  position: relative;
}
.how-it-works::before {
  content: "";
  position: absolute;
  width: 175px;
  height: 235px;
  background-image: url(../images/hanger-img6.svg);
  left: 0;
  top: 20%;
}
.how-it-works .sp6 {
  position: relative;
}
.how-it-works .sp6::before {
  content: "Launderist";
  position: absolute;
  left: -50px;
  top: 40%;
  text-transform: uppercase;
  font-size: 195px;
  color: #F7F7FD;
  transform: rotate(-90deg);
  width: 180%;
  font-weight: 700;
}
.how-it-works .head-sec {
  padding-right: 20px;
  position: relative;
}
.how-it-works .head-sec::before {
  content: "";
  width: 4px;
  height: 200px;
  background-color: #4183FC;
  position: absolute;
  right: -26px;
  top: -60px;
  border-radius: 10px;
}
.how-it-works .head-sec::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  background-image: url(../images/pin-point.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  right: -50px;
  top: -4px;
}
.how-it-works .head-sec h5 {
  font-size: 26px;
  color: #00016D;
}
.how-it-works .head-sec h6 {
  font-size: 38px;
  color: #00016D;
  font-weight: 400;
}
.how-it-works .head-sec h6 span {
  font-weight: 700;
}
.how-it-works .work-process {
  width: 100%;
  padding-left: 60px;
  position: relative;
  border-left: 1px solid #D5D5E4;
}
.how-it-works .work-process .box-sec {
  width: 100%;
  margin-bottom: 45px;
}
.how-it-works .work-process .box-sec span {
  padding: 10px 18px;
  background-color: #E4E4F6;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 10px;
}
.how-it-works .work-process .box-sec h3 {
  font-size: 26px;
  font-weight: 600;
  color: #00016D;
}
.how-it-works .work-process .box-sec .img-sec {
  width: 100%;
}
.how-it-works .work-process .box-sec .img-sec img {
  width: 100%;
  border-radius: 20px;
}

.whychoose {
  width: 100%;
  background-color: #F8F8FF;
  position: relative;
}
.whychoose .container {
  position: relative;
  z-index: 9;
}
.whychoose::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background-image: url(../images/hanger-img.svg);
  width: 129px;
  height: 242px;
}
.whychoose .img-sec {
  width: 100%;
  position: relative;
}
.whychoose .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.whychoose .img-sec .experience {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}
.whychoose .img-sec .experience .count {
  font-size: 50px;
  color: #FFF;
  font-weight: 700;
}
.whychoose .img-sec .experience .txt {
  color: #FFF;
  padding-left: 12px;
}
.whychoose .content {
  width: 100%;
  padding-left: 20px;
}
.whychoose .content h4 {
  font-size: 38px;
  color: #00016D;
}
.whychoose .content h4 span {
  font-weight: 700;
}
.whychoose .content .boxitem {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.whychoose .content .boxitem .list li {
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 26px;
  margin-bottom: 8px;
}
.whychoose .content .boxitem .more-queiry {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(204, 204, 255) 100%);
  padding: 15px 15px 15px 15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.whychoose .content .boxitem .more-queiry .content {
  padding-right: 20px;
}
.whychoose .content .boxitem .more-queiry .content p {
  margin: 0;
}
.whychoose .content .boxitem .more-queiry .content h5 {
  margin: 0;
  color: #00016D;
}
.whychoose .content .boxitem .more-queiry .content h5 a {
  color: #00016D;
}

.pickup {
  width: 100%;
  padding: 100px 0px;
  background-image: url(../images/company-img.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.pickup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00016D;
  opacity: 0.9;
  left: 0;
  top: 0;
}
.pickup .container {
  position: relative;
  z-index: 9;
}
.pickup .icon {
  margin-bottom: 15px;
}
.pickup .icon img {
  width: 80px;
}
.pickup h4 {
  font-size: 38px;
  color: #FFF;
  font-weight: 400;
}
.pickup h4 span {
  font-weight: 700;
}
.pickup p {
  color: #FFF;
}
.pickup a {
  padding: 12px 25px;
  background-color: #FFF;
  border-radius: 50px;
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
.pickup a:hover {
  background-color: #4183FC;
  color: #FFF;
}

.heading-sec h4 {
  font-size: 38px;
  font-weight: 400;
  color: #00016D;
}
.heading-sec h4 span {
  font-weight: 700;
}

.testimonials {
  width: 100%;
  background-color: #F8F8FF;
}
.testimonials .box {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #FFF;
  border-radius: 20px;
}
.testimonials .box .content {
  border-bottom: 1px solid #EEEEF9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.testimonials .box .auther {
  display: flex;
  align-items: center;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 110px;
}
.testimonials .box .auther .img {
  width: 70px;
  height: 70px;
}
.testimonials .box .auther .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonials .box .auther .txt {
  padding-left: 15px;
}
.testimonials .box .auther .txt h5 {
  font-size: 18px;
  font-weight: 600;
  color: #00016D;
  margin: 0;
}
.testimonials .box .auther .txt p {
  margin: 0;
}

.pickup-sec {
  width: 100%;
  position: relative;
}
.pickup-sec .container {
  position: relative;
  z-index: 9;
}
.pickup-sec::before {
  content: "";
  position: absolute;
  width: 175px;
  height: 235px;
  background-image: url(../images/hanger-img6.svg);
  left: 0;
  top: 10px;
}
.pickup-sec::after {
  content: "";
  position: absolute;
  width: 129px;
  height: 205px;
  background-image: url(../images/hanger-img7.svg);
  right: 0;
  bottom: 10px;
}
.pickup-sec .content {
  width: 100%;
  padding-left: 30px;
}
.pickup-sec .content h4 {
  font-size: 38px;
  font-weight: 400;
  color: #00016D;
}
.pickup-sec .content h4 span {
  font-weight: 700;
}
.pickup-sec .van-img {
  width: 100%;
}
.pickup-sec .van-img img {
  width: 100%;
}
.pickup-sec .form-sec {
  width: 100%;
  padding-left: 80px;
}
.pickup-sec .form-sec .form-field {
  width: 100%;
  background-color: #00016D;
  border-radius: 20px;
  padding: 30px;
}
.pickup-sec .form-sec .form-field h5 {
  font-size: 28px;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 12px;
}
.pickup-sec .form-sec .form-field h5 span {
  font-weight: 700;
}
.pickup-sec .form-sec .form-field .form-control {
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 18px;
}
.pickup-sec .form-sec .form-field .down {
  background-image: url(../images/down-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.pickup-sec .form-sec .form-field .btn {
  width: 100%;
  height: 70px;
  background-color: #FFF706;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.inner-banner {
  width: 100%;
  background-image: url(../images/company-img.jpg);
  padding: 90px 0px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00016D;
  left: 0;
  top: 0;
  opacity: 0.9;
}
.inner-banner .container {
  position: relative;
}
.inner-banner h1 {
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 10px;
}
.inner-banner h1 span {
  font-weight: 700;
}
.inner-banner nav {
  display: flex;
  justify-content: center;
}
.inner-banner nav li {
  color: #93b2ff !important;
}
.inner-banner nav li::before {
  color: #93b2ff !important;
}
.inner-banner nav li a {
  color: #FFF;
}

.about-content {
  width: 100%;
  background-color: #F8F8FF;
}
.about-content .head-title {
  text-align: center;
}
.about-content .head-title h2 {
  font-size: 26px;
  color: #000;
}
.about-content .head-title h3 {
  font-size: 38px;
  color: #00016D;
  font-weight: 400;
}
.about-content .head-title h3 span {
  font-weight: 700;
}
.about-content .about-img {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.about-content .about-img .box {
  width: 48%;
  height: 335px;
}
.about-content .about-img .box img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-content .box-content {
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.about-content .box-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00016D;
  opacity: 0.9;
  left: 0;
  top: 0;
}
.about-content .box-content h5 {
  position: relative;
  z-index: 9;
  color: #FFF;
  font-weight: 400;
}
.about-content .box-content h6 {
  font-size: 28px;
  color: #FFF;
  position: relative;
  z-index: 9;
}
.about-content .box-content p {
  position: relative;
  z-index: 9;
  color: #FFF;
}

.how-to-work-sec {
  width: 100%;
}
.how-to-work-sec .box-sec {
  width: 100%;
}
.how-to-work-sec .box-sec span {
  padding: 10px 18px;
  background-color: #E4E4F6;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 10px;
}
.how-to-work-sec .box-sec h3 {
  font-size: 26px;
  font-weight: 600;
  color: #00016D;
}
.how-to-work-sec .box-sec .img-sec {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
.how-to-work-sec .box-sec .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.how-to-work-sec .box-sec:hover .img-sec img {
  scale: 1.05;
}

.services-sec1 {
  width: 100%;
}
.services-sec1 .box-item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  padding: 30px;
  border-radius: 20px;
}
.services-sec1 .box-item .service-img {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 20px;
}
.services-sec1 .box-item .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.services-sec1 .box-item .content-box {
  width: 100%;
  padding: 20px;
}
.services-sec1 .box-item .content-box .content {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  transition: 0.3s all ease-in-out;
}
.services-sec1 .box-item .content-box .content h2 {
  font-size: 30px;
  color: #00016D;
  font-weight: 600;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.price-sec {
  width: 100%;
}
.price-sec .accordion-button {
  display: flex;
  justify-content: space-between;
  border-radius: 10px !important;
}
.price-sec .accordion-button:focus {
  box-shadow: none;
}
.price-sec .accordion-button .service-title {
  width: 100%;
}
.price-sec .accordion-button .service-title h4 {
  color: #00016D;
}
.price-sec .accordion-button .service-title h5 {
  font-size: 16px;
}
.price-sec .accordion-button .price-item {
  width: 100%;
  text-align: right;
  padding-right: 20px;
}
.price-sec .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.price-sec .items-sec {
  width: 100%;
  border: 1px solid #00016D;
  border-radius: 20px;
  padding: 30px;
}
.price-sec .items-sec h6 {
  font-size: 23px;
}
.price-sec .items-sec ul {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: 32% 32% 32%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding-top: 1.5rem;
  display: grid;
}
.price-sec .items-sec ul li {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ededed;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 0.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  display: grid;
  border-radius: 6px;
  font-weight: 400;
}
.price-sec .accordion-button:not(.collapsed) {
  background-color: #00016D;
  color: #FFF;
}
.price-sec .accordion-button:not(.collapsed) .service-title h4 {
  color: #FFF;
}
.price-sec .price-update {
  text-align: center;
}
.price-sec .price-update .img {
  width: 100%;
  margin-bottom: 12px;
}
.price-sec .price-update .img img {
  width: 90px;
}
.price-sec .price-update h4 {
  font-size: 34px;
  color: #00016D;
}
.price-sec .price-update p span {
  border: 1px solid #00016d;
  display: inline-block;
  padding: 17px 25px;
  border-radius: 20px;
}
.price-sec .price-update p span a {
  color: #000;
  font-weight: 600;
}

.contact-sec {
  width: 100%;
}
.contact-sec .heading-sec h5 {
  font-size: 38px;
  text-align: center;
  color: #00016D;
  font-weight: 700;
}
.contact-sec .heading-sec p {
  font-weight: 400;
}
.contact-sec .box-sec {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
.contact-sec .box-sec .icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  margin: auto;
  background-color: #00016D;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-sec .box-sec h4 {
  text-align: center;
  color: #00016D;
  font-size: 20px;
}
.contact-sec .box-sec p {
  font-weight: 400;
}
.contact-sec .box-sec p a {
  color: #000;
}
.contact-sec .contact-form-sec {
  width: 100%;
  background-image: url(../images/map-vector.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-sec .contact-form-sec h5 {
  font-size: 20px;
  color: #4183FC;
}
.contact-sec .contact-form-sec h6 {
  font-size: 35px;
  color: #00016D;
  font-weight: 700;
}
.contact-sec .contact-form-sec .form-control {
  width: 100%;
  height: 74px;
  background-color: #FFF;
  border-radius: 40px;
  padding: 0px 34px;
}
.contact-sec .contact-form-sec .down {
  background-image: url(../images/down-arrow1.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.contact-sec .contact-form-sec .txt {
  height: 125px;
  border-radius: 20px;
  padding-top: 20px;
}
.contact-sec .contact-form-sec .btn-st {
  padding: 20px 25px;
  background-color: #00016D;
  border-radius: 50px;
  color: #FFF;
  text-transform: uppercase;
  border-color: transparent;
  font-size: 20px;
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 450px;
}

@media (max-width: 1200px) {
  header .desktop-nav .logo img {
    width: 164px;
  }
}
@media (max-width: 991px) {
  header .desktop-nav .nav, header .desktop-nav .book .link {
    display: none;
  }
  header .desktop-nav .mobile-nav {
    display: flex;
  }
  header {
    padding: 10px 0px;
  }
  header .desktop-nav .book .mobile-btn {
    display: block;
  }
  header .desktop-nav {
    padding: 11px 15px;
  }
  .banner .banner-sec .banner-content::after, .banner .banner-sec .banner-content::before {
    display: none;
  }
  .banner .banner-sec {
    height: 386px;
  }
  .copyright .copyright-txt {
    text-align: center;
  }
  .copyright .f-link2 {
    justify-content: center;
    padding-top: 0;
  }
  footer .footer-first-sec::before, footer .footer-first-sec::after {
    display: none;
  }
  footer .footer-first-sec {
    background-color: #00016D;
  }
  footer .footer-first-sec .f-right {
    background-color: transparent;
    padding-left: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer-first-sec .box-item {
    width: 48%;
    padding: 30px;
    border: 1px solid #2324a7;
    border-radius: 10px;
  }
  footer .footer-first-sec .box-item1 {
    padding: 30px;
    border: 1px solid #2324a7;
    border-radius: 10px;
    margin-top: 30px;
  }
  footer .footer-first-sec .sp-sec {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
  footer .footer-first-sec .f-media {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .p60 {
    padding: 30px 0px;
  }
  .pickup {
    padding: 30px 0px;
  }
  .whychoose .img-sec {
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .whychoose .content {
    padding-left: 0px;
  }
  .whychoose .content h4 {
    font-size: 30px;
  }
  .how-it-works .head-sec::before, .how-it-works .head-sec::after {
    display: none;
  }
  .how-it-works .work-process {
    border: none;
    padding-left: 0;
  }
  .pickup-sec .form-sec {
    padding-left: 0;
  }
  .pickup-sec .content {
    padding-left: 0px;
    padding-top: 20px;
  }
  .how-it-works .sp6::before {
    display: none;
  }
  .inner-banner {
    padding: 40px 0px;
    border-radius: 20px;
  }
  .inner-banner h1 {
    font-size: 28px;
  }
  .about-content .head-title h3 {
    font-size: 28px;
  }
  .about-content .box-content {
    padding: 30px;
  }
  .price-sec .items-sec ul {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .banner .banner-sec {
    height: 100vh;
  }
  .banner .banner-sec {
    border-radius: 20px;
  }
  .banner .banner-sec .banner-content {
    padding: 40px 0px;
  }
  .banner .banner-sec .banner-content .content {
    text-align: center;
    padding-bottom: 30px;
  }
  .banner .banner-sec .banner-content .content .banner-btn {
    justify-content: center;
    flex-wrap: wrap;
  }
  .banner .banner-sec .banner-content .img-sec {
    text-align: center;
    padding-bottom: 30px;
  }
  .banner .banner-sec .banner-content .content h3 {
    font-size: 30px;
  }
  .points .pointwrapper {
    display: block;
  }
  .points .pointwrapper .item-box {
    width: 100%;
    padding: 20px;
    border: 1px dashed #d0d0ee;
    border-radius: 10px;
    margin-top: 10px;
    display: block;
  }
  .points .pointwrapper .item-box .icon {
    text-align: center;
  }
  .points .pointwrapper .item-box .content {
    padding-left: 0px;
    text-align: center;
  }
  .pickup {
    padding: 20px 0px;
  }
  .whychoose .content .boxitem {
    display: block;
  }
  .whychoose .content .boxitem .more-queiry {
    margin-top: 15px;
  }
  .how-it-works .head-sec h6, .pickup h4, .heading-sec h4, .pickup-sec .content h4, .pickup-sec .form-sec .form-field h5 {
    font-size: 26px;
  }
  .how-it-works .work-process {
    padding-left: 0px;
  }
  .how-it-works .head-sec {
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .about-content .about-img .box {
    width: 48%;
    height: 205px;
  }
  .services-sec1 .box-item {
    display: block;
    padding: 20px;
  }
  .services-sec1 .box-item .content-box .content {
    padding: 0px;
  }
  .services-sec1 .box-item .content-box {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  footer .footer-first-sec .box-item {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .footer-first-sec .f-right {
    padding: 15px 0px;
  }
  footer .footer-first-sec .box-item1 {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .testimonials .box .content {
    text-align: center;
  }
  .testimonials .box .auther {
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 0;
    background-image: none;
  }
  .testimonials .box .auther .txt {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
  }
}/*# sourceMappingURL=main.css.map */