body {
  font-family: "Hanken Grotesk", sans-serif !important;
}

a {
  text-decoration: none !important;
}

h2 {
  color: #2584c5;
}

.link {
  color: #2584c5;
}
.link:hover {
  color: #055e85;
}

.btn {
  background-color: #f6d62c !important;
  padding: 8px 20px;
  color: #000000 !important;
  border-radius: 10px;
  line-height: 35px;
  border: 1px solid #f6d62c;
}
.btn:hover {
  background-color: #2584c5 !important;
  color: #fff !important;
}

.book-now-btn {
  background-color: #f6d62c !important;
  padding: 8px 20px;
  color: #000000 !important;
  display: block !important;
  width: 100%;
  border-radius: 10px;
  line-height: 35px;
  border: 1px solid #f6d62c;
  text-align: center;
}
.book-now-btn:hover {
  background-color: #2584c5 !important;
  color: #fff !important;
}

.btn1 {
  background-color: #f6d62c;
  padding: 8px 20px;
  color: #000000;
  border-radius: 10px;
  line-height: 35px;
  border: 1px solid #f6d62c;
}
.btn1:hover {
  background-color: #2584c5;
  color: #fff;
}

.btn2 {
  background-color: #2584c5;
  padding: 8px 20px;
  color: #ffffff !important;
  border-radius: 10px;
  line-height: 35px;
  border: 1px solid #2584c5;
}
.btn2:hover {
  background-color: transparent;
  color: #2584c5 !important;
}

.banner-content {
  margin-top: 0%;
  margin-left: 10%;
  padding-top: 4%;
}
.banner-content h1 {
  font-size: 50px;
  font-weight: 400 !important;
  line-height: 65px;
}

.banner-btns {
  margin-top: 10px;
}
.banner-btns a {
  font-weight: 500;
  background-color: #2584c5;
  color: #fff;
  padding: 6px 30px;
  margin: 0 30px 0 0;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #2584c5;
}
.banner-btns a:hover {
  background-color: transparent;
  color: #2684c5;
}

.city-select {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 5px;
}

.bootom-footer p strong {
  text-transform: capitalize !important;
}

.mfp-title {
  display: none !important;
}

.city-box span {
  display: flex;
  flex-direction: column !important;
  color: #333333 !important;
}

.city-box a {
  color: #333333 !important;
}

.how-it-works-row {
  display: flex;
  align-items: start;
}
.how-it-works-row .how-it-works-col {
  width: 33%;
}
.how-it-works-row svg {
  width: 100px;
}

.service-sec .c-row {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.service-sec .service-box {
  margin-top: -2%;
  z-index: 99 !important;
  width: 23%;
  height: 150px;
  background-color: #fff;
  box-shadow: 4px 4px 4px 0px rgb(176, 176, 176);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-sec .service-box svg {
  height: 60px;
}
.service-sec .service-box h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.service-sec .service-box a {
  width: 100%;
  padding: 20px;
  color: #000000;
}

.banner {
  width: 100%;
  height: 100vh;
  background: url("../images/banner.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
}

.about-content {
  width: 90%;
}
.about-content h2 {
  color: #2584c5;
  margin-bottom: 20px;
}
.about-content span {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.about-content p {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 27px;
}

.counters-sec {
  width: 100%;
  background: url("../images/texture-banner.jpg") center no-repeat;
  background-size: cover;
  height: auto;
}
.counters-sec .counters-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.counters-sec .counters-col {
  width: 13%;
  height: 150px;
  border: 1px solid #fff;
  border-radius: 9px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  padding: 10px;
}
.counters-sec .counters-col h5 {
  font-size: 30px;
  font-weight: 600;
}
.counters-sec .counters-col p {
  font-size: 14px;
  margin-bottom: 0;
}

.spares .spares-content {
  padding: 10px 0;
}
.spares .spares-content h4 {
  color: #2584c5;
  border-bottom: 1px solid #2584c5;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
}
.spares .spares-content p {
  color: #6b6b6b;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 50px;
  position: absolute;
  top: 35%;
  align-items: center;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0;
  font-size: 25px;
  font-weight: 700;
  background: rgba(102, 140, 52, 0.1137254902) !important;
  color: #333333 !important;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: #e0e0e0 !important;
  color: #000 !important;
}

.owl-carousel .owl-prev {
  left: -60px;
}

.owl-carousel .owl-next {
  right: -60px;
}

.rent-lap-section {
  width: 100%;
  height: auto;
  background: url("../images/texture-banner2.jpg") center no-repeat;
  background-size: cover;
}
.rent-lap-section .rent-lap-content {
  color: #fff;
}
.rent-lap-section .rent-lap-content h5 {
  margin-bottom: 20px;
}
.rent-lap-section .rent-lap-content h5 span {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.4745098039);
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
}

.rent-laptop-img {
  padding: 20px;
}

.rent-lap-content {
  padding: 20px;
}

.rent-bg {
  background: url("../images/rent-laptop.jpg") center no-repeat;
  background-size: cover;
  padding: 30px 40px;
  display: flex;
  gap: 20px;
}
.rent-bg .rent-img {
  width: 50%;
}
.rent-bg .rent-details {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  color: #fff;
}
.rent-bg .rent-details h4 {
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.4745098039);
  padding: 7px 10px;
  border-radius: 5px;
  text-transform: uppercase;
}
.rent-bg .rent-details a {
  line-height: 20px !important;
}

.testimonial-sec {
  background-color: #e9f2f9;
}
.testimonial-sec .testimonials {
  text-align: center;
  padding: 20px;
  width: 80%;
  margin: auto;
}
.testimonial-sec .testimonials svg {
  height: 20px;
}
.testimonial-sec .testimonials h6 {
  text-transform: uppercase;
  color: #2584c5;
  font-size: 15px;
  margin-top: 30px;
}
.testimonial-sec .testimonials .fa-solid {
  color: #fbb03b;
}

.seo-link {
  color: #2584c5;
  font-weight: bold;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000000000000000000000000 !important;
}

.popup-content {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.close {
  position: absolute;
  top: -5px;
  right: 10px;
  cursor: pointer;
  font-size: 30px;
}

.popup-box h3 {
  font-size: 20px;
  color: #2584c5;
}
.popup-box .form-select {
  padding: 10px 20px;
}
.popup-box .find-btn {
  padding: 10px 30px;
  background-color: #2584c5;
  border: none;
  border-radius: 5px;
  color: #fff;
}

.popup #locationDropdown {
  display: flex;
  gap: 10px;
}
.popup #locationDropdown li {
  width: 20%;
}

.city-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.city-box span {
  cursor: pointer;
}
.city-box img {
  height: 70px;
}

.service-side-nav h5 {
  color: hsl(204, 68%, 46%);
  font-size: 18px !important;
}
.service-side-nav .sidenav-col {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  margin-bottom: 20px;
}
.service-side-nav ul {
  margin: 0;
}
.service-side-nav ul li {
  padding: 10px 0 !important;
  list-style: none !important;
  font-size: 15px !important;
  position: relative !important;
}
.service-side-nav ul li::before {
  content: "\f178";
  font-family: "fontawesome";
  position: absolute;
  left: -25px;
  top: 10px;
  font-size: 13px;
  color: #2584c5;
}
.service-side-nav ul li a {
  color: #000000;
}

.custom-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.custom-pagination .pagination li {
  height: 40px;
  width: 40px;
  background-color: #2584c5;
  border-radius: 2px;
}
.custom-pagination .pagination li a {
  color: #fff;
  display: block;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-pagination .pagination li:hover {
  background-color: #f6d62c;
}
.custom-pagination .pagination li:hover a {
  color: #000;
}

.service-box1 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 30px;
}

.address h4 {
  color: #2584c5;
}
.address .address-box {
  padding: 10px;
  border: 1px solid rgba(51, 51, 51, 0.0901960784);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 20px;
}
.address .address-box h6 {
  font-size: 18px;
  color: #2684c5;
}
.address .address-box address {
  margin-bottom: 0;
}

.custom-list-box div {
  border: 1px solid rgba(51, 51, 51, 0.0352941176);
  padding: 20px 20px !important;
}
.custom-list-box ul {
  padding: 0 20px;
}
.custom-list-box ul li {
  list-style: none;
  margin: 0 !important;
  padding: 8px 0 !important;
  font-size: 15px !important;
  position: relative !important;
}
.custom-list-box ul li::before {
  content: "\f178";
  font-family: "fontawesome";
  position: absolute;
  left: -25px;
  top: 10px;
  font-size: 13px;
  color: #2584c5;
}

.service-content-main h5 {
  color: #2584c5;
  font-size: 16px !important;
}
.service-content-main h2 {
  color: #000 !important;
  font-size: 25px !important;
}
.service-content-main h4 {
  color: #2584c5;
  font-size: 18px !important;
  margin-bottom: 15px !important;
  line-height: 30px;
}
.service-content-main a {
  color: #2584c5 !important;
}
.service-content-main p {
  font-size: 16px !important;
  line-height: 30px;
}

.spare-content-section p {
  font-size: 14px;
  color: #606060;
}
.spare-content-section .spare-content-img img {
  border-radius: 10px;
}
.spare-content-section ul {
  padding: 0;
  margin: 0 0 10px 0;
}
.spare-content-section ul li {
  padding: 5px 0;
  list-style: none;
  position: relative;
  font-size: 14px !important;
  color: #606060;
}
.spare-content-section ul li .fa-solid {
  color: #2584c5;
  font-size: 25px;
  margin-right: 10px;
}

.spare-content-section2 {
  background-color: #f5f5f5;
}
.spare-content-section2 p {
  color: #606060 !important;
  font-size: 14px !important;
}
.spare-content-section2 ul {
  padding: 0;
  margin: 0 0 10px 0;
}
.spare-content-section2 ul li {
  padding: 5px 0;
  list-style: none;
  position: relative;
  color: #606060;
}
.spare-content-section2 ul li .fa-solid {
  color: #2584c5;
  font-size: 18px !important;
  margin-right: 10px;
}/*# sourceMappingURL=style.css.map */